public class AltibaseCallableStatement extends AbstractCallableStatement
AltibaseStatement.ExecuteResultManager| Modifier and Type | Field and Description |
|---|---|
protected int |
mLastFetchedColumnIndex |
mBatchAdded, mBatchJobCount, mBatchRowHandle, mBindColumns, mContext, mLobUpdatorBYTES_PER_CHAR, EMPTY_LARGE_BATCH_RESULT, mBatchSetBytesUseLob, mConnection, mCurrentResultIndex, mCurrentResultSet, mEscapeProcessing, mExecuteResultMgr, mExecutionResult, mFetchResult, mFetchSize, mForceClobBind, mIsClosed, mIsDeferred, mLogger, mMaxFieldSize, mMaxRows, mPrepareResult, mPrepareResultColumns, mQstr, mResultSetList, mResultSetReturned, mReUseResultSet, mSemiAsyncPrefetch, mStmtCID, mTargetResultSetConcurrency, mTargetResultSetType, mWarning| Modifier and Type | Method and Description |
|---|---|
java.sql.Array |
getArray(int aIndex) |
java.sql.Array |
getArray(java.lang.String aParamName) |
java.math.BigDecimal |
getBigDecimal(int aIndex) |
java.math.BigDecimal |
getBigDecimal(int aIndex,
int aScale) |
java.math.BigDecimal |
getBigDecimal(java.lang.String aParamName) |
java.sql.Blob |
getBlob(int aIndex) |
java.sql.Blob |
getBlob(java.lang.String aParamName) |
boolean |
getBoolean(int aIndex) |
boolean |
getBoolean(java.lang.String aParamName) |
byte |
getByte(int aIndex) |
byte |
getByte(java.lang.String aParamName) |
byte[] |
getBytes(int aIndex) |
byte[] |
getBytes(java.lang.String aParamName) |
java.io.Reader |
getCharacterStream(int aIndex) |
java.io.Reader |
getCharacterStream(java.lang.String aParameName) |
java.sql.Clob |
getClob(int aIndex) |
java.sql.Clob |
getClob(java.lang.String aParamName) |
protected Column |
getColumnForOutType(int aIndex,
int aSqlType) |
java.sql.Date |
getDate(int aIndex) |
java.sql.Date |
getDate(int aIndex,
java.util.Calendar aCalendar) |
java.sql.Date |
getDate(java.lang.String aParamName) |
java.sql.Date |
getDate(java.lang.String aParamName,
java.util.Calendar aCalendar) |
double |
getDouble(int aIndex) |
double |
getDouble(java.lang.String aParamName) |
float |
getFloat(int aIndex) |
float |
getFloat(java.lang.String aParamName) |
int |
getInt(int aIndex) |
int |
getInt(java.lang.String aParamName) |
long |
getLong(int aIndex) |
long |
getLong(java.lang.String aParamName) |
java.lang.String |
getNString(int aIndex) |
java.lang.String |
getNString(java.lang.String aParamName) |
java.lang.Object |
getObject(int aIndex) |
<T> T |
getObject(int aIndex,
java.lang.Class<T> aType) |
java.lang.Object |
getObject(int aIndex,
java.util.Map aMap) |
java.lang.Object |
getObject(java.lang.String aParamName) |
<T> T |
getObject(java.lang.String aParamName,
java.lang.Class<T> aType) |
java.lang.Object |
getObject(java.lang.String aParamName,
java.util.Map aMap) |
java.sql.Ref |
getRef(int aIndex) |
java.sql.Ref |
getRef(java.lang.String aParamName) |
short |
getShort(int aIndex) |
short |
getShort(java.lang.String aParamName) |
java.lang.String |
getString(int aIndex) |
java.lang.String |
getString(java.lang.String aParamName) |
java.sql.Time |
getTime(int aIndex) |
java.sql.Time |
getTime(int aIndex,
java.util.Calendar aCalendar) |
java.sql.Time |
getTime(java.lang.String aParamName) |
java.sql.Time |
getTime(java.lang.String aParamName,
java.util.Calendar aCalendar) |
java.sql.Timestamp |
getTimestamp(int aIndex) |
java.sql.Timestamp |
getTimestamp(int aIndex,
java.util.Calendar aCalendar) |
java.sql.Timestamp |
getTimestamp(java.lang.String aParamName) |
java.sql.Timestamp |
getTimestamp(java.lang.String aParamName,
java.util.Calendar aCalendar) |
java.net.URL |
getURL(int aIndex) |
java.net.URL |
getURL(java.lang.String aParamName) |
void |
registerOutParameter(int aIndex,
int aSqlType) |
void |
registerOutParameter(int aIndex,
int aSqlType,
int aScale) |
void |
registerOutParameter(int aIndex,
int aSqlType,
java.lang.String aTypeName) |
void |
registerOutParameter(int aIndex,
java.sql.SQLType aSqlType) |
void |
registerOutParameter(int aIndex,
java.sql.SQLType aSqlType,
int aScale) |
void |
registerOutParameter(int aIndex,
java.sql.SQLType aSqlType,
java.lang.String aTypeName) |
void |
registerOutParameter(java.lang.String aParamName,
int aSqlType) |
void |
registerOutParameter(java.lang.String aParamName,
int aSqlType,
int aScale) |
void |
registerOutParameter(java.lang.String aParamName,
int aSqlType,
java.lang.String aTypeName) |
void |
registerOutParameter(java.lang.String aParamName,
java.sql.SQLType aSqlType) |
void |
registerOutParameter(java.lang.String aParamName,
java.sql.SQLType aSqlType,
int aScale) |
void |
registerOutParameter(java.lang.String aParamName,
java.sql.SQLType aSqlType,
java.lang.String aTypeName) |
void |
setAsciiStream(java.lang.String aParamName,
java.io.InputStream aValue) |
void |
setAsciiStream(java.lang.String aParamName,
java.io.InputStream aValue,
int aLength) |
void |
setAsciiStream(java.lang.String aParamName,
java.io.InputStream aValue,
long aLength) |
void |
setBigDecimal(java.lang.String aParamName,
java.math.BigDecimal aValue) |
void |
setBinaryStream(java.lang.String aParamName,
java.io.InputStream aValue) |
void |
setBinaryStream(java.lang.String aParamName,
java.io.InputStream aValue,
int aLength) |
void |
setBinaryStream(java.lang.String aParamName,
java.io.InputStream aValue,
long aLength) |
void |
setBlob(java.lang.String aParamName,
java.sql.Blob aValue) |
void |
setBlob(java.lang.String aParamName,
java.io.InputStream aInputStream) |
void |
setBlob(java.lang.String aParamName,
java.io.InputStream aInputStream,
long aLength) |
void |
setBoolean(java.lang.String aParamName,
boolean aValue) |
void |
setByte(java.lang.String aParamName,
byte aValue) |
void |
setBytes(java.lang.String aParamName,
byte[] aValue) |
void |
setCharacterStream(java.lang.String aParamName,
java.io.Reader aValue) |
void |
setCharacterStream(java.lang.String aParamName,
java.io.Reader aValue,
int aLength) |
void |
setCharacterStream(java.lang.String aParamName,
java.io.Reader aValue,
long aLength) |
void |
setClob(java.lang.String aParameterIndex,
java.sql.Clob aValue) |
void |
setClob(java.lang.String aParamName,
java.io.Reader aValue) |
void |
setClob(java.lang.String aParamName,
java.io.Reader aValue,
long aLength) |
void |
setDate(java.lang.String aParamName,
java.sql.Date aValue) |
void |
setDate(java.lang.String aParamName,
java.sql.Date aValue,
java.util.Calendar aCalendar) |
void |
setDouble(java.lang.String aParamName,
double aValue) |
void |
setFloat(java.lang.String aParamName,
float aValue) |
void |
setInt(java.lang.String aParamName,
int aValue) |
void |
setLong(java.lang.String aParamName,
long aValue) |
void |
setNString(java.lang.String aParamName,
java.lang.String aValue) |
void |
setNull(java.lang.String aParamName,
int aSqlType) |
void |
setNull(java.lang.String aParamName,
int aSqlType,
java.lang.String aTypeName) |
void |
setObject(java.lang.String aParamName,
java.lang.Object aValue) |
void |
setObject(java.lang.String aParamName,
java.lang.Object aValue,
int aSqlType) |
void |
setObject(java.lang.String aParamName,
java.lang.Object aValue,
int aSqlType,
int aScale) |
void |
setObject(java.lang.String aParamName,
java.lang.Object aValue,
java.sql.SQLType aTargetSqlType) |
void |
setObject(java.lang.String aParamName,
java.lang.Object aValue,
java.sql.SQLType aTargetSqlType,
int aScaleOrLength) |
void |
setShort(java.lang.String aParamName,
short aValue) |
void |
setString(java.lang.String aParamName,
java.lang.String aValue) |
void |
setTime(java.lang.String aParamName,
java.sql.Time aValue) |
void |
setTime(java.lang.String aParamName,
java.sql.Time aValue,
java.util.Calendar aCalendar) |
void |
setTimestamp(java.lang.String aParamName,
java.sql.Timestamp aValue) |
void |
setTimestamp(java.lang.String aParamName,
java.sql.Timestamp aValue,
java.util.Calendar aCalendar) |
void |
setURL(java.lang.String aParamName,
java.net.URL aValue) |
boolean |
wasNull() |
getNCharacterStream, getNCharacterStream, getNClob, getNClob, getRowId, getRowId, getSQLXML, getSQLXML, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setRowId, setSQLXMLaddBatch, addBatch, addMetaColumnInfo, clearBatch, clearParameters, closeAllPrevResultSet, closeAllResultSet, closeCurrentResultSet, createProtocolContext, execute, execute, execute, execute, execute, executeBatch, executeLargeBatch, executeLargeUpdate, executeQuery, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getAtomicBatch, getColumn, getColumn, getColumnForInType, getDefaultPrecisionForDeferred, getMetaData, getParameterMetaData, getProtocolContext, getResultSet, getStmtId, incCurrentResultSetIndex, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setAtomicBatch, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNString, setNull, setNull, setObject, setObject, setObject, setObject, setObject, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL, toStringsetNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setRowId, setSQLXMLafterExecution, cancel, clearAllResults, clearWarnings, close, closeOnCompletion, createInternalStatement, downgradeFetchSize, executeLargeUpdate, getConnection, getExplainPlan, getFetchDirection, getFetchSize, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFetchSize, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getSql, getUpdateCount, getWarnings, isAsyncPrefetch, isClosed, isCloseOnCompletion, isInternalStatement, isPingSQL, isPoolable, pingAndCreateLightweightResultSet, procDowngradeAndGetTargetSql, processExecutionQueryResult, processExecutionResult, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, setSql, toInt, toIntBatchUpdateCountsisWrapperFor, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddBatch, clearParameters, execute, executeLargeUpdate, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setObject, setObject, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURLaddBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutprotected Column getColumnForOutType(int aIndex, int aSqlType) throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Array getArray(int aIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Array getArray(java.lang.String aParamName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(int aIndex,
int aScale)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(int aIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(java.lang.String aParamName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Blob getBlob(int aIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Blob getBlob(java.lang.String aParamName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean getBoolean(int aIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean getBoolean(java.lang.String aParamName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic byte getByte(int aIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic byte getByte(java.lang.String aParamName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic byte[] getBytes(int aIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic byte[] getBytes(java.lang.String aParamName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Clob getClob(int aIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Clob getClob(java.lang.String aParamName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Date getDate(int aIndex,
java.util.Calendar aCalendar)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Date getDate(int aIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Date getDate(java.lang.String aParamName,
java.util.Calendar aCalendar)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Date getDate(java.lang.String aParamName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic double getDouble(int aIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic double getDouble(java.lang.String aParamName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic float getFloat(int aIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic float getFloat(java.lang.String aParamName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic int getInt(int aIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic int getInt(java.lang.String aParamName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic long getLong(int aIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic long getLong(java.lang.String aParamName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.Object getObject(int aIndex,
java.util.Map aMap)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.Object getObject(int aIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.Object getObject(java.lang.String aParamName,
java.util.Map aMap)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.Object getObject(java.lang.String aParamName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Ref getRef(int aIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Ref getRef(java.lang.String aParamName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic short getShort(int aIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic short getShort(java.lang.String aParamName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String getString(int aIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String getString(java.lang.String aParamName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Time getTime(int aIndex,
java.util.Calendar aCalendar)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Time getTime(int aIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Time getTime(java.lang.String aParamName,
java.util.Calendar aCalendar)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Time getTime(java.lang.String aParamName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(int aIndex,
java.util.Calendar aCalendar)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(int aIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(java.lang.String aParamName,
java.util.Calendar aCalendar)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(java.lang.String aParamName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.net.URL getURL(int aIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.net.URL getURL(java.lang.String aParamName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void registerOutParameter(int aIndex,
int aSqlType,
int aScale)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void registerOutParameter(int aIndex,
int aSqlType,
java.lang.String aTypeName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void registerOutParameter(int aIndex,
int aSqlType)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void registerOutParameter(java.lang.String aParamName,
int aSqlType,
int aScale)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void registerOutParameter(java.lang.String aParamName,
int aSqlType,
java.lang.String aTypeName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void registerOutParameter(java.lang.String aParamName,
int aSqlType)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setAsciiStream(java.lang.String aParamName,
java.io.InputStream aValue,
int aLength)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBigDecimal(java.lang.String aParamName,
java.math.BigDecimal aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBinaryStream(java.lang.String aParamName,
java.io.InputStream aValue,
int aLength)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBoolean(java.lang.String aParamName,
boolean aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setByte(java.lang.String aParamName,
byte aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBytes(java.lang.String aParamName,
byte[] aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setCharacterStream(java.lang.String aParamName,
java.io.Reader aValue,
int aLength)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setDate(java.lang.String aParamName,
java.sql.Date aValue,
java.util.Calendar aCalendar)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setDate(java.lang.String aParamName,
java.sql.Date aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setDouble(java.lang.String aParamName,
double aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setFloat(java.lang.String aParamName,
float aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setInt(java.lang.String aParamName,
int aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setLong(java.lang.String aParamName,
long aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNull(java.lang.String aParamName,
int aSqlType,
java.lang.String aTypeName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNull(java.lang.String aParamName,
int aSqlType)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setObject(java.lang.String aParamName,
java.lang.Object aValue,
int aSqlType,
int aScale)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setObject(java.lang.String aParamName,
java.lang.Object aValue,
int aSqlType)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setObject(java.lang.String aParamName,
java.lang.Object aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setShort(java.lang.String aParamName,
short aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setString(java.lang.String aParamName,
java.lang.String aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setTime(java.lang.String aParamName,
java.sql.Time aValue,
java.util.Calendar aCalendar)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setTime(java.lang.String aParamName,
java.sql.Time aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setTimestamp(java.lang.String aParamName,
java.sql.Timestamp aValue,
java.util.Calendar aCalendar)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setTimestamp(java.lang.String aParamName,
java.sql.Timestamp aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setURL(java.lang.String aParamName,
java.net.URL aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean wasNull()
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String getNString(int aIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String getNString(java.lang.String aParamName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setNString(java.lang.String aParamName,
java.lang.String aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setClob(java.lang.String aParameterIndex,
java.sql.Clob aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setClob(java.lang.String aParamName,
java.io.Reader aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setClob(java.lang.String aParamName,
java.io.Reader aValue,
long aLength)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBlob(java.lang.String aParamName,
java.sql.Blob aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBlob(java.lang.String aParamName,
java.io.InputStream aInputStream)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBlob(java.lang.String aParamName,
java.io.InputStream aInputStream,
long aLength)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.io.Reader getCharacterStream(int aIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.io.Reader getCharacterStream(java.lang.String aParameName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setAsciiStream(java.lang.String aParamName,
java.io.InputStream aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setAsciiStream(java.lang.String aParamName,
java.io.InputStream aValue,
long aLength)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setCharacterStream(java.lang.String aParamName,
java.io.Reader aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setCharacterStream(java.lang.String aParamName,
java.io.Reader aValue,
long aLength)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBinaryStream(java.lang.String aParamName,
java.io.InputStream aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setBinaryStream(java.lang.String aParamName,
java.io.InputStream aValue,
long aLength)
throws java.sql.SQLException
java.sql.SQLExceptionpublic <T> T getObject(int aIndex,
java.lang.Class<T> aType)
throws java.sql.SQLException
java.sql.SQLExceptionpublic <T> T getObject(java.lang.String aParamName,
java.lang.Class<T> aType)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void registerOutParameter(int aIndex,
java.sql.SQLType aSqlType)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void registerOutParameter(int aIndex,
java.sql.SQLType aSqlType,
int aScale)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void registerOutParameter(int aIndex,
java.sql.SQLType aSqlType,
java.lang.String aTypeName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void registerOutParameter(java.lang.String aParamName,
java.sql.SQLType aSqlType)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void registerOutParameter(java.lang.String aParamName,
java.sql.SQLType aSqlType,
int aScale)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void registerOutParameter(java.lang.String aParamName,
java.sql.SQLType aSqlType,
java.lang.String aTypeName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setObject(java.lang.String aParamName,
java.lang.Object aValue,
java.sql.SQLType aTargetSqlType)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setObject(java.lang.String aParamName,
java.lang.Object aValue,
java.sql.SQLType aTargetSqlType,
int aScaleOrLength)
throws java.sql.SQLException
java.sql.SQLException