Versions in this module Expand all Collapse all v0 v0.0.1 Jun 4, 2021 Changes in this version + type Float32Array []float32 + func (f *Float32Array) Scan(v interface{}) error + func (f Float32Array) Value() (driver.Value, error) + type Float64Array []float64 + func (f *Float64Array) Scan(v interface{}) error + func (f Float64Array) Value() (driver.Value, error) + type Int16Array []int16 + func (i *Int16Array) Scan(v interface{}) error + func (i Int16Array) Value() (driver.Value, error) + type Int32Array []int32 + func (i *Int32Array) Scan(v interface{}) error + func (i Int32Array) Value() (driver.Value, error) + type Int64Array []int64 + func (i *Int64Array) Scan(v interface{}) error + func (i Int64Array) Value() (driver.Value, error) + type Int8Array []int8 + func (i *Int8Array) Scan(v interface{}) error + func (i Int8Array) Value() (driver.Value, error) + type IntArray []int + func (i *IntArray) Scan(v interface{}) error + func (i IntArray) Value() (driver.Value, error) + type InterfaceArray []interface + func (i *InterfaceArray) Scan(v interface{}) error + func (i InterfaceArray) Value() (driver.Value, error) + type MapStringFloat32 map[string]float32 + func (m *MapStringFloat32) Scan(v interface{}) error + func (m MapStringFloat32) Value() (driver.Value, error) + type MapStringFloat64 map[string]float64 + func (m *MapStringFloat64) Scan(v interface{}) error + func (m MapStringFloat64) Value() (driver.Value, error) + type MapStringInt map[string]int + func (m *MapStringInt) Scan(v interface{}) error + func (m MapStringInt) Value() (driver.Value, error) + type MapStringInt16 map[string]int16 + func (m *MapStringInt16) Scan(v interface{}) error + func (m MapStringInt16) Value() (driver.Value, error) + type MapStringInt32 map[string]int32 + func (m *MapStringInt32) Scan(v interface{}) error + func (m MapStringInt32) Value() (driver.Value, error) + type MapStringInt64 map[string]int64 + func (m *MapStringInt64) Scan(v interface{}) error + func (m MapStringInt64) Value() (driver.Value, error) + type MapStringInt8 map[string]int8 + func (m *MapStringInt8) Scan(v interface{}) error + func (m MapStringInt8) Value() (driver.Value, error) + type MapStringInterface map[string]interface + func (m *MapStringInterface) Scan(v interface{}) error + func (m MapStringInterface) Value() (driver.Value, error) + type MapStringString map[string]string + func (m *MapStringString) Scan(v interface{}) error + func (m MapStringString) Value() (driver.Value, error) + type MapStringUint map[string]uint + func (m *MapStringUint) Scan(v interface{}) error + func (m MapStringUint) Value() (driver.Value, error) + type MapStringUint16 map[string]uint16 + func (m *MapStringUint16) Scan(v interface{}) error + func (m MapStringUint16) Value() (driver.Value, error) + type MapStringUint32 map[string]uint32 + func (m *MapStringUint32) Scan(v interface{}) error + func (m MapStringUint32) Value() (driver.Value, error) + type MapStringUint64 map[string]uint64 + func (m *MapStringUint64) Scan(v interface{}) error + func (m MapStringUint64) Value() (driver.Value, error) + type MapStringUint8 map[string]uint8 + func (m *MapStringUint8) Scan(v interface{}) error + func (m MapStringUint8) Value() (driver.Value, error) + type NullBool sql.NullBool + func (n *NullBool) Scan(v interface{}) error + func (n *NullBool) UnmarshalJSON(v []byte) error + func (n NullBool) MarshalJSON() ([]byte, error) + func (n NullBool) Value() (driver.Value, error) + type NullDate struct + Time time.Time + Valid bool + func (d *NullDate) Scan(v interface{}) error + func (d *NullDate) UnmarshalJSON(v []byte) error + func (d NullDate) MarshalJSON() ([]byte, error) + func (d NullDate) Value() (driver.Value, error) + type NullFloat64 sql.NullFloat64 + func (n *NullFloat64) Scan(v interface{}) error + func (n *NullFloat64) UnmarshalJSON(v []byte) error + func (n NullFloat64) MarshalJSON() ([]byte, error) + func (n NullFloat64) Value() (driver.Value, error) + type NullInt32 sql.NullInt32 + func (n *NullInt32) Scan(v interface{}) error + func (n *NullInt32) UnmarshalJSON(v []byte) error + func (n NullInt32) MarshalJSON() ([]byte, error) + func (n NullInt32) Value() (driver.Value, error) + type NullInt64 sql.NullInt64 + func (n *NullInt64) Scan(v interface{}) error + func (n *NullInt64) UnmarshalJSON(v []byte) error + func (n NullInt64) MarshalJSON() ([]byte, error) + func (n NullInt64) Value() (driver.Value, error) + type NullString sql.NullString + func (n *NullString) Scan(v interface{}) error + func (n *NullString) UnmarshalJSON(v []byte) error + func (n NullString) MarshalJSON() ([]byte, error) + func (n NullString) Value() (driver.Value, error) + type NullTime sql.NullTime + func (t *NullTime) Scan(v interface{}) error + func (t *NullTime) UnmarshalJSON(v []byte) error + func (t NullTime) MarshalJSON() ([]byte, error) + func (t NullTime) Value() (driver.Value, error) + type StringArray []string + func (s *StringArray) Scan(v interface{}) error + func (s StringArray) Value() (driver.Value, error) + type Uint16Array []uint16 + func (u *Uint16Array) Scan(v interface{}) error + func (u Uint16Array) Value() (driver.Value, error) + type Uint32Array []uint32 + func (u *Uint32Array) Scan(v interface{}) error + func (u Uint32Array) Value() (driver.Value, error) + type Uint64Array []uint64 + func (u *Uint64Array) Scan(v interface{}) error + func (u Uint64Array) Value() (driver.Value, error) + type Uint8Array []uint8 + func (u *Uint8Array) Scan(v interface{}) error + func (u Uint8Array) Value() (driver.Value, error) + type UintArray []uint + func (u *UintArray) Scan(v interface{}) error + func (u UintArray) Value() (driver.Value, error)