java.lang.Object
org.apache.derby.iapi.jdbc.BrokeredStatement
org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
org.apache.derby.iapi.jdbc.BrokeredPreparedStatement30
- All Implemented Interfaces:
- java.sql.PreparedStatement, java.sql.Statement
- public class BrokeredPreparedStatement30
- extends BrokeredPreparedStatement
JDBC 3 implementation of PreparedStatement.
| Methods inherited from class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement |
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getPreparedStatement, getStatement, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream |
| Methods inherited from class org.apache.derby.iapi.jdbc.BrokeredStatement |
addBatch, cancel, clearBatch, clearWarnings, close, controlCheck, createDuplicateStatement, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout, setStatementState, wrapResultSet |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.sql.Statement |
addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout |
generatedKeys
private final java.lang.Object generatedKeys
BrokeredPreparedStatement30
public BrokeredPreparedStatement30(BrokeredStatementControl control,
int jdbcLevel,
java.lang.String sql,
java.lang.Object generatedKeys)
throws java.sql.SQLException
setURL
public final void setURL(int i,
java.net.URL x)
throws java.sql.SQLException
- Description copied from interface:
java.sql.PreparedStatement
- This method sets the specified parameter from the given Java
java.net.URL value.
getParameterMetaData
public final java.sql.ParameterMetaData getParameterMetaData()
throws java.sql.SQLException
- Description copied from interface:
java.sql.PreparedStatement
- Returns information about the parameters set on this
PreparedStatement (see java.sql.ParameterMetaData for a
detailed description of the provided information).
createDuplicateStatement
public java.sql.PreparedStatement createDuplicateStatement(java.sql.Connection conn,
java.sql.PreparedStatement oldStatement)
throws java.sql.SQLException
- Create a duplicate PreparedStatement to this, including state, from the passed in Connection.
- Overrides:
createDuplicateStatement in class BrokeredPreparedStatement