Package: RJDBC 0.3-0
RJDBC: Provides Access to Databases Through the JDBC Interface
The RJDBC package is an implementation of R's DBI interface using JDBC as a back-end. This allows R to connect to any DBMS that has a JDBC driver.
Authors:
RJDBC_0.3-0.tar.gz
RJDBC_0.3-0.zip(r-4.5)RJDBC_0.3-0.zip(r-4.4)RJDBC_0.3-0.zip(r-4.3)
RJDBC_0.3-0.tgz(r-4.4-any)RJDBC_0.3-0.tgz(r-4.3-any)
RJDBC_0.3-0.tar.gz(r-4.5-noble)RJDBC_0.3-0.tar.gz(r-4.4-noble)
RJDBC_0.3-0.tgz(r-4.4-emscripten)RJDBC_0.3-0.tgz(r-4.3-emscripten)
RJDBC.pdf |RJDBC.html✨
RJDBC/json (API)
NEWS
# Install 'RJDBC' in R: |
install.packages('RJDBC', repos = c('https://s-u.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/s-u/rjdbc/issues
Last updated 1 years agofrom:b0843d520f. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 09 2024 |
R-4.5-win | NOTE | Nov 09 2024 |
R-4.5-linux | NOTE | Nov 09 2024 |
R-4.4-win | NOTE | Nov 09 2024 |
R-4.4-mac | NOTE | Nov 09 2024 |
R-4.3-win | NOTE | Nov 09 2024 |
R-4.3-mac | NOTE | Nov 09 2024 |
Exports:dbBegindbClearResultdbColumnInfodbCommitdbConnectdbDataTypedbDisconnectdbExistsTabledbGetExceptiondbGetFieldsdbGetInfodbGetQuerydbGetTablesdbListConnectionsdbListFieldsdbListResultsdbListTablesdbOptiondbReadTabledbRemoveTabledbRollbackdbSendQuerydbSendUpdatedbSetTypeMapsdbUnloadDriverdbWriteTablefetchfindDriversJDBC
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Retrieves DMBS options. | dbOption dbOption,JDBCConnection-method dbOption,JDBCDriver-method dbOption,JDBCResult-method |
Manage type mapping functions. | dbSetTypeMaps |
JDBC engine | findDrivers JDBC |
Class "JDBCConnection" | JDBCConnection-class |
Methods for the class `JDBCConnect' in Package `RJDBC' | dbBegin,JDBCConnection-method dbCommit,JDBCConnection-method dbDataType,JDBCConnection-method dbDisconnect,JDBCConnection-method dbExistsTable,JDBCConnection,ANY-method dbExistsTable,JDBCConnection-method dbGetException,JDBCConnection-method dbGetFields dbGetFields,JDBCConnection-method dbGetInfo,JDBCConnection-method dbGetQuery,JDBCConnection,character-method dbGetTables dbGetTables,JDBCConnection-method dbListFields,JDBCConnection,ANY-method dbListFields,JDBCConnection-method dbListResults,JDBCConnection-method dbListTables,JDBCConnection-method dbReadTable,JDBCConnection,ANY-method dbReadTable,JDBCConnection,character-method dbReadTable,JDBCConnection-method dbRemoveTable,JDBCConnection,ANY-method dbRemoveTable,JDBCConnection-method dbRollback,JDBCConnection-method dbSendQuery,JDBCConnection,character-method dbSendUpdate dbSendUpdate,JDBCConnection,character-method dbWriteTable,JDBCConnection,ANY-method dbWriteTable,JDBCConnection-method JDBCConnection-methods |
Class "JDBCDriver" | JDBCDriver-class |
Methods for the class JDBCDriver in Package `RJDBC' | dbConnect,JDBCDriver-method dbGetInfo,JDBCDriver-method dbListConnections,JDBCDriver-method dbUnloadDriver,JDBCDriver-method JDBCDriver-methods |
Class "JDBCResult" | JDBCResult-class |
Methods for the class JDBCResult in Package `RJDBC' ~~ | dbClearResult,JDBCResult-method dbColumnInfo,JDBCResult-method dbGetInfo,JDBCResult-method fetch,JDBCResult,numeric-method JDBCResult-methods |