public class StandardXAPreparedStatement extends StandardPreparedStatement
Modifier and Type | Field and Description |
---|---|
int |
autoGeneratedKeys |
int |
resultSetConcurrency |
int |
resultSetHoldability |
int |
resultSetType |
java.lang.String |
sql |
closed, key
ps
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, unwrap
addBatch, 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, setURL
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public 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.AutoCloseable
close
in interface java.sql.Statement
close
in class StandardPreparedStatement
java.sql.SQLException
public void catchInvoke(java.sql.SQLException sqlException) throws java.sql.SQLException
catchInvoke
in class StandardPreparedStatement
java.sql.SQLException