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.7)RJDBC_0.3-0.zip(r-4.6)RJDBC_0.3-0.zip(r-4.5)
RJDBC_0.3-0.tgz(r-4.6-any)RJDBC_0.3-0.tgz(r-4.5-any)
RJDBC_0.3-0.tar.gz(r-4.7-any)RJDBC_0.3-0.tar.gz(r-4.6-any)
RJDBC_0.3-0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:b0843d520f. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 116 | ||
| source / vignettes | OK | 171 | ||
| linux-release-x86_64 | NOTE | 102 | ||
| macos-release-arm64 | NOTE | 87 | ||
| macos-oldrel-arm64 | NOTE | 106 | ||
| windows-devel | NOTE | 82 | ||
| windows-release | NOTE | 100 | ||
| windows-oldrel | NOTE | 75 | ||
| wasm-release | OK | 106 |
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 |
