public class GenOrmStatement extends StatementWrapper
| Constructor and Description |
|---|
GenOrmStatement(java.sql.Connection connection,
java.sql.Statement statement) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.lang.String |
toString() |
addBatch, cancel, clearBatch, clearWarnings, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, unwrappublic GenOrmStatement(java.sql.Connection connection,
java.sql.Statement statement)
public void close()
throws java.sql.SQLException
close in interface java.lang.AutoCloseableclose in interface java.sql.Statementclose in class StatementWrapperjava.sql.SQLExceptionpublic java.lang.String toString()
toString in class java.lang.Object