JDBCResult-methods {RJDBC}R Documentation

Methods for the class JDBCResult in Package ‘RJDBC’ ~~

Description

Methods for the class `JDBCResult' in Package `RJDBC'.

fetch retrieves the content of the result set in the form of a data frame. NOTE: the current implementation is done purely in R and is not very efficient.

dbClearResult releases the result set.

dbColumnInfo returns basic information about the columns (fields) in the result set.

dbGetInfo returns an empty list.

dbListResults returns an empty list and wanrs that JDBC doesn't track results

Methods

fetch
signature(res = "JDBCResult", ...)
dbClearResult
signature(res = "JDBCResult", ...)
dbColumnInfo
signature(res = "JDBCResult", ...)
dbGetInfo
signature(res = "JDBCResult", ...)
dbListResults
signature(res = "JDBCResult", ...)

[Package RJDBC version 0.1-5 Index]