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.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

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

On CRAN:

Conda:

openjdk

9.52 score 51 stars 5 packages 1.1k scripts 20k downloads 1 mentions 29 exports 2 dependencies

Last updated from:b0843d520f. Checks:7 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64NOTE116
source / vignettesOK171
linux-release-x86_64NOTE102
macos-release-arm64NOTE87
macos-oldrel-arm64NOTE106
windows-develNOTE82
windows-releaseNOTE100
windows-oldrelNOTE75
wasm-releaseOK106

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