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:Simon Urbanek <[email protected]>

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'))

Peer review:

Bug tracker:https://github.com/s-u/rjdbc/issues

Uses libs:
  • openjdk– OpenJDK Java runtime, using Hotspot JIT

On CRAN:

29 exports 52 stars 4.02 score 2 dependencies 6 dependents 1 mentions 1.0k scripts 18.2k downloads

Last updated 1 years agofrom:b0843d520f. Checks:OK: 1 NOTE: 6. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 10 2024
R-4.5-winNOTESep 10 2024
R-4.5-linuxNOTESep 10 2024
R-4.4-winNOTESep 10 2024
R-4.4-macNOTESep 10 2024
R-4.3-winNOTESep 10 2024
R-4.3-macNOTESep 10 2024

Exports:dbBegindbClearResultdbColumnInfodbCommitdbConnectdbDataTypedbDisconnectdbExistsTabledbGetExceptiondbGetFieldsdbGetInfodbGetQuerydbGetTablesdbListConnectionsdbListFieldsdbListResultsdbListTablesdbOptiondbReadTabledbRemoveTabledbRollbackdbSendQuerydbSendUpdatedbSetTypeMapsdbUnloadDriverdbWriteTablefetchfindDriversJDBC

Dependencies:DBIrJava

Readme and manuals

Help Manual

Help pageTopics
Retrieves DMBS options.dbOption dbOption,JDBCConnection-method dbOption,JDBCDriver-method dbOption,JDBCResult-method
Manage type mapping functions.dbSetTypeMaps
JDBC enginefindDrivers 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