org.continuent.sequoia.controller.backend.result |
Used to store results of requets (ResulSet, generated keys, ...).
|
Java Source File Name | Type | Comment |
AbstractResult.java | Class | Super-class for all results of [Prepared|Callable]Statement.XXXExecuteXXX()
commands that holds the sql warning chain generated by the execution of this
command.
In order to introduce the sql warnings support, every command issued on a
backend must call getWarnings() right after its execution. |
ControllerResultSet.java | Class | A ControllerResultSet is a lightweight ResultSet for the
controller side. |
ExecuteResult.java | Class | This class stores the result of a call to Statement.execute() and chains the
updateCount and ResultSets in a list. |
ExecuteUpdateResult.java | Class | |
GeneratedKeysResult.java | Class | |