public class LogicalPreparedStatement40 extends LogicalPreparedStatement
LogicalPreparedStatement
,
isClosed()
Constructor and Description |
---|
LogicalPreparedStatement40(java.sql.PreparedStatement physicalPs,
StatementKey stmtKey,
StatementCacheInteractor cacheInteractor)
Creates a new logical prepared statement.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isClosed() |
boolean |
isPoolable() |
void |
setAsciiStream(int arg0,
java.io.InputStream arg1) |
void |
setAsciiStream(int arg0,
java.io.InputStream arg1,
long arg2) |
void |
setBinaryStream(int arg0,
java.io.InputStream arg1) |
void |
setBinaryStream(int arg0,
java.io.InputStream arg1,
long arg2) |
void |
setBlob(int arg0,
java.io.InputStream arg1) |
void |
setBlob(int arg0,
java.io.InputStream arg1,
long arg2) |
void |
setCharacterStream(int arg0,
java.io.Reader arg1) |
void |
setCharacterStream(int arg0,
java.io.Reader arg1,
long arg2) |
void |
setClob(int arg0,
java.io.Reader arg1) |
void |
setClob(int arg0,
java.io.Reader arg1,
long arg2) |
void |
setNCharacterStream(int arg0,
java.io.Reader arg1) |
void |
setNCharacterStream(int arg0,
java.io.Reader arg1,
long arg2) |
void |
setNClob(int arg0,
java.sql.NClob arg1) |
void |
setNClob(int arg0,
java.io.Reader arg1) |
void |
setNClob(int arg0,
java.io.Reader arg1,
long arg2) |
void |
setNString(int arg0,
java.lang.String arg1) |
void |
setPoolable(boolean arg0) |
void |
setRowId(int arg0,
java.sql.RowId arg1) |
void |
setSQLXML(int arg0,
java.sql.SQLXML arg1) |
addBatch, addBatch, cancel, clearBatch, clearParameters, clearWarnings, execute, execute, execute, execute, execute, executeBatch, executeLargeUpdate, executeQuery, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMetaData, getMoreResults, getMoreResults, getParameterMetaData, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setCursorName, setDate, setDate, setDouble, setEscapeProcessing, setFetchDirection, setFetchSize, setFloat, setInt, setLong, setMaxFieldSize, setMaxRows, setNull, setNull, setObject, setObject, setObject, setQueryTimeout, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL
close, closeOnCompletion, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, getLargeMaxRows, getLargeUpdateCount, getPhysCs, getPhysPs, getPhysStmt, isCloseOnCompletion, isLogicalEntityClosed, isWrapperFor, setLargeMaxRows, unwrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LogicalPreparedStatement40(java.sql.PreparedStatement physicalPs, StatementKey stmtKey, StatementCacheInteractor cacheInteractor)
physicalPs
- underlying physical statementstmtKey
- key for the physical statementcacheInteractor
- creating statement cache interactorjava.lang.IllegalArgumentException
- if cache
is null
public void setRowId(int arg0, java.sql.RowId arg1) throws java.sql.SQLException
java.sql.SQLException
public void setNString(int arg0, java.lang.String arg1) throws java.sql.SQLException
java.sql.SQLException
public void setNCharacterStream(int arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
java.sql.SQLException
public void setNClob(int arg0, java.sql.NClob arg1) throws java.sql.SQLException
java.sql.SQLException
public void setClob(int arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
java.sql.SQLException
public void setBlob(int arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
java.sql.SQLException
public void setNClob(int arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
java.sql.SQLException
public void setSQLXML(int arg0, java.sql.SQLXML arg1) throws java.sql.SQLException
java.sql.SQLException
public void setAsciiStream(int arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
java.sql.SQLException
public void setBinaryStream(int arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
java.sql.SQLException
public void setCharacterStream(int arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
java.sql.SQLException
public void setAsciiStream(int arg0, java.io.InputStream arg1) throws java.sql.SQLException
java.sql.SQLException
public void setBinaryStream(int arg0, java.io.InputStream arg1) throws java.sql.SQLException
java.sql.SQLException
public void setCharacterStream(int arg0, java.io.Reader arg1) throws java.sql.SQLException
java.sql.SQLException
public void setNCharacterStream(int arg0, java.io.Reader arg1) throws java.sql.SQLException
java.sql.SQLException
public void setClob(int arg0, java.io.Reader arg1) throws java.sql.SQLException
java.sql.SQLException
public void setBlob(int arg0, java.io.InputStream arg1) throws java.sql.SQLException
java.sql.SQLException
public void setNClob(int arg0, java.io.Reader arg1) throws java.sql.SQLException
java.sql.SQLException
public boolean isClosed() throws java.sql.SQLException
java.sql.SQLException
public void setPoolable(boolean arg0) throws java.sql.SQLException
java.sql.SQLException
public boolean isPoolable() throws java.sql.SQLException
java.sql.SQLException
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.