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, setURLclose, closeOnCompletion, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, getLargeMaxRows, getLargeUpdateCount, getPhysCs, getPhysPs, getPhysStmt, isCloseOnCompletion, isLogicalEntityClosed, isWrapperFor, setLargeMaxRows, unwrappublic 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 nullpublic void setRowId(int arg0,
java.sql.RowId arg1)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNString(int arg0,
java.lang.String arg1)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNCharacterStream(int arg0,
java.io.Reader arg1,
long arg2)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNClob(int arg0,
java.sql.NClob arg1)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setClob(int arg0,
java.io.Reader arg1,
long arg2)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBlob(int arg0,
java.io.InputStream arg1,
long arg2)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNClob(int arg0,
java.io.Reader arg1,
long arg2)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setSQLXML(int arg0,
java.sql.SQLXML arg1)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setAsciiStream(int arg0,
java.io.InputStream arg1,
long arg2)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBinaryStream(int arg0,
java.io.InputStream arg1,
long arg2)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setCharacterStream(int arg0,
java.io.Reader arg1,
long arg2)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setAsciiStream(int arg0,
java.io.InputStream arg1)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBinaryStream(int arg0,
java.io.InputStream arg1)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setCharacterStream(int arg0,
java.io.Reader arg1)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNCharacterStream(int arg0,
java.io.Reader arg1)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setClob(int arg0,
java.io.Reader arg1)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBlob(int arg0,
java.io.InputStream arg1)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNClob(int arg0,
java.io.Reader arg1)
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isClosed()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setPoolable(boolean arg0)
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isPoolable()
throws java.sql.SQLException
java.sql.SQLExceptionApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.