public class StandardXAPreparedStatement extends StandardPreparedStatement
| Modifier and Type | Field and Description |
|---|---|
int |
autoGeneratedKeys |
int |
resultSetConcurrency |
int |
resultSetHoldability |
int |
resultSetType |
java.lang.String |
sql |
closed, keyps| Modifier and Type | Method and Description |
|---|---|
void |
catchInvoke(java.sql.SQLException sqlException)
Exception management : catch or throw the exception
|
void |
close()
Close this statement.
|
closeOnCompletion, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, preInvoke, setAsciiStream, setAsciiStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setCharacterStream, setCharacterStream, setClob, setClob, setNCharacterStream, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNString, setPoolable, setRowId, setRowId, setSQLXML, unwrapaddBatch, addBatch, cancel, clearBatch, clearParameters, clearWarnings, execute, execute, execute, execute, execute, executeBatch, executeQuery, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMetaData, getMoreResults, getMoreResults, getParameterMetaData, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setCursorName, setDate, setDate, setDouble, setEscapeProcessing, setFetchDirection, setFetchSize, setFloat, setInt, setLogger, setLong, setMaxFieldSize, setMaxRows, setNull, setNull, setObject, setObject, setObject, setQueryTimeout, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic java.lang.String sql
public int resultSetType
public int resultSetConcurrency
public int resultSetHoldability
public int autoGeneratedKeys
public void close()
throws java.sql.SQLException
close in interface java.lang.AutoCloseableclose in interface java.sql.Statementclose in class StandardPreparedStatementjava.sql.SQLExceptionpublic void catchInvoke(java.sql.SQLException sqlException)
throws java.sql.SQLException
catchInvoke in class StandardPreparedStatementjava.sql.SQLException