Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoolSlice ¶
type BoolSlice[T ~bool] []T
BoolSlice represents a one-dimensional array of the PostgreSQL boolean type.
type Float32Slice ¶
type Float32Slice[T ~float32] []T
Float32Slice represents a one-dimensional array of the PostgreSQL double precision type.
func (*Float32Slice[T]) Scan ¶
func (a *Float32Slice[T]) Scan(src interface{}) error
Scan implements the sql.Scanner interface.
type Float64Slice ¶
type Float64Slice[T ~float64] []T
Float64Slice represents a one-dimensional array of the PostgreSQL double precision type.
func (*Float64Slice[T]) Scan ¶
func (a *Float64Slice[T]) Scan(src interface{}) error
Scan implements the sql.Scanner interface.
type Int8Slice ¶
type Int8Slice[T ~int8] []T
Int64Slice represents a one-dimensional array of the PostgreSQL integer types.
type Int16Slice ¶
type Int16Slice[T ~int16] []T
Int64Slice represents a one-dimensional array of the PostgreSQL integer types.
type Int32Slice ¶
type Int32Slice[T ~int32] []T
Int64Slice represents a one-dimensional array of the PostgreSQL integer types.
type Int64Slice ¶
type Int64Slice[T ~int64] []T
Int64Slice represents a one-dimensional array of the PostgreSQL integer types.
type IntSlice ¶
type IntSlice[T ~int] []T
Int64Slice represents a one-dimensional array of the PostgreSQL integer types.
type StringSlice ¶
type StringSlice[T ~string] []T
StringSlice represents a one-dimensional array of the SQL character types.
func (*StringSlice[T]) Scan ¶
func (a *StringSlice[T]) Scan(src any) error
Scan implements the sql.Scanner interface.
type Uint8Slice ¶
type Uint8Slice[T ~uint8] []T
Uint64Slice represents a one-dimensional array of the PostgreSQL integer types.
type Uint16Slice ¶
type Uint16Slice[T ~uint16] []T
Uint64Slice represents a one-dimensional array of the PostgreSQL integer types.
type Uint32Slice ¶
type Uint32Slice[T ~uint32] []T
Uint64Slice represents a one-dimensional array of the PostgreSQL integer types.
type Uint64Slice ¶
type Uint64Slice[T ~uint64] []T
Uint64Slice represents a one-dimensional array of the PostgreSQL integer types.