std

package
v2.23.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

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 ClientInfo added in v2.6.0

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 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 added in v2.5.0

func QueryWithParameters() 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

type Repository struct {
	URL      string `json:"url"`
	Releases []Releases
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL