Method Summary |
|
public boolean | absolute(int delta) Move absolute. |
public void | afterLast() Moves after the last row. |
public void | beforeFirst() Moves before the first row. |
public void | cancelRowUpdates() cancels the row updates. |
public void | clearWarnings() Clears the warnings. |
public void | close() |
public void | deleteRow() |
public void | fillCacheChunk(ResultSetCacheChunk cacheChunk) Fills the cache chunk. |
public int | findColumn(String columnName) Returns the external column id corresponding to the column name. |
public EntityItem | findEntityItem(int column) Returns the object value for the column. |
public boolean | first() |
public Array | getArray(int column) Returns an array value for the column. |
public Array | getArray(String column) Returns an array value for the column. |
public InputStream | getAsciiStream(int column) Returns an ascii stream for the column. |
public InputStream | getAsciiStream(String column) Returns an ascii stream for the column. |
public BigDecimal | getBigDecimal(int column) Returns a big decimal value for the column. |
public BigDecimal | getBigDecimal(String column) Returns a big decimal value for the column. |
public BigDecimal | getBigDecimal(int column, int digit) Returns a big decimal value for the column. |
public BigDecimal | getBigDecimal(String column, int digit) Returns a big decimal value for the column. |
public InputStream | getBinaryStream(int column) Returns a binary stream for the column. |
public InputStream | getBinaryStream(String column) Returns a binary stream for the column. |
public Blob | getBlob(int column) Returns a blob value for the column. |
public Blob | getBlob(String column) Returns a blob value for the column. |
public boolean | getBoolean(String columnName) Returns the boolean value for the column. |
public boolean | getBoolean(int column) Returns the boolean value for the column. |
public byte | getByte(String columnName) Returns the byte value for the column. |
public byte | getByte(int column) Returns the byte value for the column. |
public byte[] | getBytes(int column) Returns the bytes value for the column. |
public byte[] | getBytes(String column) Returns the bytes value for the column. |
public Reader | getCharacterStream(int column) Returns a character stream for the column. |
public Reader | getCharacterStream(String column) Returns a character stream for the column. |
public Clob | getClob(int column) Returns a clob value for the column. |
public Clob | getClob(String column) Returns a clob value for the column. |
public int | getConcurrency() Gets the concurrency. |
public String | getCursorName() Returns the cursor name. |
public java.sql.Date | getDate(int column) Returns the column value as a date. |
public java.sql.Date | getDate(String column) Returns the column value as a date. |
public java.sql.Date | getDate(int column, Calendar cal) Returns the column value as a date. |
public java.sql.Date | getDate(String column, Calendar cal) Returns the column value as a date. |
public double | getDouble(String columnName) Returns the double value for the column. |
public double | getDouble(int column) Returns the double value for the column. |
public int | getFetchDirection() Gets the fetch direction. |
public int | getFetchSize() Gets the fetch size. |
public float | getFloat(String columnName) Returns the float value for the column. |
public float | getFloat(int column) Returns the float value for the column. |
public int | getHoldability() |
public int | getInt(String columnName) Returns the int value for the column. |
public int | getInt(int column) Returns the int value for the column. |
public Map<AmberExpr, String> | getJoinFetchMap() Returns the join fetch map. |
public Object | getKey(int column) Returns the object value for the column. |
public long | getLong(String columnName) Returns the long value for the column. |
public long | getLong(int column) Returns the long value for the column. |
public java.sql.ResultSetMetaData | getMetaData() Returns the metadata. |
public Reader | getNCharacterStream(int columnIndex) |
public Reader | getNCharacterStream(String columnLabel) |
public NClob | getNClob(int columnIndex) |
public NClob | getNClob(String columnLabel) |
public String | getNString(int columnIndex) |
public String | getNString(String columnLabel) |
public int | getNumberOfLoadingColumns() |
public Object | getObject(int column) Returns the object value for the column. |
public Object | getObject(String column) Returns the object value for the column. |
public Object | getObject(int column, Map<String, Class<?>> map) Returns the object value for the column. |
public Object | getObject(String column, Map<String, Class<?>> map) Returns the object value for the column. |
public Ref | getRef(int column) Returns a ref value for the column. |
public Ref | getRef(String column) Returns a ref value for the column. |
public int | getRow() Returns the current row number. |
public RowId | getRowId(int columnIndex) |
public RowId | getRowId(String columnLabel) |
public SQLXML | getSQLXML(int columnIndex) |
public SQLXML | getSQLXML(String columnLabel) |
public short | getShort(String columnName) Returns the short value for the column. |
public short | getShort(int column) Returns the short value for the column. |
public java.sql.Statement | getStatement() Returns the statement for the result. |
public String | getString(int column) Returns the string value for the column. |
public String | getString(String columnName) Returns the string value for the column. |
public Time | getTime(int column) Returns the time value for the column. |
public Time | getTime(String column) Returns the time value for the column. |
public Time | getTime(int column, Calendar cal) Returns the time value for the column. |
public Time | getTime(String column, Calendar cal) Returns the time value for the column. |
public Timestamp | getTimestamp(int column) Returns the column as a timestamp. |
public Timestamp | getTimestamp(String column) Returns the column as a timestamp. |
public Timestamp | getTimestamp(int column, Calendar cal) Returns the column as a timestamp. |
public Timestamp | getTimestamp(String column, Calendar cal) Returns the column as a timestamp. |
public int | getType() Returns the type of the last column. |
public URL | getURL(int column) Returns a URL value for the column. |
public URL | getURL(String column) Returns a URL value for the column. |
public InputStream | getUnicodeStream(int column) Returns a unicode stream for the column. |
public InputStream | getUnicodeStream(String column) Returns a unicode stream for the column. |
public SQLWarning | getWarnings() Returns the warnings. |
public void | init() |
public void | insertRow() |
public boolean | isAfterLast() Returns true if this is after the last row. |
public boolean | isBeforeFirst() Returns true before the first row. |
public boolean | isClosed() |
public boolean | isFirst() Returns true if this is the first row. |
public boolean | isLast() Returns true if this is the last row. |
public boolean | isWrapperFor(Class> iface) |
public boolean | last() |
public void | moveToCurrentRow() |
public void | moveToInsertRow() |
public boolean | next() Returns the next row. |
public boolean | previous() Returns the previous row. |
public void | refreshRow() |
public boolean | relative(int delta) Move relative. |
public boolean | rowDeleted() True if the row was deleted. |
public boolean | rowInserted() True if the row was inserted. |
public boolean | rowUpdated() |
public void | setCacheChunk(ResultSetCacheChunk cacheChunk, ResultSetMetaData metaData) |
public void | setFetchDirection(int dir) Sets the fetch direction. |
public void | setFetchSize(int size) Sets the fetch size. |
public void | setFirstResult(int first) Sets the first result. |
public void | setMaxResults(int max) Sets the max result. |
public void | setQuery(SelectQuery query) Sets the query. |
public void | setResultSet(ResultSet rs) Sets the result set. |
public void | setResultSet(ResultSet rs, ResultSetMetaData metaData) Sets the result set and meta data. |
public void | setSession(AmberConnection aConn) Sets the session. |
public void | setUserQuery(UserQuery userQuery) |
public T | unwrap(Class<T> iface) |
public void | updateArray(String column, Array array) Updating an array column in the row. |
public void | updateArray(int column, Array array) Updating an array column in the row. |
public void | updateAsciiStream(String column, InputStream x, int length) Updating an ascii stream. |
public void | updateAsciiStream(int column, InputStream x, int length) Updating an ascii stream. |
public void | updateAsciiStream(int columnIndex, InputStream x, long length) |
public void | updateAsciiStream(String columnLabel, InputStream x, long length) |
public void | updateAsciiStream(int columnIndex, InputStream x) |
public void | updateAsciiStream(String columnLabel, InputStream x) |
public void | updateBigDecimal(String column, BigDecimal decimal) Updating a big decimal column in the row. |
public void | updateBigDecimal(int column, BigDecimal decimal) Updating a big decimal column in the row. |
public void | updateBinaryStream(String column, InputStream x, int length) Updating a binary stream. |
public void | updateBinaryStream(int column, InputStream x, int length) Updating a binary stream. |
public void | updateBinaryStream(int columnIndex, InputStream x, long length) |
public void | updateBinaryStream(String columnLabel, InputStream x, long length) |
public void | updateBinaryStream(int columnIndex, InputStream x) |
public void | updateBinaryStream(String columnLabel, InputStream x) |
public void | updateBlob(String column, Blob blob) Updating a blob column in the row. |
public void | updateBlob(int column, Blob blob) Updating a blob column in the row. |
public void | updateBlob(int columnIndex, InputStream inputStream, long length) |
public void | updateBlob(String columnLabel, InputStream inputStream, long length) |
public void | updateBlob(int columnIndex, InputStream inputStream) |
public void | updateBlob(String columnLabel, InputStream inputStream) |
public void | updateBoolean(String column, boolean value) Updating boolean. |
public void | updateBoolean(int column, boolean value) Updating boolean. |
public void | updateByte(String column, byte value) Updating byte. |
public void | updateByte(int column, byte value) Updating byte. |
public void | updateBytes(String column, byte[] value) Updating bytes. |
public void | updateBytes(int column, byte[] value) Updating bytes. |
public void | updateCharacterStream(String column, Reader x, int length) Updating a character stream. |
public void | updateCharacterStream(int column, Reader x, int length) Updating a character stream. |
public void | updateCharacterStream(int columnIndex, Reader x, long length) |
public void | updateCharacterStream(String columnLabel, Reader reader, long length) |
public void | updateCharacterStream(int columnIndex, Reader x) |
public void | updateCharacterStream(String columnLabel, Reader reader) |
public void | updateClob(String column, Clob clob) Updating a clob column in the row. |
public void | updateClob(int column, Clob clob) Updating a clob column in the row. |
public void | updateClob(int columnIndex, Reader reader, long length) |
public void | updateClob(String columnLabel, Reader reader, long length) |
public void | updateClob(int columnIndex, Reader reader) |
public void | updateClob(String columnLabel, Reader reader) |
public void | updateDate(String column, java.sql.Date date) Updating a date column in the row. |
public void | updateDate(int column, java.sql.Date date) Updating a date column in the row. |
public void | updateDouble(String column, double value) Updating double. |
public void | updateDouble(int column, double value) Updating double. |
public void | updateFloat(String column, float value) Updating float. |
public void | updateFloat(int column, float value) Updating float. |
public void | updateInt(String column, int value) Updating int. |
public void | updateInt(int column, int value) Updating int. |
public void | updateLong(String column, long value) Updating long. |
public void | updateLong(int column, long value) Updating long. |
public void | updateNCharacterStream(int columnIndex, Reader x, long length) |
public void | updateNCharacterStream(String columnLabel, Reader reader, long length) |
public void | updateNCharacterStream(int columnIndex, Reader x) |
public void | updateNCharacterStream(String columnLabel, Reader reader) |
public void | updateNClob(int columnIndex, NClob nClob) |
public void | updateNClob(String columnLabel, NClob nClob) |
public void | updateNClob(int columnIndex, Reader reader, long length) |
public void | updateNClob(String columnLabel, Reader reader, long length) |
public void | updateNClob(int columnIndex, Reader reader) |
public void | updateNClob(String columnLabel, Reader reader) |
public void | updateNString(int columnIndex, String nString) |
public void | updateNString(String columnLabel, String nString) |
public void | updateNull(String column) Updating null. |
public void | updateNull(int column) Updating null. |
public void | updateObject(String column, Object value) Updating an object column in the row. |
public void | updateObject(int column, Object value) Updating an object column in the row. |
public void | updateObject(String column, Object value, int scale) Updating an object column in the row. |
public void | updateObject(int column, Object value, int scale) Updating an object column in the row. |
public void | updateRef(String column, Ref ref) Updating a ref column in the row. |
public void | updateRef(int column, Ref ref) Updating a ref column in the row. |
public void | updateRow() |
public void | updateRowId(int columnIndex, RowId x) |
public void | updateRowId(String columnLabel, RowId x) |
public void | updateSQLXML(int columnIndex, SQLXML xmlObject) |
public void | updateSQLXML(String columnLabel, SQLXML xmlObject) |
public void | updateShort(String column, short value) Updating short. |
public void | updateShort(int column, short value) Updating short. |
public void | updateString(String column, String value) Updating a string column in the row. |
public void | updateString(int column, String value) Updating a string column in the row. |
public void | updateTime(String column, Time time) Updating a time column in the row. |
public void | updateTime(int column, Time time) Updating a time column in the row. |
public void | updateTimestamp(String column, Timestamp timestamp) Updating a timestamp column in the row. |
public void | updateTimestamp(int column, Timestamp timestamp) Updating a timestamp column in the row. |
public void | updateUnicodeStream(String column, InputStream x, int length) Updating a unicode stream. |
public void | updateUnicodeStream(int column, InputStream x, int length) Updating a unicode stream. |
public boolean | wasNull() Returns true if the last column read was null. |