JDBCConnection-class: JDBCConnection class

Description Usage Arguments Methods (by generic) Slots

Description

JDBCConnection class

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
## S4 method for signature 'JDBCConnection'
dbSQLDialect(conn)

## S4 method for signature 'JDBCConnection'
dbGetInfo(dbObj, ...)

## S4 method for signature 'JDBCConnection'
dbGetException(conn, ...)

## S4 method for signature 'JDBCConnection'
dbListResults(conn, ...)

## S4 method for signature 'JDBCConnection'
dbGetDriver(dbObj, ...)

## S4 method for signature 'JDBCConnection'
dbIsValid(dbObj, timeout = 0, ...)

## S4 method for signature 'JDBCConnection'
show(object)

Arguments

conn

A JDBCConnection object, as produced by dbConnect.

dbObj

A JDBCConnection object, as produced by dbConnect.

...

Other parameters passed on to methods.

timeout

The time in seconds to wait for the database operation used to validate the connection to complete. If the timeout period expires before the operation completes, this method returns false. A value of 0 indicates a timeout is not applied to the database operation.

object

An object of class JDBCConnection

Methods (by generic)

Slots

state

An environment for mutable states

j_connection

A jobjRef holding a java.sql.Connection.

info

The connection info list.

driver

A JDBCDriver object.

create_new_query_result

The factory function for JDBCQueryResult objects.

create_new_update_result

The factory function for JDBCUpdateResult objects.

sql_dialect

an sql_dialect


hoesler/dbj documentation built on May 17, 2019, 4:36 p.m.