public abstract class AltibaseReadableResultSet extends AltibaseResultSet
mContext, mFetchSize, mStatement, mWarning| Constructor and Description |
|---|
AltibaseReadableResultSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelRowUpdates() |
protected void |
closeResultSetCursorInternal() |
void |
deleteRow() |
boolean |
first() |
int |
getConcurrency() |
void |
insertRow() |
boolean |
last() |
void |
moveToCurrentRow() |
void |
moveToInsertRow() |
boolean |
relative(int aRows) |
boolean |
rowDeleted() |
protected abstract 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 aColumnIndex,
java.sql.Blob aValue) |
void |
updateBlob(int aColumnIndex,
java.io.InputStream aStream,
long aLength) |
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 aColumnIndex,
java.sql.Clob aValue) |
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) |
checkFetchDirection, 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, getTargetColumns, 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, wasNullprotected abstract RowHandle rowHandle()
protected 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
updateAsciiStream in interface java.sql.ResultSetupdateAsciiStream in class AltibaseResultSetjava.sql.SQLExceptionpublic void updateBinaryStream(int columnIndex,
java.io.InputStream x,
long length)
throws java.sql.SQLException
updateBinaryStream in interface java.sql.ResultSetupdateBinaryStream in class AltibaseResultSetjava.sql.SQLExceptionpublic void updateCharacterStream(int columnIndex,
java.io.Reader x,
long length)
throws java.sql.SQLException
updateCharacterStream in interface java.sql.ResultSetupdateCharacterStream in class AltibaseResultSetjava.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 aColumnIndex,
java.sql.Blob aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateClob(int aColumnIndex,
java.sql.Clob aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateNString(int aColumnIndex,
java.lang.String aValue)
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 updateBlob(int aColumnIndex,
java.io.InputStream aStream,
long aLength)
throws java.sql.SQLException
java.sql.SQLException