Documentation ¶
Overview ¶
Package arrays has models for integer and string arrays in MySQL.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SearchIntegers32 ¶
func SearchIntegers64 ¶
func SearchStrings ¶
Types ¶
type Integers32 ¶
type Integers32 []int32
func (*Integers32) Scan ¶
func (slice *Integers32) Scan(value interface{}) error
type Integers64 ¶
type Integers64 []int64
func (*Integers64) Scan ¶
func (slice *Integers64) Scan(value interface{}) error
Click to show internal directories.
Click to hide internal directories.