public class AltibaseScrollInsensitiveResultSet extends AltibaseScrollableResultSet
| Modifier and Type | Field and Description |
|---|---|
protected CmFetchResult |
mFetchResult |
mContext, mFetchSize, mStatement, mWarning| Modifier | Constructor and Description |
|---|---|
protected |
AltibaseScrollInsensitiveResultSet()
ÇÏÀ§ Ŭ·¡½º »ý¼º½Ã Áߺ¹ ÀÛ¾÷À» ÇÇÇϱâ À§ÇÑ »ý¼ºÀÚ.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
absolute(int aRow) |
void |
afterLast() |
void |
beforeFirst() |
void |
cancelRowUpdates() |
void |
close() |
protected void |
closeResultSetCursorInternal() |
void |
deleteRow() |
boolean |
first() |
int |
getConcurrency() |
int |
getRow() |
protected java.util.List |
getTargetColumns() |
int |
getType() |
void |
insertRow() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
last() |
void |
moveToCurrentRow() |
void |
moveToInsertRow() |
boolean |
next() |
boolean |
previous() |
void |
refreshRow() |
boolean |
relative(int aRows) |
boolean |
rowDeleted() |
protected RowHandle |
rowHandle()
FetchÇÑ µ¥ÀÌŸ¿¡ Á¢±ÙÇϱâ À§ÇÑ handleÀ» ¾ò´Â´Ù.
|
boolean |
rowInserted() |
boolean |
rowUpdated() |
void |
updateAsciiStream(int columnIndex,
java.io.InputStream x,
long length) |
void |
updateBigDecimal(int columnIndex,
java.math.BigDecimal x) |
void |
updateBinaryStream(int columnIndex,
java.io.InputStream x,
long length) |
void |
updateBlob(int columnIndex,
java.sql.Blob x) |
void |
updateBlob(int aColumnIndex,
java.io.InputStream aStream) |
void |
updateBlob(int aColumnIndex,
java.io.InputStream aStream,
long aLength) |
void |
updateBlob(java.lang.String aColumnName,
java.io.InputStream aStream) |
void |
updateBoolean(int columnIndex,
boolean x) |
void |
updateByte(int columnIndex,
byte x) |
void |
updateBytes(int columnIndex,
byte[] x) |
void |
updateCharacterStream(int columnIndex,
java.io.Reader x,
long length) |
void |
updateClob(int columnIndex,
java.sql.Clob x) |
void |
updateClob(int aColumnIndex,
java.io.Reader aReader,
long aLength) |
void |
updateDate(int columnIndex,
java.sql.Date x) |
void |
updateDouble(int columnIndex,
double x) |
void |
updateFloat(int columnIndex,
float x) |
void |
updateInt(int columnIndex,
int x) |
void |
updateLong(int columnIndex,
long x) |
void |
updateNString(int aColumnIndex,
java.lang.String aValue) |
void |
updateNull(int columnIndex) |
void |
updateObject(int columnIndex,
java.lang.Object x) |
void |
updateObject(int columnIndex,
java.lang.Object x,
int scale) |
void |
updateRow() |
void |
updateShort(int columnIndex,
short x) |
void |
updateString(int columnIndex,
java.lang.String x) |
void |
updateTime(int columnIndex,
java.sql.Time x) |
void |
updateTimestamp(int columnIndex,
java.sql.Timestamp x) |
clearWarnings, closeResultSetCursor, cursorMoved, 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, getNString, getNString, getObject, getObject, getObject, getObject, getObject, getObject, getRef, getRef, getShort, getShort, getStatement, getString, getString, getTargetColumn, getTargetColumnCount, getTargetColumnInfo, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, isClosed, registerTarget, setAllowLobNullSelect, setClosed, setFetchDirection, setFetchSize, throwErrorForClosed, throwErrorForForwardOnly, throwErrorForReadOnly, throwErrorForScrollInsensitive, updateArray, updateArray, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateBigDecimal, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBoolean, updateByte, updateBytes, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateClob, updateClob, updateDate, updateDouble, updateFloat, updateInt, updateLong, updateNString, updateNull, updateObject, updateObject, updateRef, updateRef, updateShort, updateString, updateTime, updateTimestamp, wasNullgetNCharacterStream, getNCharacterStream, getNClob, getNClob, getRowId, getRowId, getSQLXML, getSQLXML, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateRowId, updateRowId, updateSQLXML, updateSQLXMLisWrapperFor, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected CmFetchResult mFetchResult
protected AltibaseScrollInsensitiveResultSet()
public void close()
throws java.sql.SQLException
close in interface java.lang.AutoCloseableclose in interface java.sql.ResultSetclose in class AltibaseResultSetjava.sql.SQLExceptionprotected RowHandle rowHandle()
protected java.util.List getTargetColumns()
getTargetColumns in class AltibaseResultSetpublic boolean isAfterLast()
throws java.sql.SQLException
java.sql.SQLExceptionpublic int getRow()
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 int getType()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void refreshRow()
throws java.sql.SQLException
java.sql.SQLExceptionprotected void closeResultSetCursorInternal()
throws java.sql.SQLException
java.sql.SQLExceptionpublic final boolean first()
throws java.sql.SQLException
java.sql.SQLExceptionpublic final boolean last()
throws java.sql.SQLException
java.sql.SQLExceptionpublic final boolean relative(int aRows)
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean rowUpdated()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean rowInserted()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean rowDeleted()
throws java.sql.SQLException
java.sql.SQLExceptionpublic int getConcurrency()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateNull(int columnIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBoolean(int columnIndex,
boolean x)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateByte(int columnIndex,
byte x)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateShort(int columnIndex,
short x)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateInt(int columnIndex,
int x)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateLong(int columnIndex,
long x)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateFloat(int columnIndex,
float x)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateDouble(int columnIndex,
double x)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBigDecimal(int columnIndex,
java.math.BigDecimal x)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateString(int columnIndex,
java.lang.String x)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBytes(int columnIndex,
byte[] x)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateDate(int columnIndex,
java.sql.Date x)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateTime(int columnIndex,
java.sql.Time x)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateTimestamp(int columnIndex,
java.sql.Timestamp x)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateAsciiStream(int columnIndex,
java.io.InputStream x,
long length)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBinaryStream(int columnIndex,
java.io.InputStream x,
long length)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateCharacterStream(int columnIndex,
java.io.Reader x,
long length)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateObject(int columnIndex,
java.lang.Object x,
int scale)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateObject(int columnIndex,
java.lang.Object x)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void insertRow()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateRow()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void deleteRow()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void cancelRowUpdates()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void moveToInsertRow()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void moveToCurrentRow()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBlob(int columnIndex,
java.sql.Blob x)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateClob(int columnIndex,
java.sql.Clob x)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateClob(int aColumnIndex,
java.io.Reader aReader,
long aLength)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateNString(int aColumnIndex,
java.lang.String aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBlob(int aColumnIndex,
java.io.InputStream aStream)
throws java.sql.SQLException
updateBlob in interface java.sql.ResultSetupdateBlob in class AltibaseResultSetjava.sql.SQLExceptionpublic void updateBlob(java.lang.String aColumnName,
java.io.InputStream aStream)
throws java.sql.SQLException
updateBlob in interface java.sql.ResultSetupdateBlob in class AltibaseResultSetjava.sql.SQLExceptionpublic void updateBlob(int aColumnIndex,
java.io.InputStream aStream,
long aLength)
throws java.sql.SQLException
java.sql.SQLException