Documentation
¶
Index ¶
- type NullBool
- type NullFloat32
- type NullFloat64
- type NullInt8
- type NullInt16
- type NullInt32
- type NullInt64
- type NullString
- type NullTime
- type NullUInt8
- type NullUInt16
- type NullUInt32
- type NullUInt64
- type TaosBigint
- type TaosBinary
- type TaosBool
- type TaosDouble
- type TaosFloat
- type TaosInt
- type TaosNchar
- type TaosSmallint
- type TaosTimestamp
- type TaosTinyint
- type TaosUBigint
- type TaosUInt
- type TaosUSmallint
- type TaosUTinyint
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullFloat32 ¶
func (*NullFloat32) Scan ¶
func (n *NullFloat32) Scan(value interface{}) error
Scan implements the Scanner interface.
func (NullFloat32) String ¶
func (n NullFloat32) String() string
type NullFloat64 ¶
func (*NullFloat64) Scan ¶
func (n *NullFloat64) Scan(value interface{}) error
Scan implements the Scanner interface.
func (NullFloat64) String ¶
func (n NullFloat64) String() string
type NullString ¶
func (*NullString) Scan ¶
func (n *NullString) Scan(value interface{}) error
type NullTime ¶
type NullUInt16 ¶
func (*NullUInt16) Scan ¶
func (n *NullUInt16) Scan(value interface{}) error
Scan implements the Scanner interface.
func (NullUInt16) String ¶
func (n NullUInt16) String() string
type NullUInt32 ¶
func (*NullUInt32) Scan ¶
func (n *NullUInt32) Scan(value interface{}) error
Scan implements the Scanner interface.
func (NullUInt32) String ¶
func (n NullUInt32) String() string
type NullUInt64 ¶
func (*NullUInt64) Scan ¶
func (n *NullUInt64) Scan(value interface{}) error
Scan implements the Scanner interface.
func (NullUInt64) String ¶
func (n NullUInt64) String() string
type TaosBigint ¶
type TaosBigint int64
type TaosBinary ¶
type TaosBinary []byte
type TaosDouble ¶
type TaosDouble float64
type TaosSmallint ¶
type TaosSmallint int16
type TaosTimestamp ¶
type TaosTinyint ¶
type TaosTinyint int8
type TaosUBigint ¶
type TaosUBigint uint64
type TaosUSmallint ¶
type TaosUSmallint uint16
type TaosUTinyint ¶
type TaosUTinyint uint8
Click to show internal directories.
Click to hide internal directories.