public class StandardXAStatement extends CoreStatement
statement| Modifier and Type | Method and Description |
|---|---|
void |
catchInvoke(java.sql.SQLException sqlException)
Exception management : catch or throw the exception
|
void |
close()
Close this statement.
|
void |
closeOnCompletion() |
boolean |
isClosed() |
boolean |
isCloseOnCompletion() |
boolean |
isPoolable() |
boolean |
isWrapperFor(java.lang.Class<?> iface) |
void |
setPoolable(boolean poolable) |
<T> T |
unwrap(java.lang.Class<T> iface) |
addBatch, cancel, clearBatch, clearWarnings, 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, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeoutpublic void close()
throws java.sql.SQLException
close in interface java.lang.AutoCloseableclose in interface java.sql.Statementclose in class CoreStatementjava.sql.SQLExceptionpublic void catchInvoke(java.sql.SQLException sqlException)
throws java.sql.SQLException
catchInvoke in class CoreStatementjava.sql.SQLExceptionpublic boolean isCloseOnCompletion()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void closeOnCompletion()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isPoolable()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setPoolable(boolean poolable)
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isClosed()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isWrapperFor(java.lang.Class<?> iface)
throws java.sql.SQLException
java.sql.SQLExceptionpublic <T> T unwrap(java.lang.Class<T> iface)
throws java.sql.SQLException
java.sql.SQLException