public class LogicalCallableStatement40 extends LogicalCallableStatement
LogicalCallableStatement
,
isClosed()
Constructor and Description |
---|
LogicalCallableStatement40(java.sql.CallableStatement physicalCs,
StatementKey stmtKey,
StatementCacheInteractor cacheInteractor)
Creates a new logical callable statement.
|
Modifier and Type | Method and Description |
---|---|
java.io.Reader |
getCharacterStream(int arg0) |
java.io.Reader |
getCharacterStream(java.lang.String arg0) |
java.io.Reader |
getNCharacterStream(int arg0) |
java.io.Reader |
getNCharacterStream(java.lang.String arg0) |
java.sql.NClob |
getNClob(int arg0) |
java.sql.NClob |
getNClob(java.lang.String arg0) |
java.lang.String |
getNString(int arg0) |
java.lang.String |
getNString(java.lang.String arg0) |
<T> T |
getObject(int parameterIndex,
java.lang.Class<T> type) |
<T> T |
getObject(java.lang.String parameterName,
java.lang.Class<T> type) |
java.sql.RowId |
getRowId(int arg0) |
java.sql.RowId |
getRowId(java.lang.String arg0) |
java.sql.SQLXML |
getSQLXML(int arg0) |
java.sql.SQLXML |
getSQLXML(java.lang.String arg0) |
boolean |
isClosed() |
boolean |
isPoolable() |
void |
setAsciiStream(int arg0,
java.io.InputStream arg1) |
void |
setAsciiStream(int arg0,
java.io.InputStream arg1,
long arg2) |
void |
setAsciiStream(java.lang.String arg0,
java.io.InputStream arg1) |
void |
setAsciiStream(java.lang.String 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 |
setBinaryStream(java.lang.String arg0,
java.io.InputStream arg1) |
void |
setBinaryStream(java.lang.String 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 |
setBlob(java.lang.String arg0,
java.sql.Blob arg1) |
void |
setBlob(java.lang.String arg0,
java.io.InputStream arg1) |
void |
setBlob(java.lang.String 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 |
setCharacterStream(java.lang.String arg0,
java.io.Reader arg1) |
void |
setCharacterStream(java.lang.String 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 |
setClob(java.lang.String arg0,
java.sql.Clob arg1) |
void |
setClob(java.lang.String arg0,
java.io.Reader arg1) |
void |
setClob(java.lang.String 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 |
setNCharacterStream(java.lang.String arg0,
java.io.Reader arg1) |
void |
setNCharacterStream(java.lang.String 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 |
setNClob(java.lang.String arg0,
java.sql.NClob arg1) |
void |
setNClob(java.lang.String arg0,
java.io.Reader arg1) |
void |
setNClob(java.lang.String arg0,
java.io.Reader arg1,
long arg2) |
void |
setNString(int arg0,
java.lang.String arg1) |
void |
setNString(java.lang.String arg0,
java.lang.String arg1) |
void |
setPoolable(boolean arg0) |
void |
setRowId(int arg0,
java.sql.RowId arg1) |
void |
setRowId(java.lang.String arg0,
java.sql.RowId arg1) |
void |
setSQLXML(int arg0,
java.sql.SQLXML arg1) |
void |
setSQLXML(java.lang.String arg0,
java.sql.SQLXML arg1) |
getArray, getArray, getBigDecimal, getBigDecimal, getBigDecimal, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getClob, getClob, getDate, getDate, getDate, getDate, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getObject, getObject, getObject, getObject, getRef, getRef, getShort, getShort, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getURL, getURL, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, setAsciiStream, setBigDecimal, setBinaryStream, setBoolean, setByte, setBytes, setCharacterStream, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setURL, wasNull
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
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, 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, setURL
addBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, 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, isCloseOnCompletion, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout
public LogicalCallableStatement40(java.sql.CallableStatement physicalCs, StatementKey stmtKey, StatementCacheInteractor cacheInteractor)
physicalCs
- 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
public java.sql.RowId getRowId(int arg0) throws java.sql.SQLException
java.sql.SQLException
public java.sql.RowId getRowId(java.lang.String arg0) throws java.sql.SQLException
java.sql.SQLException
public void setRowId(java.lang.String arg0, java.sql.RowId arg1) throws java.sql.SQLException
java.sql.SQLException
public void setNString(java.lang.String arg0, java.lang.String arg1) throws java.sql.SQLException
java.sql.SQLException
public void setNCharacterStream(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
java.sql.SQLException
public void setNClob(java.lang.String arg0, java.sql.NClob arg1) throws java.sql.SQLException
java.sql.SQLException
public void setClob(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
java.sql.SQLException
public void setBlob(java.lang.String arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
java.sql.SQLException
public void setNClob(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
java.sql.SQLException
public java.sql.NClob getNClob(int arg0) throws java.sql.SQLException
java.sql.SQLException
public java.sql.NClob getNClob(java.lang.String arg0) throws java.sql.SQLException
java.sql.SQLException
public void setSQLXML(java.lang.String arg0, java.sql.SQLXML arg1) throws java.sql.SQLException
java.sql.SQLException
public java.sql.SQLXML getSQLXML(int arg0) throws java.sql.SQLException
java.sql.SQLException
public java.sql.SQLXML getSQLXML(java.lang.String arg0) throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getNString(int arg0) throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getNString(java.lang.String arg0) throws java.sql.SQLException
java.sql.SQLException
public java.io.Reader getNCharacterStream(int arg0) throws java.sql.SQLException
java.sql.SQLException
public java.io.Reader getNCharacterStream(java.lang.String arg0) throws java.sql.SQLException
java.sql.SQLException
public java.io.Reader getCharacterStream(int arg0) throws java.sql.SQLException
java.sql.SQLException
public java.io.Reader getCharacterStream(java.lang.String arg0) throws java.sql.SQLException
java.sql.SQLException
public void setBlob(java.lang.String arg0, java.sql.Blob arg1) throws java.sql.SQLException
java.sql.SQLException
public void setClob(java.lang.String arg0, java.sql.Clob arg1) throws java.sql.SQLException
java.sql.SQLException
public void setAsciiStream(java.lang.String arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
java.sql.SQLException
public void setBinaryStream(java.lang.String arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
java.sql.SQLException
public void setCharacterStream(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
java.sql.SQLException
public void setAsciiStream(java.lang.String arg0, java.io.InputStream arg1) throws java.sql.SQLException
java.sql.SQLException
public void setBinaryStream(java.lang.String arg0, java.io.InputStream arg1) throws java.sql.SQLException
java.sql.SQLException
public void setCharacterStream(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException
java.sql.SQLException
public void setNCharacterStream(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException
java.sql.SQLException
public void setClob(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException
java.sql.SQLException
public void setBlob(java.lang.String arg0, java.io.InputStream arg1) throws java.sql.SQLException
java.sql.SQLException
public void setNClob(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException
java.sql.SQLException
public <T> T getObject(int parameterIndex, java.lang.Class<T> type) throws java.sql.SQLException
java.sql.SQLException
public <T> T getObject(java.lang.String parameterName, java.lang.Class<T> type) throws java.sql.SQLException
java.sql.SQLException
Apache Derby V10.10 Internals - Copyright © 2004,2013 The Apache Software Foundation. All Rights Reserved.