package std
import "github.com/ClickHouse/clickhouse-go/v2/examples/std"
Index ¶
- Constants
- func AsyncInsert() error
- func BatchInsert() error
- func BindParameters() error
- func CheckMinServerVersion(conn *sql.DB, major, minor, patch uint64) bool
- func ClientInfo() error
- func CompressOpen() error
- func CompressOpenDB() error
- func Connect() error
- func ConnectAuth() error
- func ConnectDSN() error
- func ConnectDSNAuth() error
- func ConnectDSNHTTP() error
- func ConnectDSNSSL() error
- func ConnectHTTP() error
- func ConnectSSL() error
- func ConnectSettings() error
- func ConnectUsingHTTPProxy() error
- func ConnectUsingHTTPProxyDSN() error
- func DynamicExample() error
- func DynamicScan() error
- func Exec() error
- func ExternalData() error
- func GetStdDSNConnection(protocol clickhouse.Protocol, secure bool, compress string) (*sql.DB, error)
- func GetStdOpenDBConnection(protocol clickhouse.Protocol, settings clickhouse.Settings, tlsConfig *tls.Config, compression *clickhouse.Compression) (*sql.DB, error)
- func GetStdTestEnvironment() (clickhouse_tests.ClickHouseTestEnvironment, error)
- func JSONPathsExample() error
- func JSONStringExample() error
- func MapInsertRead() error
- func MultiStdHost() error
- func MultiStdHostDSN() error
- func OpenDb() error
- func OpenTelemetry() error
- func ProgressProfileLogs() error
- func QueryRow() error
- func QueryRows() error
- func QueryWithParameters() error
- func UseContext() error
- func VariantExample() error
Constants ¶
const TestSet string = "examples_std_api"
Functions ¶
func AsyncInsert ¶
func AsyncInsert() error
func BatchInsert ¶
func BatchInsert() error
func BindParameters ¶
func BindParameters() error
func CheckMinServerVersion ¶
func ClientInfo ¶
func ClientInfo() error
func CompressOpen ¶
func CompressOpen() error
func CompressOpenDB ¶
func CompressOpenDB() error
func Connect ¶
func Connect() error
func ConnectAuth ¶
func ConnectAuth() error
func ConnectDSN ¶
func ConnectDSN() error
func ConnectDSNAuth ¶
func ConnectDSNAuth() error
func ConnectDSNHTTP ¶
func ConnectDSNHTTP() error
func ConnectDSNSSL ¶
func ConnectDSNSSL() error
func ConnectHTTP ¶
func ConnectHTTP() error
func ConnectSSL ¶
func ConnectSSL() error
func ConnectSettings ¶
func ConnectSettings() error
func ConnectUsingHTTPProxy ¶
func ConnectUsingHTTPProxy() error
func ConnectUsingHTTPProxyDSN ¶
func ConnectUsingHTTPProxyDSN() error
func DynamicExample ¶
func DynamicExample() error
func DynamicScan ¶
func DynamicScan() error
func Exec ¶
func Exec() error
func ExternalData ¶
func ExternalData() error
func GetStdDSNConnection ¶
func GetStdDSNConnection(protocol clickhouse.Protocol, secure bool, compress string) (*sql.DB, error)
func GetStdOpenDBConnection ¶
func GetStdOpenDBConnection(protocol clickhouse.Protocol, settings clickhouse.Settings, tlsConfig *tls.Config, compression *clickhouse.Compression) (*sql.DB, error)
func GetStdTestEnvironment ¶
func GetStdTestEnvironment() (clickhouse_tests.ClickHouseTestEnvironment, error)
func JSONPathsExample ¶
func JSONPathsExample() error
func JSONStringExample ¶
func JSONStringExample() error
func MapInsertRead ¶
func MapInsertRead() error
func MultiStdHost ¶
func MultiStdHost() error
func MultiStdHostDSN ¶
func MultiStdHostDSN() error
func OpenDb ¶
func OpenDb() error
func OpenTelemetry ¶
func OpenTelemetry() error
func ProgressProfileLogs ¶
func ProgressProfileLogs() error
func QueryRow ¶
func QueryRow() error
func QueryRows ¶
func QueryRows() error
func QueryWithParameters ¶
func QueryWithParameters() error
func UseContext ¶
func UseContext() error
func VariantExample ¶
func VariantExample() error
Source Files ¶
async.go auth.go batch.go bind.go client_info.go compression.go connect.go connect_http.go connect_settings.go context.go dynamic.go dynamic_scan_types.go exec.go external_data.go json_paths.go json_strings.go map.go multi_host.go open_db.go open_telemetry.go progress.go query_parameters.go query_row.go query_rows.go ssl.go utils.go variant.go
- Version
- v2.34.0 (latest)
- Published
- Apr 1, 2025
- Platform
- darwin/amd64
- Imports
- 17 packages
- Last checked
- 3 minutes ago –
Tools for package owners.