# Functions
Close closes global pool, it sets global pool to nil pointer.
Execute executes given command.
ExecuteContext executes given command with context.
Get gets a connection from pool and validate it, if there is no valid connection in the pool, it will create a new connection.
InitGlobalPool returns a new *Pool and replaces it as global pool.
InitGlobalPoolWithConfig returns a new *Pool with a Config object and replaces it as global pool.
InitGlobalPoolWithDefault returns a new *Pool with default configuration and replaces it as global pool.
InitGlobalPoolWithPoolConfig returns a new *Pool with a PoolConfig object and replaces it as global pool.
IsClosed returns if global pool had been closed.
NewConfig returns a new Config.
NewConfigWithDefault returns a new Config with default value.
NewConn returns connection to Clickhouse database, be aware that addr is host:port style.
NewConnWithConfig returns connection to mysql database with given Config.
No description provided by the author
NewEmptyResult returns an empty *Result.
NewPool returns a new *Pool.
NewPoolConfig returns a new PoolConfig.
NewPoolConfigWithConfig returns a new PoolConfig.
NewPoolConn returns a new *PoolConn.
NewPoolConnWithPool returns a new *PoolConn.
NewPoolWithConfig returns a new *Pool with a Config object.
NewPoolWithDefault returns a new *Pool with default configuration.
NewPoolWithPoolConfig returns a new *Pool with a PoolConfig object.
NewResult returns *Result, it builds from given rows.
No description provided by the author
Release releases given number of connections of global pool, each connection will disconnect with database.
ReplaceGlobalPool replaces given pool as global pool.
Supply creates given number of connections and add them to free connection channel of global pool.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
milliseconds.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
seconds.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
seconds.
No description provided by the author
No description provided by the author
seconds.
seconds.
No description provided by the author
seconds.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author