JDBCResult-methods {RJDBC} | R Documentation |
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
signature(res = "JDBCResult", ...)
signature(res = "JDBCResult", ...)
signature(res = "JDBCResult", ...)
signature(res = "JDBCResult", ...)
signature(res = "JDBCResult", ...)