| java.lang.Object org.continuent.sequoia.driver.DriverGeneratedKeysResult
DriverGeneratedKeysResult | public class DriverGeneratedKeysResult (Code) | | This class stores the result of a call to Statement.executeUpdate(sql,
Statement.RETURN_GENERATED_KEYS);
author: Emmanuel Cecchet version: 1.0 |
DriverGeneratedKeysResult | public DriverGeneratedKeysResult(DriverResultSet drs, int updateCount, SQLWarning sqlw)(Code) | | Creates a new DriverGeneratedKeysResult object
Parameters: drs - the ControllerResultSet containing the autogenerated keys Parameters: updateCount - the update count returned by the executeUpdate exection Parameters: sqlw - SQL Warnings |
getDriverResultSet | final public DriverResultSet getDriverResultSet()(Code) | | Returns the DriverResultSet value.
Returns the drs. |
getUpdateCount | final public int getUpdateCount()(Code) | | Returns the updateCount value.
Returns the updateCount. |
getWarnings | public SQLWarning getWarnings()(Code) | | Returns the warnings value.
the updateCount warning chain. |
|
|