Versions in this module Expand all Collapse all v3 v3.30.2 Mar 11, 2025 Changes in this version + func NeedDebug(ctx context.Context) bool v3.30.1 Oct 10, 2024 Changes in this version + const BufferSize4M + const DefaultHttpPort + const DefaultMessageTimeout + const DefaultPassword + const DefaultPingPeriod + const DefaultPongWait + const DefaultUser + const DefaultWriteWait + const Float32Size + const Float64Size + const Int16Size + const Int32Size + const Int64Size + const Int8Size + const MaxTaosSqlLen + const PrecisionMicroSecond + const PrecisionMilliSecond + const PrecisionNanoSecond + const ReqIDKey + const TAOS_CONN_MODE_BI + const TAOS_NOTIFY_PASSVER + const TAOS_NOTIFY_USER_DROPPED + const TAOS_NOTIFY_WHITELIST_VER + const TMQ_RES_DATA + const TMQ_RES_INVALID + const TMQ_RES_METADATA + const TMQ_RES_TABLE_META + const TSDB_DATA_TYPE_BIGINT + const TSDB_DATA_TYPE_BIGINT_Str + const TSDB_DATA_TYPE_BINARY + const TSDB_DATA_TYPE_BINARY_Str + const TSDB_DATA_TYPE_BLOB + const TSDB_DATA_TYPE_BOOL + const TSDB_DATA_TYPE_BOOL_Str + const TSDB_DATA_TYPE_DECIMAL + const TSDB_DATA_TYPE_DOUBLE + const TSDB_DATA_TYPE_DOUBLE_Str + const TSDB_DATA_TYPE_FLOAT + const TSDB_DATA_TYPE_FLOAT_Str + const TSDB_DATA_TYPE_GEOMETRY + const TSDB_DATA_TYPE_GEOMETRY_Str + const TSDB_DATA_TYPE_INT + const TSDB_DATA_TYPE_INT_Str + const TSDB_DATA_TYPE_JSON + const TSDB_DATA_TYPE_JSON_Str + const TSDB_DATA_TYPE_MEDIUMBLOB + const TSDB_DATA_TYPE_NCHAR + const TSDB_DATA_TYPE_NCHAR_Str + const TSDB_DATA_TYPE_NULL + const TSDB_DATA_TYPE_NULL_Str + const TSDB_DATA_TYPE_SMALLINT + const TSDB_DATA_TYPE_SMALLINT_Str + const TSDB_DATA_TYPE_TIMESTAMP + const TSDB_DATA_TYPE_TIMESTAMP_Str + const TSDB_DATA_TYPE_TINYINT + const TSDB_DATA_TYPE_TINYINT_Str + const TSDB_DATA_TYPE_UBIGINT + const TSDB_DATA_TYPE_UBIGINT_Str + const TSDB_DATA_TYPE_UINT + const TSDB_DATA_TYPE_UINT_Str + const TSDB_DATA_TYPE_USMALLINT + const TSDB_DATA_TYPE_USMALLINT_Str + const TSDB_DATA_TYPE_UTINYINT + const TSDB_DATA_TYPE_UTINYINT_Str + const TSDB_DATA_TYPE_VARBINARY + const TSDB_DATA_TYPE_VARBINARY_Str + const TSDB_OPTION_CHARSET + const TSDB_OPTION_CONFIGDIR + const TSDB_OPTION_LOCALE + const TSDB_OPTION_SHELL_ACTIVITY_TIMER + const TSDB_OPTION_TIMEZONE + const TSDB_OPTION_USE_ADAPTER + const UInt16Size + const UInt32Size + const UInt64Size + const UInt8Size + var BigIntType = DBType + var BinaryType = DBType + var BoolType = DBType + var Bytes = reflect.TypeOf([]byte{}) + var ColumnTypeMap = map[int]reflect.Type + var DefaultDialer = websocket.Dialer + var DoubleType = DBType + var FloatType = DBType + var GeometryType = DBType + var IntType = DBType + var JsonType = DBType + var NameTypeMap = map[string]int + var NcharType = DBType + var NullBool = reflect.TypeOf(types.NullBool{}) + var NullFloat32 = reflect.TypeOf(types.NullFloat32{}) + var NullFloat64 = reflect.TypeOf(types.NullFloat64{}) + var NullInt16 = reflect.TypeOf(types.NullInt16{}) + var NullInt32 = reflect.TypeOf(types.NullInt32{}) + var NullInt64 = reflect.TypeOf(types.NullInt64{}) + var NullInt8 = reflect.TypeOf(types.NullInt8{}) + var NullJson = reflect.TypeOf(types.NullJson{}) + var NullString = reflect.TypeOf(types.NullString{}) + var NullTime = reflect.TypeOf(types.NullTime{}) + var NullType = DBType + var NullUInt16 = reflect.TypeOf(types.NullUInt16{}) + var NullUInt32 = reflect.TypeOf(types.NullUInt32{}) + var NullUInt64 = reflect.TypeOf(types.NullUInt64{}) + var NullUInt8 = reflect.TypeOf(types.NullUInt8{}) + var SmallIntType = DBType + var TimestampType = DBType + var TinyIntType = DBType + var TypeLengthMap = map[int]int + var TypeNameMap = map[int]string + var UBigIntType = DBType + var UIntType = DBType + var USmallIntType = DBType + var UTinyIntType = DBType + var UnknownType = reflect.TypeOf(new(interface{})).Elem() + var VarBinaryType = DBType + func GetReqID() int64 + func InterpolateParams(query string, args []driver.NamedValue) (string, error) + func TimeToTimestamp(t time.Time, precision int) (timestamp int64) + func TimestampConvertToTime(timestamp int64, precision int) time.Time + func ValueArgsToNamedValueArgs(args []driver.Value) (values []driver.NamedValue) + type DBType struct + ID int + IsVarData bool + Length int + Name string + ReflectType reflect.Type + type TDEngineRestfulResp struct + Code int + ColLength []int64 + ColNames []string + ColTypes []int + Data [][]driver.Value + Desc string + Rows int