Versions in this module Expand all Collapse all v3 v3.30.1 Oct 10, 2024 Changes in this version + var TaosBigintType = reflect.TypeOf(TaosBigint(0)) + var TaosBinaryType = reflect.TypeOf(TaosBinary(nil)) + var TaosBoolType = reflect.TypeOf(TaosBool(false)) + var TaosDoubleType = reflect.TypeOf(TaosDouble(0)) + var TaosFloatType = reflect.TypeOf(TaosFloat(0)) + var TaosGeometryType = reflect.TypeOf(TaosGeometry(nil)) + var TaosIntType = reflect.TypeOf(TaosInt(0)) + var TaosJsonType = reflect.TypeOf(TaosJson("")) + var TaosNcharType = reflect.TypeOf(TaosNchar("")) + var TaosSmallintType = reflect.TypeOf(TaosSmallint(0)) + var TaosTimestampType = reflect.TypeOf(TaosTimestamp{}) + var TaosTinyintType = reflect.TypeOf(TaosTinyint(0)) + var TaosUBigintType = reflect.TypeOf(TaosUBigint(0)) + var TaosUIntType = reflect.TypeOf(TaosUInt(0)) + var TaosUSmallintType = reflect.TypeOf(TaosUSmallint(0)) + var TaosUTinyintType = reflect.TypeOf(TaosUTinyint(0)) + var TaosVarBinaryType = reflect.TypeOf(TaosVarBinary(nil)) + type ColumnType struct + MaxLen int + Type reflect.Type + type NullBool struct + Inner bool + Valid bool + func (n *NullBool) Scan(value interface{}) error + func (n NullBool) Value() (driver.Value, error) + type NullFloat32 struct + Inner float32 + Valid bool + func (n *NullFloat32) Scan(value interface{}) error + func (n NullFloat32) String() string + func (n NullFloat32) Value() (driver.Value, error) + type NullFloat64 struct + Inner float64 + Valid bool + func (n *NullFloat64) Scan(value interface{}) error + func (n NullFloat64) String() string + func (n NullFloat64) Value() (driver.Value, error) + type NullInt16 struct + Inner int16 + Valid bool + func (n *NullInt16) Scan(value interface{}) error + func (n NullInt16) String() string + func (n NullInt16) Value() (driver.Value, error) + type NullInt32 struct + Inner int32 + Valid bool + func (n *NullInt32) Scan(value interface{}) error + func (n NullInt32) String() string + func (n NullInt32) Value() (driver.Value, error) + type NullInt64 struct + Inner int64 + Valid bool + func (n *NullInt64) Scan(value interface{}) error + func (n NullInt64) String() string + func (n NullInt64) Value() (driver.Value, error) + type NullInt8 struct + Inner int8 + Valid bool + func (n *NullInt8) Scan(value interface{}) error + func (n NullInt8) String() string + func (n NullInt8) Value() (driver.Value, error) + type NullJson struct + Inner RawMessage + Valid bool + func (n *NullJson) Scan(value interface{}) error + func (n NullJson) Value() (driver.Value, error) + type NullString struct + Inner string + Valid bool + func (n *NullString) Scan(value interface{}) error + func (n NullString) Value() (driver.Value, error) + type NullTime struct + Time time.Time + Valid bool + func (nt *NullTime) Scan(value interface{}) (err error) + func (nt NullTime) Value() (driver.Value, error) + type NullUInt16 struct + Inner uint16 + Valid bool + func (n *NullUInt16) Scan(value interface{}) error + func (n NullUInt16) String() string + func (n NullUInt16) Value() (driver.Value, error) + type NullUInt32 struct + Inner uint32 + Valid bool + func (n *NullUInt32) Scan(value interface{}) error + func (n NullUInt32) String() string + func (n NullUInt32) Value() (driver.Value, error) + type NullUInt64 struct + Inner uint64 + Valid bool + func (n *NullUInt64) Scan(value interface{}) error + func (n NullUInt64) String() string + func (n NullUInt64) Value() (driver.Value, error) + type NullUInt8 struct + Inner uint8 + Valid bool + func (n *NullUInt8) Scan(value interface{}) error + func (n NullUInt8) String() string + func (n NullUInt8) Value() (driver.Value, error) + type RawMessage []byte + func (m *RawMessage) UnmarshalJSON(data []byte) error + func (m RawMessage) MarshalJSON() ([]byte, error) + type TaosBigint int64 + type TaosBinary []byte + type TaosBool bool + type TaosDouble float64 + type TaosFloat float32 + type TaosGeometry []byte + type TaosInt int32 + type TaosJson []byte + type TaosNchar string + type TaosSmallint int16 + type TaosTimestamp struct + Precision int + T time.Time + type TaosTinyint int8 + type TaosUBigint uint64 + type TaosUInt uint32 + type TaosUSmallint uint16 + type TaosUTinyint uint8 + type TaosVarBinary []byte