|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

| Nested Class Summary | |
|---|---|
static class |
IDBPreparedStatement.ReuseProbability
An enum for the degree of probability to which a prepared statement is reused later on. |
| Field Summary |
|---|
| Fields inherited from interface java.sql.Statement |
|---|
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
| Method Summary | |
|---|---|
IDBResultSet |
executeQuery()
|
ResultSet |
executeQuery(String sql)
Deprecated. Not supported. |
IDBResultSet |
getGeneratedKeys()
|
IDBResultSet |
getResultSet()
|
IDBPreparedStatement.ReuseProbability |
getReuseProbability()
|
String |
getSQL()
|
IDBConnection |
getTransaction()
|
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface java.sql.PreparedStatement |
|---|
addBatch, 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, setURL |
| Methods inherited from interface java.sql.Wrapper |
|---|
isWrapperFor, unwrap |
| Method Detail |
|---|
IDBConnection getTransaction()
String getSQL()
IDBPreparedStatement.ReuseProbability getReuseProbability()
IDBResultSet getGeneratedKeys()
throws SQLException
getGeneratedKeys in interface StatementSQLException
IDBResultSet getResultSet()
throws SQLException
getResultSet in interface StatementSQLException
IDBResultSet executeQuery()
throws SQLException
executeQuery in interface PreparedStatementSQLException
@Deprecated
ResultSet executeQuery(String sql)
throws SQLException
executeQuery in interface StatementSQLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||