ClickhouseConnection-class | R Documentation |
ClickhouseConnection.
objects are usually created by
dbConnect
## 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, ...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.