dbDriver,character-method {DBI}R Documentation

Internal page for hidden aliases

Description

For S4 methods that require a documentation entry but only clutter the index.

Usage

## S4 method for signature 'character'
dbDriver(drvName, ...)

## S4 method for signature 'DBIDriver'
show(object)

## S4 method for signature 'DBIObject'
dbDataType(dbObj, obj, ...)

## S4 method for signature 'DBIConnection'
show(object)

## S4 method for signature 'DBIConnection,character'
dbSendStatement(conn, statement, ...)

## S4 method for signature 'DBIConnection,character'
dbGetQuery(conn, statement, ..., n = -1L)

## S4 method for signature 'DBIConnection,character'
dbExecute(conn, statement, ...)

## S4 method for signature 'DBIConnection,character'
dbReadTable(conn, name, ...,
  row.names = NA, check.names = TRUE)

## S4 method for signature 'AnsiConnection'
show(object)

## S4 method for signature 'DBIResult'
show(object)

## S4 method for signature 'DBIResult'
dbFetch(res, n = -1, ...)

## S4 method for signature 'DBIResult'
dbGetInfo(dbObj, ...)

## S4 method for signature 'DBIConnection'
sqlData(con, value, row.names = NA, ...)

## S4 method for signature 'DBIObject,character'
make.db.names(dbObj, snames,
  keywords = .SQL92Keywords, unique = TRUE, allow.keywords = TRUE, ...)

## S4 method for signature 'DBIObject,character'
isSQLKeyword(dbObj, name,
  keywords = .SQL92Keywords, case = c("lower", "upper", "any")[3], ...)

## S4 method for signature 'DBIObject'
SQLKeywords(dbObj, ...)

## S4 method for signature 'missing'
SQLKeywords(dbObj, ...)

## S4 method for signature 'DBIConnection'
sqlInterpolate(conn, sql, ..., .dots = list())

## S4 method for signature 'DBIConnection'
sqlParseVariables(conn, sql, ...)

## S4 method for signature 'SQL'
show(object)

## S4 method for signature 'DBIConnection,character'
dbQuoteIdentifier(conn, x, ...)

## S4 method for signature 'DBIConnection,SQL'
dbQuoteIdentifier(conn, x, ...)

## S4 method for signature 'DBIConnection,character'
dbQuoteString(conn, x, ...)

## S4 method for signature 'DBIConnection,SQL'
dbQuoteString(conn, x, ...)

## S4 method for signature 'DBIConnection'
sqlCreateTable(con, table, fields, row.names = NA,
  temporary = FALSE, ...)

## S4 method for signature 'DBIConnection'
sqlAppendTable(con, table, values, row.names = NA,
  ...)

## S4 method for signature 'DBIConnection,Table'
dbQuoteIdentifier(conn, x, ...)

## S4 method for signature 'Table'
show(object)

## S4 method for signature 'DBIConnection'
dbWithTransaction(conn, code)

Arguments

object

Object to display

conn, x

Connection and Table used when escaping.

n

Number of rows to fetch, default -1

object

Object to display

object

Object to display

object

Table object to print


[Package DBI version 0.7 Index]