public class AltibaseEmptyResultSet extends AltibaseReadableResultSet
mContext, mFetchSize, mStatement, mWarning| Constructor and Description |
|---|
AltibaseEmptyResultSet(AltibaseStatement aStatement,
java.util.List aColumns,
int aResultSetType,
int aResultSetConcurrency) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
absolute(int row) |
void |
afterLast() |
void |
beforeFirst() |
int |
getConcurrency() |
int |
getRow() |
protected java.util.List |
getTargetColumns() |
int |
getType() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
next() |
boolean |
previous() |
void |
refreshRow() |
protected RowHandle |
rowHandle()
FetchÇÑ µ¥ÀÌŸ¿¡ Á¢±ÙÇϱâ À§ÇÑ handleÀ» ¾ò´Â´Ù.
|
cancelRowUpdates, deleteRow, first, insertRow, last, moveToCurrentRow, moveToInsertRow, relative, rowDeleted, 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, close, 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, getFetchSize, 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, setFetchSize, 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 AltibaseEmptyResultSet(AltibaseStatement aStatement, java.util.List aColumns, int aResultSetType, int aResultSetConcurrency)
protected java.util.List getTargetColumns()
getTargetColumns in class AltibaseResultSetprotected RowHandle rowHandle()
AltibaseReadableResultSetrowHandle in class AltibaseReadableResultSetpublic boolean next()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isBeforeFirst()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean isAfterLast()
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 void beforeFirst()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void afterLast()
throws java.sql.SQLException
java.sql.SQLExceptionpublic int getRow()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean absolute(int row)
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean previous()
throws java.sql.SQLException
java.sql.SQLExceptionpublic int getType()
throws java.sql.SQLException
java.sql.SQLExceptionpublic int getConcurrency()
throws java.sql.SQLException
getConcurrency in interface java.sql.ResultSetgetConcurrency in class AltibaseReadableResultSetjava.sql.SQLExceptionpublic void refreshRow()
throws java.sql.SQLException
java.sql.SQLException