For S4 methods that require a documentation entry but only clutter the index.
# S4 method for DBIObject
SQLKeywords(dbObj, ...)# S4 method for missing
SQLKeywords(dbObj, ...)
# S4 method for DBIConnection
dbAppendTableArrow(conn, name, value, ...)
# S4 method for DBIConnection
dbAppendTable(conn, name, value, ..., row.names = NULL)
# S4 method for DBIResult
dbBindArrow(res, params, ...)
# S4 method for DBIResultArrowDefault
dbBindArrow(res, params, ...)
# S4 method for DBIResultArrow
dbBind(res, params, ...)
# S4 method for DBIDriver
dbCanConnect(drv, ...)
# S4 method for DBIResultArrow
dbClearResult(res, ...)
# S4 method for DBIConnector
dbConnect(drv, ...)
# S4 method for DBIConnection
dbCreateTableArrow(conn, name, value, ..., temporary = FALSE)
# S4 method for DBIConnection
dbCreateTable(conn, name, fields, ..., row.names = NULL, temporary = FALSE)
# S4 method for DBIConnector
dbDataType(dbObj, obj, ...)
# S4 method for DBIObject
dbDataType(dbObj, obj, ...)
# S4 method for character
dbDriver(drvName, ...)
# S4 method for DBIConnection,character
dbExecute(conn, statement, ...)
# S4 method for DBIConnection,Id
dbExistsTable(conn, name, ...)
# S4 method for DBIResultArrow
dbFetchArrowChunk(res, ...)
# S4 method for DBIResultArrow
dbFetchArrow(res, ...)
# S4 method for DBIResult
dbFetch(res, n = -1, ...)
# S4 method for DBIResultArrow
dbFetch(res, n = -1, ...)
# S4 method for DBIConnector
dbGetConnectArgs(drv, eval = TRUE, ...)
# S4 method for DBIResult
dbGetInfo(dbObj, ...)
# S4 method for DBIResultArrow
dbGetInfo(dbObj, ...)
# S4 method for DBIConnection
dbGetQueryArrow(conn, statement, ...)
# S4 method for DBIConnection,character
dbGetQuery(conn, statement, ..., n = -1L)
# S4 method for DBIResultArrow
dbGetRowCount(res, ...)
# S4 method for DBIResultArrow
dbGetRowsAffected(res, ...)
# S4 method for DBIResultArrow
dbGetStatement(res, ...)
# S4 method for DBIResultArrow
dbHasCompleted(res, ...)
# S4 method for DBIConnector
dbIsReadOnly(dbObj, ...)
# S4 method for DBIObject
dbIsReadOnly(dbObj, ...)
# S4 method for DBIResultArrowDefault
dbIsValid(dbObj, ...)
# S4 method for DBIConnection,Id
dbListFields(conn, name, ...)
# S4 method for DBIConnection,character
dbListFields(conn, name, ...)
# S4 method for DBIConnection
dbListObjects(conn, prefix = NULL, ...)
# S4 method for DBIConnection,ANY
dbQuoteIdentifier(conn, x, ...)
# S4 method for DBIConnection,character
dbQuoteIdentifier(conn, x, ...)
# S4 method for DBIConnection,SQL
dbQuoteIdentifier(conn, x, ...)
# S4 method for DBIConnection,Id
dbQuoteIdentifier(conn, x, ...)
# S4 method for DBIConnection
dbQuoteLiteral(conn, x, ...)
# S4 method for DBIConnection,ANY
dbQuoteString(conn, x, ...)
# S4 method for DBIConnection,character
dbQuoteString(conn, x, ...)
# S4 method for DBIConnection,SQL
dbQuoteString(conn, x, ...)
# S4 method for DBIConnection
dbReadTableArrow(conn, name, ...)
# S4 method for DBIConnection,Id
dbReadTable(conn, name, ...)
# S4 method for DBIConnection,character
dbReadTable(conn, name, ..., row.names = FALSE, check.names = TRUE)
# S4 method for DBIConnection,Id
dbRemoveTable(conn, name, ...)
# S4 method for DBIConnection
dbSendQueryArrow(conn, statement, params = NULL, ...)
# S4 method for DBIConnection,character
dbSendStatement(conn, statement, ...)
# S4 method for DBIConnection
dbUnquoteIdentifier(conn, x, ...)
# S4 method for DBIConnection
dbWithTransaction(conn, code)
# S4 method for DBIConnection
dbWriteTableArrow(
conn,
name,
value,
append = FALSE,
overwrite = FALSE,
...,
temporary = FALSE
)
# S4 method for DBIConnection,Id
dbWriteTable(conn, name, value, ...)
# S4 method for DBIObject,character
isSQLKeyword(
dbObj,
name,
keywords = .SQL92Keywords,
case = c("lower", "upper", "any")[3],
...
)
# S4 method for DBIObject,character
make.db.names(
dbObj,
snames,
keywords = .SQL92Keywords,
unique = TRUE,
allow.keywords = TRUE,
...
)
# S4 method for AnsiConnection
show(object)
# S4 method for DBIConnection
show(object)
# S4 method for DBIConnector
show(object)
# S4 method for DBIDriver
show(object)
# S4 method for DBIResult
show(object)
# S4 method for Id
show(object)
# S4 method for SQL
show(object)
# S4 method for DBIConnection
sqlAppendTable(con, table, values, row.names = NA, ...)
# S4 method for DBIConnection
sqlCreateTable(con, table, fields, row.names = NA, temporary = FALSE, ...)
# S4 method for DBIConnection
sqlData(con, value, row.names = NA, ...)
# S4 method for DBIConnection
sqlInterpolate(conn, sql, ..., .dots = list())
# S4 method for DBIConnection
sqlParseVariables(conn, sql, ...)
Number of rows to fetch, default -1
Table object to print