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, executeLargeUpdate, 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, setObject, setObject, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURLaddBatch, 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, 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) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html