Documentation ¶
Index ¶
- Constants
- func AppendStruct() error
- func ArrayInsertRead() error
- func AsyncInsert() error
- func Auth() error
- func BatchInsert() error
- func BindParameters() error
- func ClientInfo() error
- func ColumnInsert() error
- func Compress() error
- func Connect() error
- func ConvertedInsert() error
- func CustomTypes() error
- func DynamicScan() error
- func Exec() error
- func ExternalData() error
- func GeoInsertRead() error
- func GetNativeConnection(settings clickhouse.Settings, tlsConfig *tls.Config, ...) (driver.Conn, error)
- func GetNativeConnectionWithOptions(settings clickhouse.Settings, tlsConfig *tls.Config, ...) (driver.Conn, error)
- func GetNativeTestEnvironment() (clickhouse_tests.ClickHouseTestEnvironment, error)
- func InsertReadJSON() error
- func MapInsertRead() error
- func MultiHostRoundRobinVersion() error
- func MultiHostVersion() error
- func NestedFlattened() error
- func NestedUnFlattened() error
- func NullableInsertRead() error
- func OpenTelemetry() error
- func PingWithSettings() error
- func ProgressProfileLogs() error
- func QueryRow() error
- func QueryRows() error
- func QueryWithParameters() error
- func ReadComplexJSON() error
- func ReadWriteBigInt() error
- func ReadWriteDecimal() error
- func SSLNoVerifyVersion() error
- func SSLVersion() error
- func ScanStruct() error
- func SelectStruct() error
- func SpecialBind() error
- func TupleInsertRead() error
- func UUIDInsertRead() error
- func UseContext() error
Constants ¶
View Source
const TestSet string = "examples_clickhouse_api"
Variables ¶
This section is empty.
Functions ¶
func AppendStruct ¶
func AppendStruct() error
func ArrayInsertRead ¶
func ArrayInsertRead() error
func AsyncInsert ¶
func AsyncInsert() error
func BatchInsert ¶
func BatchInsert() error
func BindParameters ¶
func BindParameters() error
func ClientInfo ¶ added in v2.6.0
func ClientInfo() error
func ColumnInsert ¶
func ColumnInsert() error
func ConvertedInsert ¶
func ConvertedInsert() error
func CustomTypes ¶ added in v2.5.0
func CustomTypes() error
func DynamicScan ¶
func DynamicScan() error
func ExternalData ¶
func ExternalData() error
func GeoInsertRead ¶
func GeoInsertRead() error
func GetNativeConnection ¶
func GetNativeConnectionWithOptions ¶ added in v2.6.0
func GetNativeTestEnvironment ¶
func GetNativeTestEnvironment() (clickhouse_tests.ClickHouseTestEnvironment, error)
func InsertReadJSON ¶
func InsertReadJSON() error
func MapInsertRead ¶
func MapInsertRead() error
func MultiHostRoundRobinVersion ¶
func MultiHostRoundRobinVersion() error
func MultiHostVersion ¶
func MultiHostVersion() error
func NestedFlattened ¶
func NestedFlattened() error
func NestedUnFlattened ¶
func NestedUnFlattened() error
func NullableInsertRead ¶
func NullableInsertRead() error
func OpenTelemetry ¶
func OpenTelemetry() error
func PingWithSettings ¶
func PingWithSettings() error
func ProgressProfileLogs ¶
func ProgressProfileLogs() error
func QueryWithParameters ¶ added in v2.5.0
func QueryWithParameters() error
func ReadComplexJSON ¶
func ReadComplexJSON() error
func ReadWriteBigInt ¶
func ReadWriteBigInt() error
func ReadWriteDecimal ¶
func ReadWriteDecimal() error
func SSLNoVerifyVersion ¶
func SSLNoVerifyVersion() error
func SSLVersion ¶
func SSLVersion() error
func ScanStruct ¶
func ScanStruct() error
func SelectStruct ¶
func SelectStruct() error
func SpecialBind ¶
func SpecialBind() error
func TupleInsertRead ¶
func TupleInsertRead() error
func UUIDInsertRead ¶
func UUIDInsertRead() error
func UseContext ¶
func UseContext() error
Types ¶
This section is empty.
Source Files ¶
- append_struct.go
- array.go
- async.go
- auth.go
- batch.go
- big_int.go
- bind.go
- bind_special.go
- client_info.go
- columnar_insert.go
- compression.go
- connect.go
- connect_settings.go
- context.go
- custom_types.go
- decimal.go
- dynamic_scan_types.go
- exec.go
- external_data.go
- geo.go
- json.go
- map.go
- multi_host.go
- nested.go
- nullable.go
- open_telemetry.go
- progress.go
- query_parameters.go
- query_row.go
- query_rows.go
- scan_struct.go
- select_struct.go
- ssl.go
- ssl_no_verify.go
- tuple.go
- type_convert.go
- utils.go
- uuid.go
Click to show internal directories.
Click to hide internal directories.