
public interface IDBPreparedStatement extends Comparable<IDBPreparedStatement>, PreparedStatement
| Modifier and Type | Interface and Description |
|---|---|
static class |
IDBPreparedStatement.ReuseProbability
An enum for the degree of probability to which a prepared statement is reused later on.
|
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Modifier and Type | Method and Description |
|---|---|
IDBResultSet |
executeQuery() |
ResultSet |
executeQuery(String sql)
Deprecated.
Not supported.
|
IDBConnection |
getConnection() |
IDBResultSet |
getGeneratedKeys() |
IDBResultSet |
getResultSet() |
IDBPreparedStatement.ReuseProbability |
getReuseProbability() |
String |
getSQL() |
IDBConnection |
getTransaction()
Deprecated.
As of 4.3 use
getConnection(). |
compareToaddBatch, clearParameters, execute, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURLaddBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getFetchDirection, getFetchSize, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutisWrapperFor, unwrapIDBConnection getConnection() throws SQLException
getConnection in interface StatementSQLException@Deprecated IDBConnection getTransaction()
getConnection().String getSQL()
IDBPreparedStatement.ReuseProbability getReuseProbability()
IDBResultSet getGeneratedKeys() throws SQLException
getGeneratedKeys in interface StatementSQLExceptionIDBResultSet getResultSet() throws SQLException
getResultSet in interface StatementSQLExceptionIDBResultSet executeQuery() throws SQLException
executeQuery in interface PreparedStatementSQLException@Deprecated ResultSet executeQuery(String sql) throws SQLException
executeQuery in interface StatementSQLExceptionCopyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.