Name | Description |
---|---|
Metadata | Functions to inspect the metadata of a ruleset. |
Name | Signature and Synopsis |
---|---|
close | void close(String resultsetName) Closes a result set. |
findColumn | String findColumn(String statementName, String columnName) Finds by name the index of a column in the result set. |
get | Object get(String resultsetName, int index) Gets the value of the column at the given index. |
getRowCountIfPossible | int getRowCountIfPossible(String resultsetName) Gets the value of the column at the given index. |
isBatchEnd | boolean isBatchEnd(String resultsetName) Returns true if and only if the cursor of the result set points to a batch end. |
isOpen | boolean isOpen(String resultSetName) Checks if a result with the given name is open. |
next | boolean next(String resultsetName) Moves the result set cursor to the next item, and returns a boolean which is false if the
query has ended. |