public interface ManagedStatement
extends java.sql.Statement
Statement by returning the
managed JDBC-classes where appropriate.| Modifier and Type | Method and Description |
|---|---|
ManagedResultSet |
executeQuery(java.lang.String sql) |
ManagedExtendedConnection |
getConnection() |
ManagedResultSet |
getGeneratedKeys() |
ManagedResultSet |
getResultSet() |
addBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getFetchDirection, getFetchSize, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutManagedResultSet executeQuery(java.lang.String sql) throws java.sql.SQLException
executeQuery in interface java.sql.Statementjava.sql.SQLExceptionManagedResultSet getResultSet() throws java.sql.SQLException
getResultSet in interface java.sql.Statementjava.sql.SQLExceptionManagedExtendedConnection getConnection() throws java.sql.SQLException
getConnection in interface java.sql.Statementjava.sql.SQLExceptionManagedResultSet getGeneratedKeys() throws java.sql.SQLException
getGeneratedKeys in interface java.sql.Statementjava.sql.SQLException