Description Usage Arguments Details Value See Also Examples
Retreives a ResultSet previously stored in a static instance of SJDBCResultSetUtilities
class as a data.frame
.
1 2 | sjdbcGetResultSet(key, unregister = TRUE, default.num.rows = NULL,
start.at.first=TRUE, rows.to.read=-1)
|
key |
a string containing the key into the hash table in |
unregister |
a logical value. If |
default.num.rows |
an integer containing the number of rows. When the ResultSet is of type |
start.at.first |
a logical. If |
rows.to.read |
an integer specifying the maximum number of rows to read. If less than zero, read all rows in the result set. |
This function is called by importJDBC
and usually is not called directly.
returns a data.frame
containing the ResultSet.
1 2 3 4 | ## Not run:
sjdbcGetResultSet("resultid")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.