Description Usage Arguments Methods See Also
Base class for JDBCQueryResult and JDBCUpdateResult.
1 2 3 4 5 |
res |
An object inheriting from |
params |
A list of bindings. Named values should be matched to named paramters (if supported by the DBI backend). Unnamed values will be matched by position. I don't recommend mixing named and unnamed values. |
... |
Other arguments passed on to methods. |
n |
maximum number of records to retrieve per fetch. Use |
dbBind: Unsupported. Use parameter binding of dbSendQuery,JDBCConnection,character-method instead.
fetch: Forwards to dbFetch.
Other result classes: JDBCQueryResult-class,
JDBCUpdateResult-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.