public class AltibaseScrollSensitiveResultSet extends AltibaseScrollableResultSet
mContext, mFetchSize, mStatement, mWarning| Constructor and Description |
|---|
AltibaseScrollSensitiveResultSet(AltibaseStatement aStatement,
CmProtocolContextDirExec aContext,
int aFetchCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
absolute(int aRow) |
void |
afterLast() |
void |
beforeFirst() |
void |
close() |
int |
getFetchSize() |
int |
getRow() |
protected java.util.List |
getTargetColumns() |
int |
getType() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
next() |
boolean |
previous() |
void |
refreshRow() |
boolean |
rowDeleted() |
protected RowHandle |
rowHandle()
FetchÇÑ µ¥ÀÌŸ¿¡ Á¢±ÙÇϱâ À§ÇÑ handleÀ» ¾ò´Â´Ù.
|
void |
setFetchSize(int aRows) |
cancelRowUpdates, closeResultSetCursorInternal, deleteRow, first, getConcurrency, insertRow, last, moveToCurrentRow, moveToInsertRow, relative, rowInserted, rowUpdated, updateAsciiStream, updateBigDecimal, updateBinaryStream, updateBlob, updateBlob, updateBoolean, updateByte, updateBytes, updateCharacterStream, updateClob, updateClob, updateDate, updateDouble, updateFloat, updateInt, updateLong, updateNString, updateNull, updateObject, updateObject, updateRow, updateShort, updateString, updateTime, updateTimestampcheckFetchDirection, clearWarnings, closeResultSetCursor, createSQLFeatureNotSupportedException, cursorMoved, fetchRemains, findColumn, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getCursorName, getDate, getDate, getDate, getDate, getDouble, getDouble, getExplainPlan, getFetchDirection, getFloat, getFloat, getHoldability, getInt, getInt, getLong, getLong, getMetaData, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getObject, getObject, getRef, getRef, getRowId, getRowId, getShort, getShort, getSQLXML, getSQLXML, getStatement, getString, getString, getTargetColumn, getTargetColumnCount, getTargetColumnInfo, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, isClosed, isWrapperFor, registerTarget, setAllowLobNullSelect, setClosed, setFetchDirection, throwErrorForClosed, throwErrorForForwardOnly, throwErrorForReadOnly, throwErrorForScrollInsensitive, unwrap, updateArray, updateArray, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateBigDecimal, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBlob, updateBlob, updateBoolean, updateByte, updateBytes, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateClob, updateClob, updateDate, updateDouble, updateFloat, updateInt, updateLong, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNString, updateNull, updateObject, updateObject, updateRef, updateRef, updateRowId, updateRowId, updateShort, updateSQLXML, updateSQLXML, updateString, updateTime, updateTimestamp, wasNullpublic AltibaseScrollSensitiveResultSet(AltibaseStatement aStatement, CmProtocolContextDirExec aContext, int aFetchCount) throws java.sql.SQLException
java.sql.SQLExceptionpublic void close()
throws java.sql.SQLException
close in interface java.lang.AutoCloseableclose in interface java.sql.ResultSetclose in class AltibaseResultSetjava.sql.SQLExceptionprotected RowHandle rowHandle()
AltibaseReadableResultSetrowHandle in class AltibaseReadableResultSetprotected java.util.List getTargetColumns()
getTargetColumns in class AltibaseResultSetpublic boolean isAfterLast()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isBeforeFirst()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isFirst()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isLast()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean absolute(int aRow)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void afterLast()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void beforeFirst()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean previous()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean next()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void refreshRow()
throws java.sql.SQLException
java.sql.SQLExceptionpublic int getFetchSize()
throws java.sql.SQLException
getFetchSize in interface java.sql.ResultSetgetFetchSize in class AltibaseResultSetjava.sql.SQLExceptionpublic void setFetchSize(int aRows)
throws java.sql.SQLException
setFetchSize in interface java.sql.ResultSetsetFetchSize in class AltibaseResultSetjava.sql.SQLExceptionpublic int getRow()
throws java.sql.SQLException
java.sql.SQLExceptionpublic int getType()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean rowDeleted()
throws java.sql.SQLException
rowDeleted in interface java.sql.ResultSetrowDeleted in class AltibaseReadableResultSetjava.sql.SQLException