ClickhouseConnection.
objects are usually created by
dbConnect
# S4 method for ClickhouseConnection
show(object)# S4 method for ClickhouseConnection
dbGetInfo(dbObj, ...)
# S4 method for ClickhouseConnection
dbIsValid(dbObj, ...)
# S4 method for ClickhouseConnection
dbListTables(conn, ...)
# S4 method for ClickhouseConnection,character
dbExistsTable(conn, name, ...)
# S4 method for ClickhouseConnection,character
dbReadTable(conn, name, row.names = NA, ...)
# S4 method for ClickhouseConnection,character
dbRemoveTable(conn, name, ...)
# S4 method for ClickhouseConnection,character
dbListFields(conn, name, ...)
# S4 method for ClickhouseConnection,character
dbSendQuery(conn, statement, ...)
# S4 method for ClickhouseConnection
dbDataType(dbObj, obj, ...)
# S4 method for ClickhouseConnection,character
dbQuoteIdentifier(conn, x, ...)
# S4 method for ClickhouseConnection,SQL
dbQuoteIdentifier(conn, x, ...)
# S4 method for ClickhouseConnection,character
dbQuoteString(conn, x, ...)
# S4 method for ClickhouseConnection,SQL
dbQuoteString(conn, x, ...)
# S4 method for ClickhouseConnection
dbBegin(conn, ...)
# S4 method for ClickhouseConnection
dbCommit(conn, ...)
# S4 method for ClickhouseConnection
dbRollback(conn, ...)
# S4 method for ClickhouseConnection
dbDisconnect(conn, ...)