ClickhouseConnection-class {RClickhouse} | R Documentation |
Class ClickhouseConnection
Description
ClickhouseConnection.
objects are usually created by
dbConnect
Usage
## S4 method for signature 'ClickhouseConnection'
show(object)
## S4 method for signature 'ClickhouseConnection'
dbGetInfo(dbObj, ...)
## S4 method for signature 'ClickhouseConnection'
dbIsValid(dbObj, ...)
## S4 method for signature 'ClickhouseConnection'
dbListTables(conn, ...)
## S4 method for signature 'ClickhouseConnection,character'
dbExistsTable(conn, name, ...)
## S4 method for signature 'ClickhouseConnection,character'
dbReadTable(conn, name, row.names = NA, ...)
## S4 method for signature 'ClickhouseConnection,character'
dbRemoveTable(conn, name, ...)
## S4 method for signature 'ClickhouseConnection,character'
dbListFields(conn, name, ...)
## S4 method for signature 'ClickhouseConnection,character'
dbSendQuery(conn, statement, ...)
## S4 method for signature 'ClickhouseConnection'
dbDataType(dbObj, obj, ...)
## S4 method for signature 'ClickhouseConnection,character'
dbQuoteIdentifier(conn, x, ...)
## S4 method for signature 'ClickhouseConnection,SQL'
dbQuoteIdentifier(conn, x, ...)
## S4 method for signature 'ClickhouseConnection,character'
dbQuoteString(conn, x, ...)
## S4 method for signature 'ClickhouseConnection,SQL'
dbQuoteString(conn, x, ...)
## S4 method for signature 'ClickhouseConnection'
dbBegin(conn, ...)
## S4 method for signature 'ClickhouseConnection'
dbCommit(conn, ...)
## S4 method for signature 'ClickhouseConnection'
dbRollback(conn, ...)
## S4 method for signature 'ClickhouseConnection'
dbDisconnect(conn, ...)
[Package RClickhouse version 0.6.10 Index]