public class Altibase42PreparedStatement extends AltibasePreparedStatement implements java.sql.PreparedStatement
AltibaseStatement.ExecuteResultManagermBatchAdded, 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 |
|---|
Altibase42PreparedStatement(AltibaseConnection aConnection,
java.lang.String aSql,
int aResultSetType,
int aResultSetConcurrency,
int aResultSetHoldability) |
| Modifier and Type | Method and Description |
|---|---|
long[] |
executeLargeBatch() |
long |
executeLargeUpdate() |
void |
setArray(int aParameterIndex,
java.sql.Array aValue) |
void |
setBlob(int aParameterIndex,
java.io.InputStream aInputStream) |
void |
setBlob(int aParameterIndex,
java.io.InputStream aInputStream,
long aLength) |
void |
setClob(int aParameterIndex,
java.io.Reader aReader) |
void |
setClob(int aParameterIndex,
java.io.Reader aReader,
long aLength) |
void |
setNCharacterStream(int aParameterIndex,
java.io.Reader aValue) |
void |
setNCharacterStream(int aParameterIndex,
java.io.Reader aValue,
long aLength) |
void |
setNClob(int aParameterIndex,
java.sql.NClob aValue) |
void |
setNClob(int aParameterIndex,
java.io.Reader aReader) |
void |
setNClob(int aParameterIndex,
java.io.Reader aReader,
long aLength) |
void |
setNString(int aParameterIndex,
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 |
setRef(int i,
java.sql.Ref aValue) |
void |
setRowId(int aParameterIndex,
java.sql.RowId aRowId) |
void |
setSQLXML(int aParameterIndex,
java.sql.SQLXML aXmlObject) |
void |
setUnicodeStream(int aParameterIndex,
java.io.InputStream aValue,
int aLength) |
void |
setURL(int aParameterIndex,
java.net.URL aValue) |
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, setAsciiStream, setAsciiStream, setAsciiStream, setAtomicBatch, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, toStringafterExecution, cancel, checkAutoGeneratedKeys, clearAllResults, clearForGeneratedKeys, clearWarnings, close, closeOnCompletion, createInternalStatement, cursorhasNoData, downgradeFetchSize, 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, waitaddBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setShort, setString, setTime, setTime, setTimestamp, setTimestampaddBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, 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 Altibase42PreparedStatement(AltibaseConnection aConnection, java.lang.String aSql, int aResultSetType, int aResultSetConcurrency, int aResultSetHoldability) throws java.sql.SQLException
java.sql.SQLExceptionpublic long executeLargeUpdate()
throws java.sql.SQLException
executeLargeUpdate in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic long[] executeLargeBatch()
throws java.sql.SQLException
executeLargeBatch in interface java.sql.StatementexecuteLargeBatch in class AltibaseStatementjava.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 setNString(int aParameterIndex,
java.lang.String aValue)
throws java.sql.SQLException
setNString in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setClob(int aParameterIndex,
java.io.Reader aReader)
throws java.sql.SQLException
setClob in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setClob(int aParameterIndex,
java.io.Reader aReader,
long aLength)
throws java.sql.SQLException
setClob in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setBlob(int aParameterIndex,
java.io.InputStream aInputStream)
throws java.sql.SQLException
setBlob in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setBlob(int aParameterIndex,
java.io.InputStream aInputStream,
long aLength)
throws java.sql.SQLException
setBlob in interface java.sql.PreparedStatementjava.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 setNCharacterStream(int aParameterIndex,
java.io.Reader aValue)
throws java.sql.SQLException
setNCharacterStream in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setNCharacterStream(int aParameterIndex,
java.io.Reader aValue,
long aLength)
throws java.sql.SQLException
setNCharacterStream in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setNClob(int aParameterIndex,
java.io.Reader aReader)
throws java.sql.SQLException
setNClob in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setNClob(int aParameterIndex,
java.sql.NClob aValue)
throws java.sql.SQLException
setNClob in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setNClob(int aParameterIndex,
java.io.Reader aReader,
long aLength)
throws java.sql.SQLException
setNClob in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setRowId(int aParameterIndex,
java.sql.RowId aRowId)
throws java.sql.SQLException
setRowId in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setSQLXML(int aParameterIndex,
java.sql.SQLXML aXmlObject)
throws java.sql.SQLException
setSQLXML in interface java.sql.PreparedStatementjava.sql.SQLExceptionpublic void setArray(int aParameterIndex,
java.sql.Array aValue)
throws java.sql.SQLException
setArray in interface java.sql.PreparedStatementsetArray in class AltibasePreparedStatementjava.sql.SQLExceptionpublic void setRef(int i,
java.sql.Ref aValue)
throws java.sql.SQLException
setRef in interface java.sql.PreparedStatementsetRef in class AltibasePreparedStatementjava.sql.SQLExceptionpublic void setURL(int aParameterIndex,
java.net.URL aValue)
throws java.sql.SQLException
setURL in interface java.sql.PreparedStatementsetURL in class AltibasePreparedStatementjava.sql.SQLExceptionpublic void setUnicodeStream(int aParameterIndex,
java.io.InputStream aValue,
int aLength)
throws java.sql.SQLException
setUnicodeStream in interface java.sql.PreparedStatementsetUnicodeStream in class AltibasePreparedStatementjava.sql.SQLException