public class AltibaseCallableStatement extends AltibasePreparedStatement implements java.sql.CallableStatement
AltibaseStatement.ExecuteResultManager| Modifier and Type | Field and Description |
|---|---|
protected int |
mLastFetchedColumnIndex |
mBatchAdded, mBatchJobCount, mBatchRowHandle, mBindColumns, mContext, mLobUpdatorBYTES_PER_CHAR, DEFAULT_UPDATE_COUNT, EMPTY_BATCH_RESULT, EMPTY_LARGE_BATCH_RESULT, mBatchSetBytesUseLob, mConnection, mCurrentResultIndex, mCurrentResultSet, mEscapeProcessing, mExecuteResultMgr, mExecutionResult, mFetchResult, mFetchSize, mForceClobBind, mIsClosed, mIsDeferred, mMaxFieldSize, mMaxRows, mPrepareResult, mPrepareResultColumns, mQstr, mResultSetList, mResultSetReturned, mReUseResultSet, mStmtCID, mTargetResultSetConcurrency, mTargetResultSetType, mWarning| Constructor and Description |
|---|
AltibaseCallableStatement(AltibaseConnection aConnection,
java.lang.String aSql,
int aResultSetType,
int aResultSetConcurrency,
int aResultSetHoldability) |
| 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.sql.Clob |
getClob(int aIndex) |
java.sql.Clob |
getClob(java.lang.String aParamName) |
protected Column |
getColumnForOutType(int aIndex,
int aSqlType) |
protected int |
getColumnIndex(java.lang.String aName) |
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.Object |
getObject(int aIndex) |
java.lang.Object |
getObject(int aIndex,
java.util.Map aMap) |
java.lang.Object |
getObject(java.lang.String aParamName) |
java.lang.Object |
getObject(java.lang.String aParamName,
java.util.Map aMap) |
protected Column |
getOutBoundColumn(int aIndex) |
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(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 |
setAsciiStream(java.lang.String aParamName,
java.io.InputStream aValue,
int aLength) |
void |
setBigDecimal(java.lang.String aParamName,
java.math.BigDecimal aValue) |
void |
setBinaryStream(java.lang.String aParamName,
java.io.InputStream aValue,
int 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,
int 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 |
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 |
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() |
addBatch, addBatch, addMetaColumnInfo, clearBatch, clearParameters, closeAllPrevResultSet, closeAllResultSet, closeCurrentResultSet, createProtocolContext, execute, execute, execute, execute, execute, executeBatch, executeBatchInternal, executeQuery, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getAtomicBatch, getColumn, getColumn, getColumnForInType, getColumnForInType, getDefaultPrecisionForDeferred, getExecuteResultMgrFirstUpdatedCnt, getLobUpdator, getMetaData, getParameterMetaData, getProtocolContext, getResultSet, getStmtId, incCurrentResultSetIndex, prepare, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setAtomicBatch, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL, toStringafterExecution, cancel, checkAutoGeneratedKeys, clearAllResults, clearForGeneratedKeys, clearWarnings, close, closeOnCompletion, createInternalStatement, cursorhasNoData, downgradeFetchSize, executeLargeBatch, executeLargeUpdate, getConnection, getExplainPlan, getFetchDirection, getFetchSize, getGeneratedKeys, getID, getLargeMaxRows, getLargeUpdateCount, getMaxFetchSize, getMaxFieldSize, getMaxRows, getMetaConn, getMoreResults, getMoreResults, getQueryTimeout, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getSql, getUpdateCount, getWarnings, isAsyncPrefetch, isClosed, isCloseOnCompletion, isInternalStatement, isPingSQL, isPoolable, isPrepared, isWrapperFor, makeQstrForGeneratedKeys, pingAndCreateLightweightResultSet, procDowngradeAndGetTargetSql, processExecutionQueryResult, processExecutionResult, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setMetaConnection, setPoolable, setPrepareResult, setQueryTimeout, setSql, toInt, toIntBatchUpdateCounts, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCharacterStream, getCharacterStream, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getRowId, getRowId, getSQLXML, getSQLXML, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, setAsciiStream, setAsciiStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setObject, setObject, setRowId, setSQLXMLaddBatch, 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, setQueryTimeoutpublic AltibaseCallableStatement(AltibaseConnection aConnection, java.lang.String aSql, int aResultSetType, int aResultSetConcurrency, int aResultSetHoldability) throws java.sql.SQLException
java.sql.SQLExceptionprotected Column getColumnForOutType(int aIndex, int aSqlType) throws java.sql.SQLException
java.sql.SQLExceptionprotected Column getOutBoundColumn(int aIndex) throws java.sql.SQLException
java.sql.SQLExceptionprotected int getColumnIndex(java.lang.String aName)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.Array getArray(int aIndex)
throws java.sql.SQLException
getArray in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Array getArray(java.lang.String aParamName)
throws java.sql.SQLException
getArray in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(int aIndex,
int aScale)
throws java.sql.SQLException
getBigDecimal in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(int aIndex)
throws java.sql.SQLException
getBigDecimal in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(java.lang.String aParamName)
throws java.sql.SQLException
getBigDecimal in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Blob getBlob(int aIndex)
throws java.sql.SQLException
getBlob in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Blob getBlob(java.lang.String aParamName)
throws java.sql.SQLException
getBlob in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic boolean getBoolean(int aIndex)
throws java.sql.SQLException
getBoolean in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic boolean getBoolean(java.lang.String aParamName)
throws java.sql.SQLException
getBoolean in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic byte getByte(int aIndex)
throws java.sql.SQLException
getByte in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic byte getByte(java.lang.String aParamName)
throws java.sql.SQLException
getByte in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic byte[] getBytes(int aIndex)
throws java.sql.SQLException
getBytes in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic byte[] getBytes(java.lang.String aParamName)
throws java.sql.SQLException
getBytes in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Clob getClob(int aIndex)
throws java.sql.SQLException
getClob in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Clob getClob(java.lang.String aParamName)
throws java.sql.SQLException
getClob in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Date getDate(int aIndex,
java.util.Calendar aCalendar)
throws java.sql.SQLException
getDate in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Date getDate(int aIndex)
throws java.sql.SQLException
getDate in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Date getDate(java.lang.String aParamName,
java.util.Calendar aCalendar)
throws java.sql.SQLException
getDate in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Date getDate(java.lang.String aParamName)
throws java.sql.SQLException
getDate in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic double getDouble(int aIndex)
throws java.sql.SQLException
getDouble in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic double getDouble(java.lang.String aParamName)
throws java.sql.SQLException
getDouble in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic float getFloat(int aIndex)
throws java.sql.SQLException
getFloat in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic float getFloat(java.lang.String aParamName)
throws java.sql.SQLException
getFloat in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic int getInt(int aIndex)
throws java.sql.SQLException
getInt in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic int getInt(java.lang.String aParamName)
throws java.sql.SQLException
getInt in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic long getLong(int aIndex)
throws java.sql.SQLException
getLong in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic long getLong(java.lang.String aParamName)
throws java.sql.SQLException
getLong in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.Object getObject(int aIndex,
java.util.Map aMap)
throws java.sql.SQLException
getObject in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.Object getObject(int aIndex)
throws java.sql.SQLException
getObject in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.Object getObject(java.lang.String aParamName,
java.util.Map aMap)
throws java.sql.SQLException
getObject in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.Object getObject(java.lang.String aParamName)
throws java.sql.SQLException
getObject in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Ref getRef(int aIndex)
throws java.sql.SQLException
getRef in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Ref getRef(java.lang.String aParamName)
throws java.sql.SQLException
getRef in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic short getShort(int aIndex)
throws java.sql.SQLException
getShort in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic short getShort(java.lang.String aParamName)
throws java.sql.SQLException
getShort in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.String getString(int aIndex)
throws java.sql.SQLException
getString in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.String getString(java.lang.String aParamName)
throws java.sql.SQLException
getString in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Time getTime(int aIndex,
java.util.Calendar aCalendar)
throws java.sql.SQLException
getTime in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Time getTime(int aIndex)
throws java.sql.SQLException
getTime in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Time getTime(java.lang.String aParamName,
java.util.Calendar aCalendar)
throws java.sql.SQLException
getTime in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Time getTime(java.lang.String aParamName)
throws java.sql.SQLException
getTime in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(int aIndex,
java.util.Calendar aCalendar)
throws java.sql.SQLException
getTimestamp in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(int aIndex)
throws java.sql.SQLException
getTimestamp in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(java.lang.String aParamName,
java.util.Calendar aCalendar)
throws java.sql.SQLException
getTimestamp in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(java.lang.String aParamName)
throws java.sql.SQLException
getTimestamp in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.net.URL getURL(int aIndex)
throws java.sql.SQLException
getURL in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.net.URL getURL(java.lang.String aParamName)
throws java.sql.SQLException
getURL in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void registerOutParameter(int aIndex,
int aSqlType,
int aScale)
throws java.sql.SQLException
registerOutParameter in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void registerOutParameter(int aIndex,
int aSqlType,
java.lang.String aTypeName)
throws java.sql.SQLException
registerOutParameter in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void registerOutParameter(int aIndex,
int aSqlType)
throws java.sql.SQLException
registerOutParameter in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void registerOutParameter(java.lang.String aParamName,
int aSqlType,
int aScale)
throws java.sql.SQLException
registerOutParameter in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void registerOutParameter(java.lang.String aParamName,
int aSqlType,
java.lang.String aTypeName)
throws java.sql.SQLException
registerOutParameter in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void registerOutParameter(java.lang.String aParamName,
int aSqlType)
throws java.sql.SQLException
registerOutParameter in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setAsciiStream(java.lang.String aParamName,
java.io.InputStream aValue,
int aLength)
throws java.sql.SQLException
setAsciiStream in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBigDecimal(java.lang.String aParamName,
java.math.BigDecimal aValue)
throws java.sql.SQLException
setBigDecimal in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBinaryStream(java.lang.String aParamName,
java.io.InputStream aValue,
int aLength)
throws java.sql.SQLException
setBinaryStream in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBoolean(java.lang.String aParamName,
boolean aValue)
throws java.sql.SQLException
setBoolean in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setByte(java.lang.String aParamName,
byte aValue)
throws java.sql.SQLException
setByte in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBytes(java.lang.String aParamName,
byte[] aValue)
throws java.sql.SQLException
setBytes in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setCharacterStream(java.lang.String aParamName,
java.io.Reader aValue,
int aLength)
throws java.sql.SQLException
setCharacterStream in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setDate(java.lang.String aParamName,
java.sql.Date aValue,
java.util.Calendar aCalendar)
throws java.sql.SQLException
setDate in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setDate(java.lang.String aParamName,
java.sql.Date aValue)
throws java.sql.SQLException
setDate in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setDouble(java.lang.String aParamName,
double aValue)
throws java.sql.SQLException
setDouble in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setFloat(java.lang.String aParamName,
float aValue)
throws java.sql.SQLException
setFloat in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setInt(java.lang.String aParamName,
int aValue)
throws java.sql.SQLException
setInt in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setLong(java.lang.String aParamName,
long aValue)
throws java.sql.SQLException
setLong in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setNull(java.lang.String aParamName,
int aSqlType,
java.lang.String aTypeName)
throws java.sql.SQLException
setNull in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setNull(java.lang.String aParamName,
int aSqlType)
throws java.sql.SQLException
setNull in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setObject(java.lang.String aParamName,
java.lang.Object aValue,
int aSqlType,
int aScale)
throws java.sql.SQLException
setObject in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setObject(java.lang.String aParamName,
java.lang.Object aValue,
int aSqlType)
throws java.sql.SQLException
setObject in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setObject(java.lang.String aParamName,
java.lang.Object aValue)
throws java.sql.SQLException
setObject in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setShort(java.lang.String aParamName,
short aValue)
throws java.sql.SQLException
setShort in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setString(java.lang.String aParamName,
java.lang.String aValue)
throws java.sql.SQLException
setString in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setTime(java.lang.String aParamName,
java.sql.Time aValue,
java.util.Calendar aCalendar)
throws java.sql.SQLException
setTime in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setTime(java.lang.String aParamName,
java.sql.Time aValue)
throws java.sql.SQLException
setTime in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setTimestamp(java.lang.String aParamName,
java.sql.Timestamp aValue,
java.util.Calendar aCalendar)
throws java.sql.SQLException
setTimestamp in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setTimestamp(java.lang.String aParamName,
java.sql.Timestamp aValue)
throws java.sql.SQLException
setTimestamp in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setURL(java.lang.String aParamName,
java.net.URL aValue)
throws java.sql.SQLException
setURL in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic boolean wasNull()
throws java.sql.SQLException
wasNull in interface java.sql.CallableStatementjava.sql.SQLException