sjdbcGetResultSet(key, unregister = TRUE, default.num.rows = NULL, start.at.first=TRUE, rows.to.read=-1)
SJDBCResultSetUtilities
where the result was stored previously.
TRUE
(the default), specifies that the ResultSet should be removed from the hash
table after the data is returned.
ResultSet.TYPE_FORWARD_ONLY
,
the number of rows cannot be determined until after all of
the data has been retrieved. If the ResultSet has more than
the default number, the array sizes are doubled whenever the
current capacity is reached. If the ResultSet is not of
TYPE_FORWARD_ONLY
, this argument is not used.
TRUE
(the default), set the ResultSet to start
with the first row before reading.
Otherwise, start with the current row.
This function is called by and usually is not called directly.
data.frame
containing the ResultSet.
Adapted from
javaGetResultSet
in Spotfire S+ 8.0.4.
## Not run: sjdbcGetResultSet("resultid") ## End(Not run)