Man pages for rstats-db/DBI
R Database Interface

ANSIA dummy DBI connector that simulates ANSI-SQL compliance
dbAppendTableInsert rows into a table
dbAppendTableArrowInsert rows into a table from an Arrow stream
dbBindBind values to a parameterized/prepared statement
dbCallProcCall an SQL stored procedure
dbCanConnectCheck if a connection to a DBMS can be established
dbClearResultClear a result set
dbColumnInfoInformation about result types
dbConnectCreate a connection to a DBMS
dbCreateTableCreate a table in the database
dbCreateTableArrowCreate a table in the database based on an Arrow object
dbDataTypeDetermine the SQL data type of an object
dbDisconnectDisconnect (close) a connection
dbDriverLoad and unload database drivers
dbExecuteChange database state
dbExistsTableDoes a table exist?
dbFetchFetch records from a previously executed query
dbFetchArrowFetch records from a previously executed query as an Arrow...
dbFetchArrowChunkFetch the next batch of records from a previously executed...
dbGetConnectArgsGet connection arguments
dbGetDBIVersionDetermine the current version of the package.
dbGetExceptionGet DBMS exceptions
dbGetInfoGet DBMS metadata
dbGetQueryRetrieve results from a query
dbGetQueryArrowRetrieve results from a query as an Arrow object
dbGetRowCountThe number of rows fetched so far
dbGetRowsAffectedThe number of rows affected
dbGetStatementGet the statement associated with a result set
dbHasCompletedCompletion status
DBIConnection-classDBIConnection class
DBIConnector-classDBIConnector class
DBIDriver-classDBIDriver class
DBIObject-classDBIObject class
DBI-packageDBI: R Database Interface
DBIResultArrow-classDBIResultArrow class
DBIResult-classDBIResult class
dbIsReadOnlyIs this DBMS object read only?
dbIsValidIs this DBMS object still valid?
dbListConnectionsList currently open connections
dbListFieldsList field names of a remote table
dbListObjectsList remote objects
dbListResultsA list of all pending results
dbListTablesList remote tables
dbQuoteIdentifierQuote identifiers
dbQuoteLiteralQuote literal values
dbQuoteStringQuote literal strings
dbReadTableRead database tables as data frames
dbReadTableArrowRead database tables as Arrow objects
dbRemoveTableRemove a table from the database
dbSendQueryExecute a query on a given database connection
dbSendQueryArrowExecute a query on a given database connection for retrieval...
dbSendStatementExecute a data manipulation statement on a given database...
dbSetDataMappingsSet data mappings between an DBMS and R.
dbUnquoteIdentifierUnquote identifiers
dbWithTransactionSelf-contained SQL transactions
dbWriteTableCopy data frames to database tables
dbWriteTableArrowCopy Arrow objects to database tables
dot-SQL92KeywordsKeywords according to the SQL-92 standard
hidden_aliasesInternal page for hidden aliases
IdRefer to a table nested in a hierarchy (e.g. within a schema)
make.db.namesMake R identifiers into legal SQL identifiers
rownamesConvert row names back and forth between columns
SQLSQL quoting
sqlAppendTableCompose query to insert rows into a table
sqlCreateTableCompose query to create a simple table
sqlDataConvert a data frame into form suitable for upload to an SQL...
sqlInterpolateSafely interpolate values into an SQL string
sqlParseVariablesParse interpolated variables from SQL.
transactionsBegin/commit/rollback SQL transactions
rstats-db/DBI documentation built on April 20, 2024, 11:10 a.m.