Documentation ¶
Index ¶
- Constants
- func AsyncInsert() error
- func BatchInsert() error
- func BindParameters() 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, ...) (*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 Sessions() error
- func UseContext() error
- type Account
- type Achievement
- type GithubEvent
- type Releases
- type Repository
Constants ¶
View Source
const TestSet string = "examples_std_api"
Variables ¶
This section is empty.
Functions ¶
func AsyncInsert ¶
func AsyncInsert() error
func BatchInsert ¶
func BatchInsert() error
func BindParameters ¶
func BindParameters() error
func CompressOpen ¶
func CompressOpen() error
func CompressOpenDB ¶
func CompressOpenDB() 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 ExternalData ¶
func ExternalData() error
func GetStdDSNConnection ¶
func GetStdOpenDBConnection ¶
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 OpenTelemetry ¶
func OpenTelemetry() error
func ProgressProfileLogs ¶
func ProgressProfileLogs() 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 Repository ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.