dbi.table.DBI | R Documentation |
dbi.table
sCall DBI methods using the underlying DBI connection.
## S4 method for signature 'dbi.catalog'
dbAppendTable(conn, name, value, ..., row.names = NULL)
## S4 method for signature 'dbi.schema'
dbAppendTable(conn, name, value, ..., row.names = NULL)
## S4 method for signature 'dbi.table'
dbAppendTable(conn, name, value, ..., row.names = NULL)
## S4 method for signature 'dbi.catalog'
dbCreateTable(conn, name, fields, ..., row.names = NULL, temporary = FALSE)
## S4 method for signature 'dbi.schema'
dbCreateTable(conn, name, fields, ..., row.names = NULL, temporary = FALSE)
## S4 method for signature 'dbi.table'
dbCreateTable(conn, name, fields, ..., row.names = NULL, temporary = FALSE)
## S4 method for signature 'dbi.catalog,ANY'
dbExecute(conn, statement, ...)
## S4 method for signature 'dbi.schema,ANY'
dbExecute(conn, statement, ...)
## S4 method for signature 'dbi.table,ANY'
dbExecute(conn, statement, ...)
## S4 method for signature 'dbi.catalog'
dbGetInfo(dbObj, ...)
## S4 method for signature 'dbi.schema'
dbGetInfo(dbObj, ...)
## S4 method for signature 'dbi.table'
dbGetInfo(dbObj, ...)
## S4 method for signature 'dbi.table,missing'
dbGetQuery(conn, statement, ...)
## S4 method for signature 'dbi.catalog,ANY'
dbGetQuery(conn, statement, ...)
## S4 method for signature 'dbi.schema,ANY'
dbGetQuery(conn, statement, ...)
## S4 method for signature 'dbi.table,ANY'
dbGetQuery(conn, statement, ...)
## S4 method for signature 'dbi.catalog,ANY'
dbListFields(conn, name, ...)
## S4 method for signature 'dbi.schema,ANY'
dbListFields(conn, name, ...)
## S4 method for signature 'dbi.table,ANY'
dbListFields(conn, name, ...)
## S4 method for signature 'dbi.catalog'
dbListObjects(conn, prefix = NULL, ...)
## S4 method for signature 'dbi.schema'
dbListObjects(conn, prefix = NULL, ...)
## S4 method for signature 'dbi.table'
dbListObjects(conn, prefix = NULL, ...)
## S4 method for signature 'dbi.catalog,ANY'
dbQuoteIdentifier(conn, x, ...)
## S4 method for signature 'dbi.schema,ANY'
dbQuoteIdentifier(conn, x, ...)
## S4 method for signature 'dbi.table,ANY'
dbQuoteIdentifier(conn, x, ...)
## S4 method for signature 'dbi.catalog'
dbQuoteLiteral(conn, x, ...)
## S4 method for signature 'dbi.schema'
dbQuoteLiteral(conn, x, ...)
## S4 method for signature 'dbi.table'
dbQuoteLiteral(conn, x, ...)
## S4 method for signature 'dbi.catalog,ANY'
dbQuoteString(conn, x, ...)
## S4 method for signature 'dbi.schema,ANY'
dbQuoteString(conn, x, ...)
## S4 method for signature 'dbi.table,ANY'
dbQuoteString(conn, x, ...)
## S4 method for signature 'dbi.catalog,ANY'
dbReadTable(conn, name, ...)
## S4 method for signature 'dbi.schema,ANY'
dbReadTable(conn, name, ...)
## S4 method for signature 'dbi.table,ANY'
dbReadTable(conn, name, ...)
## S4 method for signature 'dbi.catalog,ANY'
dbRemoveTable(conn, name, ...)
## S4 method for signature 'dbi.schema,ANY'
dbRemoveTable(conn, name, ...)
## S4 method for signature 'dbi.table,ANY'
dbRemoveTable(conn, name, ...)
## S4 method for signature 'dbi.table,missing'
dbSendStatement(conn, statement, ...)
## S4 method for signature 'dbi.catalog,ANY'
dbSendStatement(conn, statement, ...)
## S4 method for signature 'dbi.schema,ANY'
dbSendStatement(conn, statement, ...)
## S4 method for signature 'dbi.table,ANY'
dbSendStatement(conn, statement, ...)
## S4 method for signature 'dbi.catalog'
dbWithTransaction(conn, code, ...)
## S4 method for signature 'dbi.schema'
dbWithTransaction(conn, code, ...)
## S4 method for signature 'dbi.table'
dbWithTransaction(conn, code, ...)
## S4 method for signature 'dbi.catalog,ANY'
dbWriteTable(conn, name, value, ...)
## S4 method for signature 'dbi.schema,ANY'
dbWriteTable(conn, name, value, ...)
## S4 method for signature 'dbi.table,ANY'
dbWriteTable(conn, name, value, ...)
conn |
A |
name |
Please refer to the documentation for the generic function (links can be found in the 'See Also' section). |
value |
Please refer to the documentation for the generic function (links can be found in the 'See Also' section). |
... |
Additional parameters to pass to methods. |
row.names |
Please refer to the documentation for the generic function (links can be found in the 'See Also' section). |
fields |
Please refer to the documentation for the generic function (links can be found in the 'See Also' section). |
temporary |
Please refer to the documentation for the generic function (links can be found in the 'See Also' section). |
statement |
Please refer to the documentation for the generic function (links can be found in the 'See Also' section). |
dbObj |
A |
prefix |
Please refer to the documentation for the generic function (links can be found in the 'See Also' section). |
x |
Please refer to the documentation for the generic function (links can be found in the 'See Also' section). |
code |
Please refer to the documentation for the generic function (links can be found in the 'See Also' section). |
dbAppendTable
,
dbCreateTable
,
dbExecute
,
dbGetInfo
,
dbGetQuery
,
dbListObjects
,
dbReadTable
,
dbQuoteIdentifier
,
dbQuoteLiteral
,
dbQuoteString
,
dbRemoveTable
,
dbSendStatement
,
dbWithTransaction
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.