|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.iapi.jdbc.BrokeredStatement
org.apache.derby.iapi.jdbc.BrokeredPreparedStatement
org.apache.derby.iapi.jdbc.BrokeredPreparedStatement30
JDBC 3 implementation of PreparedStatement.
Field Summary | |
private java.lang.Object |
generatedKeys
|
Fields inherited from class org.apache.derby.iapi.jdbc.BrokeredPreparedStatement |
sql |
Fields inherited from class org.apache.derby.iapi.jdbc.BrokeredStatement |
control, jdbcLevel, resultSetConcurrency, resultSetHoldability, resultSetType |
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 |
Constructor Summary | |
BrokeredPreparedStatement30(BrokeredStatementControl control,
int jdbcLevel,
java.lang.String sql,
java.lang.Object generatedKeys)
|
Method Summary | |
java.sql.PreparedStatement |
createDuplicateStatement(java.sql.Connection conn,
java.sql.PreparedStatement oldStatement)
Create a duplicate PreparedStatement to this, including state, from the passed in Connection. |
java.sql.ParameterMetaData |
getParameterMetaData()
|
void |
setURL(int i,
java.net.URL x)
|
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 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 |
Field Detail |
private final java.lang.Object generatedKeys
Constructor Detail |
public BrokeredPreparedStatement30(BrokeredStatementControl control, int jdbcLevel, java.lang.String sql, java.lang.Object generatedKeys) throws java.sql.SQLException
Method Detail |
public final void setURL(int i, java.net.URL x) throws java.sql.SQLException
setURL
in interface java.sql.PreparedStatement
setURL
in class BrokeredPreparedStatement
java.sql.SQLException
public final java.sql.ParameterMetaData getParameterMetaData() throws java.sql.SQLException
getParameterMetaData
in interface java.sql.PreparedStatement
getParameterMetaData
in class BrokeredPreparedStatement
java.sql.SQLException
public java.sql.PreparedStatement createDuplicateStatement(java.sql.Connection conn, java.sql.PreparedStatement oldStatement) throws java.sql.SQLException
createDuplicateStatement
in class BrokeredPreparedStatement
java.sql.SQLException
|
Built on Mon 2007-06-04 09:58:47+0400, from revision ??? | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |