public class AltibaseUpdatableResultSet extends AltibaseResultSet
mContext, mFetchSize, mStatement, mWarning| Modifier | Constructor and Description |
|---|---|
protected |
AltibaseUpdatableResultSet(AltibaseReadableResultSet aBaseResultSet) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
absolute(int aRow) |
void |
afterLast() |
void |
beforeFirst() |
void |
cancelRowUpdates() |
void |
close() |
void |
deleteRow() |
boolean |
first() |
int |
getConcurrency() |
int |
getFetchSize() |
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() |
boolean |
rowInserted() |
boolean |
rowUpdated() |
void |
setFetchSize(int aRows) |
void |
updateAsciiStream(int aColumnIndex,
java.io.InputStream aValue,
long aLength) |
void |
updateBigDecimal(int aColumnIndex,
java.math.BigDecimal aValue) |
void |
updateBinaryStream(int aColumnIndex,
java.io.InputStream aValue,
long aLength) |
void |
updateBlob(int aColumnIndex,
java.sql.Blob aValue) |
void |
updateBlob(int aColumnIndex,
java.io.InputStream aValue,
long aLength) |
void |
updateBoolean(int aColumnIndex,
boolean aValue) |
void |
updateByte(int aColumnIndex,
byte aValue) |
void |
updateBytes(int aColumnIndex,
byte[] aValue) |
void |
updateCharacterStream(int aColumnIndex,
java.io.Reader aValue,
long aLength) |
void |
updateClob(int aColumnIndex,
java.sql.Clob aValue) |
void |
updateClob(int aColumnIndex,
java.io.Reader aReader,
long aLength) |
void |
updateDate(int aColumnIndex,
java.sql.Date aValue) |
void |
updateDouble(int aColumnIndex,
double aValue) |
void |
updateFloat(int aColumnIndex,
float aValue) |
void |
updateInt(int aColumnIndex,
int aValue) |
void |
updateLong(int aColumnIndex,
long aValue) |
void |
updateNString(int aColumnIndex,
java.lang.String aValue) |
void |
updateNull(int aColumnIndex) |
void |
updateObject(int aColumnIndex,
java.lang.Object aValue) |
void |
updateObject(int aColumnIndex,
java.lang.Object aValue,
int aScale) |
void |
updateRow() |
void |
updateShort(int aColumnIndex,
short aValue) |
void |
updateString(int aColumnIndex,
java.lang.String aValue) |
void |
updateTime(int aColumnIndex,
java.sql.Time aValue) |
void |
updateTimestamp(int aColumnIndex,
java.sql.Timestamp aValue) |
checkFetchDirection, 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, wasNullprotected AltibaseUpdatableResultSet(AltibaseReadableResultSet aBaseResultSet) throws java.sql.SQLException
java.sql.SQLExceptionprotected java.util.List getTargetColumns()
getTargetColumns in class AltibaseResultSetpublic void close()
throws java.sql.SQLException
close in interface java.lang.AutoCloseableclose in interface java.sql.ResultSetclose in class AltibaseResultSetjava.sql.SQLExceptionpublic int getConcurrency()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void cancelRowUpdates()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void moveToCurrentRow()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void moveToInsertRow()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void deleteRow()
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 boolean rowDeleted()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean rowInserted()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean rowUpdated()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateAsciiStream(int aColumnIndex,
java.io.InputStream aValue,
long aLength)
throws java.sql.SQLException
updateAsciiStream in interface java.sql.ResultSetupdateAsciiStream in class AltibaseResultSetjava.sql.SQLExceptionpublic void updateBigDecimal(int aColumnIndex,
java.math.BigDecimal aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBinaryStream(int aColumnIndex,
java.io.InputStream aValue,
long aLength)
throws java.sql.SQLException
updateBinaryStream in interface java.sql.ResultSetupdateBinaryStream in class AltibaseResultSetjava.sql.SQLExceptionpublic void updateBlob(int aColumnIndex,
java.sql.Blob aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBoolean(int aColumnIndex,
boolean aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateByte(int aColumnIndex,
byte aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBytes(int aColumnIndex,
byte[] aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateCharacterStream(int aColumnIndex,
java.io.Reader aValue,
long aLength)
throws java.sql.SQLException
updateCharacterStream in interface java.sql.ResultSetupdateCharacterStream in class AltibaseResultSetjava.sql.SQLExceptionpublic void updateClob(int aColumnIndex,
java.sql.Clob aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateDate(int aColumnIndex,
java.sql.Date aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateDouble(int aColumnIndex,
double aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateFloat(int aColumnIndex,
float aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateInt(int aColumnIndex,
int aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateLong(int aColumnIndex,
long aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateNull(int aColumnIndex)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateObject(int aColumnIndex,
java.lang.Object aValue,
int aScale)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateObject(int aColumnIndex,
java.lang.Object aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateShort(int aColumnIndex,
short aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateString(int aColumnIndex,
java.lang.String aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateTime(int aColumnIndex,
java.sql.Time aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateTimestamp(int aColumnIndex,
java.sql.Timestamp aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic 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 boolean relative(int aRows)
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 first()
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean last()
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 void updateNString(int aColumnIndex,
java.lang.String aValue)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateBlob(int aColumnIndex,
java.io.InputStream aValue,
long aLength)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateClob(int aColumnIndex,
java.io.Reader aReader,
long aLength)
throws java.sql.SQLException
java.sql.SQLException