public class Altibase42CallableStatement extends AltibaseCallableStatement implements java.sql.CallableStatement
AltibaseStatement.ExecuteResultManagermLastFetchedColumnIndexmBatchAdded, 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 |
|---|
Altibase42CallableStatement(AltibaseConnection aConnection,
java.lang.String aSql,
int aResultSetType,
int aResultSetConcurrency,
int aResultSetHoldability) |
| Modifier and Type | Method and Description |
|---|---|
java.io.Reader |
getCharacterStream(int aParamIndex) |
java.io.Reader |
getCharacterStream(java.lang.String aParamName) |
java.io.Reader |
getNCharacterStream(int aParamIndex) |
java.io.Reader |
getNCharacterStream(java.lang.String aParamName) |
java.sql.NClob |
getNClob(int aParamIndex) |
java.sql.NClob |
getNClob(java.lang.String aParamName) |
java.lang.String |
getNString(int aParamIndex) |
java.lang.String |
getNString(java.lang.String aParamName) |
<T> T |
getObject(int aIndex,
java.lang.Class<T> aType) |
<T> T |
getObject(java.lang.String aParamName,
java.lang.Class<T> aType) |
java.sql.RowId |
getRowId(int aParameIndex) |
java.sql.RowId |
getRowId(java.lang.String aParameName) |
java.sql.SQLXML |
getSQLXML(int aParamIndex) |
java.sql.SQLXML |
getSQLXML(java.lang.String aParameterName) |
void |
registerOutParameter(int aParamIndex,
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,
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 parameterName,
java.io.InputStream aValue) |
void |
setAsciiStream(java.lang.String aParamName,
java.io.InputStream aValue,
long aLength) |
void |
setBinaryStream(java.lang.String aParamName,
java.io.InputStream aValue) |
void |
setBinaryStream(java.lang.String aParamName,
java.io.InputStream aValue,
long aLength) |
void |
setBlob(int aParamIndex,
java.io.InputStream aInputStream) |
void |
setBlob(int aParamIndex,
java.io.InputStream aInputStream,
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 |
setCharacterStream(java.lang.String aParamName,
java.io.Reader aValue) |
void |
setCharacterStream(java.lang.String aParamName,
java.io.Reader aValue,
long aLength) |
void |
setClob(int aParamIndex,
java.io.Reader aReader) |
void |
setClob(int aParamIndex,
java.io.Reader aReader,
long aLength) |
void |
setClob(java.lang.String aParamName,
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 |
setNCharacterStream(int parameterIndex,
java.io.Reader value) |
void |
setNCharacterStream(int aParamIndex,
java.io.Reader aValue,
long aLength) |
void |
setNCharacterStream(java.lang.String aParamName,
java.io.Reader aValue) |
void |
setNCharacterStream(java.lang.String aParameterName,
java.io.Reader aValue,
long aLength) |
void |
setNClob(int aParamIndex,
java.sql.NClob aValue) |
void |
setNClob(int parameterIndex,
java.io.Reader reader) |
void |
setNClob(int aParamIndex,
java.io.Reader aReader,
long aLength) |
void |
setNClob(java.lang.String parameterName,
java.sql.NClob value) |
void |
setNClob(java.lang.String aParamName,
java.io.Reader aReader) |
void |
setNClob(java.lang.String aParamName,
java.io.Reader aReader,
long aLength) |
void |
setNString(int aParameterIndex,
java.lang.String aValue) |
void |
setNString(java.lang.String aParamName,
java.lang.String aValue) |
void |
setObject(int aParamIndex,
java.lang.Object aValue) |
void |
setObject(int aParameterIndex,
java.lang.Object aValue,
int aTargetSqlType) |
void |
setObject(int aParameterIndex,
java.lang.Object aValue,
int aTargetSqlType,
int aScale) |
void |
setObject(int aParameterIndex,
java.lang.Object aValue,
java.sql.SQLType aTargetSqlType) |
void |
setObject(int aParameterIndex,
java.lang.Object aValue,
java.sql.SQLType aTargetSqlType,
int aScaleOrLength) |
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 |
setRowId(int parameterIndex,
java.sql.RowId x) |
void |
setRowId(java.lang.String aParamName,
java.sql.RowId aRowId) |
void |
setSQLXML(int parameterIndex,
java.sql.SQLXML xmlObject) |
void |
setSQLXML(java.lang.String aParameterName,
java.sql.SQLXML aXmlObject) |
getArray, getArray, getBigDecimal, getBigDecimal, getBigDecimal, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getClob, getClob, getColumnForOutType, getColumnIndex, getDate, getDate, getDate, getDate, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getObject, getObject, getObject, getObject, getOutBoundColumn, 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, wasNulladdBatch, 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, 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, waitgetArray, 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, wasNulladdBatch, clearParameters, execute, executeLargeUpdate, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setRef, setShort, 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 Altibase42CallableStatement(AltibaseConnection aConnection, java.lang.String aSql, int aResultSetType, int aResultSetConcurrency, int aResultSetHoldability) throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.RowId getRowId(int aParameIndex)
throws java.sql.SQLException
getRowId in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.RowId getRowId(java.lang.String aParameName)
throws java.sql.SQLException
getRowId in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setRowId(java.lang.String aParamName,
java.sql.RowId aRowId)
throws java.sql.SQLException
setRowId in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setNString(java.lang.String aParamName,
java.lang.String aValue)
throws java.sql.SQLException
setNString in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setNCharacterStream(java.lang.String aParameterName,
java.io.Reader aValue,
long aLength)
throws java.sql.SQLException
setNCharacterStream in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setNClob(java.lang.String parameterName,
java.sql.NClob value)
throws java.sql.SQLException
setNClob in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setClob(java.lang.String aParamName,
java.io.Reader aValue,
long aLength)
throws java.sql.SQLException
setClob in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBlob(java.lang.String aParamName,
java.io.InputStream aInputStream,
long aLength)
throws java.sql.SQLException
setBlob in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setNClob(java.lang.String aParamName,
java.io.Reader aReader,
long aLength)
throws java.sql.SQLException
setNClob in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.NClob getNClob(int aParamIndex)
throws java.sql.SQLException
getNClob in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.NClob getNClob(java.lang.String aParamName)
throws java.sql.SQLException
getNClob in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setSQLXML(java.lang.String aParameterName,
java.sql.SQLXML aXmlObject)
throws java.sql.SQLException
setSQLXML in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.SQLXML getSQLXML(int aParamIndex)
throws java.sql.SQLException
getSQLXML in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.SQLXML getSQLXML(java.lang.String aParameterName)
throws java.sql.SQLException
getSQLXML in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.String getNString(int aParamIndex)
throws java.sql.SQLException
getNString in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.String getNString(java.lang.String aParamName)
throws java.sql.SQLException
getNString in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.io.Reader getNCharacterStream(int aParamIndex)
throws java.sql.SQLException
getNCharacterStream in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.io.Reader getNCharacterStream(java.lang.String aParamName)
throws java.sql.SQLException
getNCharacterStream in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.io.Reader getCharacterStream(int aParamIndex)
throws java.sql.SQLException
getCharacterStream in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.io.Reader getCharacterStream(java.lang.String aParamName)
throws java.sql.SQLException
getCharacterStream in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBlob(java.lang.String aParamName,
java.sql.Blob aValue)
throws java.sql.SQLException
setBlob in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setClob(java.lang.String aParamName,
java.sql.Clob aValue)
throws java.sql.SQLException
setClob in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setAsciiStream(java.lang.String aParamName,
java.io.InputStream aValue,
long aLength)
throws java.sql.SQLException
setAsciiStream in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBinaryStream(java.lang.String aParamName,
java.io.InputStream aValue,
long aLength)
throws java.sql.SQLException
setBinaryStream in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setCharacterStream(java.lang.String aParamName,
java.io.Reader aValue,
long aLength)
throws java.sql.SQLException
setCharacterStream in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setAsciiStream(java.lang.String parameterName,
java.io.InputStream aValue)
throws java.sql.SQLException
setAsciiStream in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBinaryStream(java.lang.String aParamName,
java.io.InputStream aValue)
throws java.sql.SQLException
setBinaryStream in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setCharacterStream(java.lang.String aParamName,
java.io.Reader aValue)
throws java.sql.SQLException
setCharacterStream in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setNCharacterStream(java.lang.String aParamName,
java.io.Reader aValue)
throws java.sql.SQLException
setNCharacterStream in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setClob(java.lang.String aParamName,
java.io.Reader aValue)
throws java.sql.SQLException
setClob in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBlob(java.lang.String aParamName,
java.io.InputStream aInputStream)
throws java.sql.SQLException
setBlob in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setNClob(java.lang.String aParamName,
java.io.Reader aReader)
throws java.sql.SQLException
setNClob in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic <T> T getObject(int aIndex,
java.lang.Class<T> aType)
throws java.sql.SQLException
getObject in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic <T> T getObject(java.lang.String aParamName,
java.lang.Class<T> aType)
throws java.sql.SQLException
getObject in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setRowId(int parameterIndex,
java.sql.RowId x)
throws java.sql.SQLException
setRowId in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setNString(int aParameterIndex,
java.lang.String aValue)
throws java.sql.SQLException
setNString in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setNCharacterStream(int aParamIndex,
java.io.Reader aValue,
long aLength)
throws java.sql.SQLException
setNCharacterStream in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setNClob(int aParamIndex,
java.sql.NClob aValue)
throws java.sql.SQLException
setNClob in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setClob(int aParamIndex,
java.io.Reader aReader,
long aLength)
throws java.sql.SQLException
setClob in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setBlob(int aParamIndex,
java.io.InputStream aInputStream,
long aLength)
throws java.sql.SQLException
setBlob in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setNClob(int aParamIndex,
java.io.Reader aReader,
long aLength)
throws java.sql.SQLException
setNClob in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setSQLXML(int parameterIndex,
java.sql.SQLXML xmlObject)
throws java.sql.SQLException
setSQLXML in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setNCharacterStream(int parameterIndex,
java.io.Reader value)
throws java.sql.SQLException
setNCharacterStream in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setClob(int aParamIndex,
java.io.Reader aReader)
throws java.sql.SQLException
setClob in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setBlob(int aParamIndex,
java.io.InputStream aInputStream)
throws java.sql.SQLException
setBlob in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setNClob(int parameterIndex,
java.io.Reader reader)
throws java.sql.SQLException
setNClob in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void registerOutParameter(int aParamIndex,
java.sql.SQLType aSqlType)
throws java.sql.SQLException
registerOutParameter in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void registerOutParameter(int aIndex,
java.sql.SQLType aSqlType,
int aScale)
throws java.sql.SQLException
registerOutParameter in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void registerOutParameter(int aIndex,
java.sql.SQLType aSqlType,
java.lang.String aTypeName)
throws java.sql.SQLException
registerOutParameter in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void registerOutParameter(java.lang.String aParamName,
java.sql.SQLType aSqlType)
throws java.sql.SQLException
registerOutParameter in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void registerOutParameter(java.lang.String aParamName,
java.sql.SQLType aSqlType,
int aScale)
throws java.sql.SQLException
registerOutParameter in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void registerOutParameter(java.lang.String aParamName,
java.sql.SQLType aSqlType,
java.lang.String aTypeName)
throws java.sql.SQLException
registerOutParameter in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setObject(int aParamIndex,
java.lang.Object aValue)
throws java.sql.SQLException
setObject in interface java.sql.PreparedStatementsetObject in class AltibasePreparedStatementjava.sql.SQLExceptionpublic void setObject(int aParameterIndex,
java.lang.Object aValue,
int aTargetSqlType)
throws java.sql.SQLException
setObject in interface java.sql.PreparedStatementsetObject in class AltibasePreparedStatementjava.sql.SQLExceptionpublic void setObject(int aParameterIndex,
java.lang.Object aValue,
int aTargetSqlType,
int aScale)
throws java.sql.SQLException
setObject in interface java.sql.PreparedStatementsetObject in class AltibasePreparedStatementjava.sql.SQLExceptionpublic void setObject(int aParameterIndex,
java.lang.Object aValue,
java.sql.SQLType aTargetSqlType)
throws java.sql.SQLException
setObject in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setObject(int aParameterIndex,
java.lang.Object aValue,
java.sql.SQLType aTargetSqlType,
int aScaleOrLength)
throws java.sql.SQLException
setObject in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setObject(java.lang.String aParamName,
java.lang.Object aValue,
java.sql.SQLType aTargetSqlType)
throws java.sql.SQLException
setObject in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setObject(java.lang.String aParamName,
java.lang.Object aValue,
java.sql.SQLType aTargetSqlType,
int aScaleOrLength)
throws java.sql.SQLException
setObject in interface java.sql.CallableStatementjava.sql.SQLException