package std
import "github.com/ClickHouse/clickhouse-go/v2/examples/std"
Index ¶
- Constants
- func AsyncInsert() error
- func BatchInsert() error
- func BindParameters() error
- 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 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 JSONInsertRead() 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 Sessions() error
- func UseContext() error
- type Account
- type Achievement
- type GithubEvent
- type Releases
- type Repository
Constants ¶
const TestSet string = "examples_std_api"
Functions ¶
func AsyncInsert ¶
func AsyncInsert() error
func BatchInsert ¶
func BatchInsert() error
func BindParameters ¶
func BindParameters() error
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 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 JSONInsertRead ¶
func JSONInsertRead() 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 Sessions ¶
func Sessions() error
func UseContext ¶
func UseContext() error
Types ¶
type Account ¶
type Account struct { Id uint32 Name string Organizations []string `json:"orgs"` Repositories []Repository Achievement Achievement }
type Achievement ¶
type Achievement struct { Name string }
type GithubEvent ¶
type GithubEvent struct { Title string Type string Assignee Account `json:"assignee"` Labels []string `json:"labels"` Contributors []Account // contains filtered or unexported fields }
type Releases ¶
type Releases struct { Version string }
type Repository ¶
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_scan_types.go exec.go external_data.go json.go map.go multi_host.go open_db.go open_telemetry.go progress.go query_parameters.go query_row.go query_rows.go session.go ssl.go utils.go
- Version
- v2.21.1
- Published
- Mar 11, 2024
- Platform
- js/wasm
- Imports
- 16 packages
- Last checked
- 54 minutes ago –
Tools for package owners.