| Methoden |
| public boolean | absolute(int row) ![[1.2]](../../images/marg12.gif) |
| public void | afterLast() ![[1.2]](../../images/marg12.gif) |
| public void | beforeFirst() ![[1.2]](../../images/marg12.gif) |
| public void | cancelRowUpdates() ![[1.2]](../../images/marg12.gif) |
| public void | clearWarnings() |
| public void | close() |
| public void | deleteRow() ![[1.2]](../../images/marg12.gif) |
| public int | findColumn(String columnName) ![[1.2]](../../images/marg12.gif) |
| public boolean | first() ![[1.2]](../../images/marg12.gif) |
| public Array | getArray(int i) ![[1.2]](../../images/marg12.gif) |
| public Array | getArray(String colName) ![[1.2]](../../images/marg12.gif) |
| public InputStream | getAsciiStream(int columnIndex) |
| public InputStream | getAsciiStream(String columnName) |
| public BigDecimal | getBigDecimal(String columnName) ![[1.2]](../../images/marg12.gif) |
| public BigDecimal | getBigDecimal(int columnIndex) ![[1.2]](../../images/marg12.gif) |
| public BigDecimal | getBigDecimal(String columnName, int scale)
Verworfen in Version 1.4. |
| public BigDecimal | getBigDecimal(int columnIndex, int scale)
Verworfen in Version 1.4. |
| public InputStream | getBinaryStream(String columnName) |
| public InputStream | getBinaryStream(int columnIndex) |
| public Blob | getBlob(int i) ![[1.2]](../../images/marg12.gif) |
| public Blob | getBlob(String colName) ![[1.2]](../../images/marg12.gif) |
| public boolean | getBoolean(String columnName) |
| public boolean | getBoolean(int columnIndex) |
| public byte | getByte(int columnIndex) |
| public byte | getByte(String columnName) |
| public byte[] | getBytes(String columnName) |
| public byte[] | getBytes(int columnIndex) |
| public Reader | getCharacterStream(int columnIndex) ![[1.2]](../../images/marg12.gif) |
| public Reader | getCharacterStream(String columnName) ![[1.2]](../../images/marg12.gif) |
| public Clob | getClob(int i) ![[1.2]](../../images/marg12.gif) |
| public Clob | getClob(String colName) ![[1.2]](../../images/marg12.gif) |
| public int | getConcurrency() ![[1.2]](../../images/marg12.gif) |
| public String | getCursorName() |
| public Date | getDate(String columnName) |
| public Date | getDate(int columnIndex) |
| public Date | getDate(int columnIndex, Calendar cal) ![[1.2]](../../images/marg12.gif) |
| public Date | getDate(String columnName, Calendar cal) ![[1.2]](../../images/marg12.gif) |
| public double | getDouble(String columnName) |
| public double | getDouble(int columnIndex) |
| public int | getFetchDirection() ![[1.2]](../../images/marg12.gif) |
| public int | getFetchSize() ![[1.2]](../../images/marg12.gif) |
| public float | getFloat(int columnIndex) |
| public float | getFloat(String columnName) |
| public int | getInt(String columnName) |
| public int | getInt(int columnIndex) |
| public long | getLong(String columnName) |
| public long | getLong(int columnIndex) |
| public ResultSetMetaData | getMetaData() |
| public Object | getObject(String columnName) |
| public Object | getObject(int columnIndex) |
| public Object | getObject(String colName, Map map) ![[1.2]](../../images/marg12.gif) |
| public Object | getObject(int i, Map map) ![[1.2]](../../images/marg12.gif) |
| public Ref | getRef(int i) ![[1.2]](../../images/marg12.gif) |
| public Ref | getRef(String colName) ![[1.2]](../../images/marg12.gif) |
| public int | getRow() ![[1.2]](../../images/marg12.gif) |
| public short | getShort(String columnName) |
| public short | getShort(int columnIndex) |
| public Statement | getStatement() ![[1.2]](../../images/marg12.gif) |
| public String | getString(String columnName) |
| public String | getString(int columnIndex) |
| public Time | getTime(String columnName) |
| public Time | getTime(int columnIndex) |
| public Time | getTime(String columnName, Calendar cal) ![[1.2]](../../images/marg12.gif) |
| public Time | getTime(int columnIndex, Calendar cal) ![[1.2]](../../images/marg12.gif) |
| public Timestamp | getTimestamp(int columnIndex) |
| public Timestamp | getTimestamp(String columnName) |
| public Timestamp | getTimestamp(int columnIndex, Calendar cal) ![[1.2]](../../images/marg12.gif) |
| public Timestamp | getTimestamp(String columnName, Calendar cal) ![[1.2]](../../images/marg12.gif) |
| public int | getType() ![[1.2]](../../images/marg12.gif) |
| public URL | getURL(int columnIndex) ![[1.4]](../../images/marg14.gif) |
| public URL | getURL(String columnName) ![[1.4]](../../images/marg14.gif) |
| public InputStream | getUnicodeStream(String columnName)
Verworfen in Version 1.4. |
| public InputStream | getUnicodeStream(int columnIndex)
Verworfen in Version 1.4. |
| public SQLWarning | getWarnings() |
| public void | insertRow() ![[1.2]](../../images/marg12.gif) |
| public boolean | isAfterLast() ![[1.2]](../../images/marg12.gif) |
| public boolean | isBeforeFirst() ![[1.2]](../../images/marg12.gif) |
| public boolean | isFirst() ![[1.2]](../../images/marg12.gif) |
| public boolean | isLast() ![[1.2]](../../images/marg12.gif) |
| public boolean | last() ![[1.2]](../../images/marg12.gif) |
| public void | moveToCurrentRow() ![[1.2]](../../images/marg12.gif) |
| public void | moveToInsertRow() ![[1.2]](../../images/marg12.gif) |
| public boolean | next() |
| public boolean | previous() ![[1.2]](../../images/marg12.gif) |
| public void | refreshRow() ![[1.2]](../../images/marg12.gif) |
| public boolean | relative(int rows) ![[1.2]](../../images/marg12.gif) |
| public boolean | rowDeleted() ![[1.2]](../../images/marg12.gif) |
| public boolean | rowInserted() ![[1.2]](../../images/marg12.gif) |
| public boolean | rowUpdated() ![[1.2]](../../images/marg12.gif) |
| public void | setFetchDirection(int direction) ![[1.2]](../../images/marg12.gif) |
| public void | setFetchSize(int rows) ![[1.2]](../../images/marg12.gif) |
| public void | updateArray(String columnName, Array x) ![[1.4]](../../images/marg14.gif) |
| public void | updateArray(int columnIndex, Array x) ![[1.4]](../../images/marg14.gif) |
| public void | updateAsciiStream(int columnIndex, InputStream x, int length) ![[1.2]](../../images/marg12.gif) |
| public void | updateAsciiStream(String columnName, InputStream x, int length) ![[1.2]](../../images/marg12.gif) |
| public void | updateBigDecimal(int columnIndex, BigDecimal x) ![[1.2]](../../images/marg12.gif) |
| public void | updateBigDecimal(String columnName, BigDecimal x) ![[1.2]](../../images/marg12.gif) |
| public void | updateBinaryStream(String columnName, InputStream x, int length) ![[1.2]](../../images/marg12.gif) |
| public void | updateBinaryStream(int columnIndex, InputStream x, int length) ![[1.2]](../../images/marg12.gif) |
| public void | updateBlob(int columnIndex, Blob x) ![[1.4]](../../images/marg14.gif) |
| public void | updateBlob(String columnName, Blob x) ![[1.4]](../../images/marg14.gif) |
| public void | updateBoolean(int columnIndex, boolean x) ![[1.2]](../../images/marg12.gif) |
| public void | updateBoolean(String columnName, boolean x) ![[1.2]](../../images/marg12.gif) |
| public void | updateByte(String columnName, byte x) ![[1.2]](../../images/marg12.gif) |
| public void | updateByte(int columnIndex, byte x) ![[1.2]](../../images/marg12.gif) |
| public void | updateBytes(int columnIndex, byte[] x) ![[1.2]](../../images/marg12.gif) |
| public void | updateBytes(String columnName, byte[] x) ![[1.2]](../../images/marg12.gif) |
| public void | updateCharacterStream(int columnIndex, Reader x, int length) ![[1.2]](../../images/marg12.gif) |
| public void | updateCharacterStream(String columnName, Reader reader, int length) ![[1.2]](../../images/marg12.gif) |
| public void | updateClob(int columnIndex, Clob x) ![[1.4]](../../images/marg14.gif) |
| public void | updateClob(String columnName, Clob x) ![[1.4]](../../images/marg14.gif) |
| public void | updateDate(String columnName, Date x) ![[1.2]](../../images/marg12.gif) |
| public void | updateDate(int columnIndex, Date x) ![[1.2]](../../images/marg12.gif) |
| public void | updateDouble(String columnName, double x) ![[1.2]](../../images/marg12.gif) |
| public void | updateDouble(int columnIndex, double x) ![[1.2]](../../images/marg12.gif) |
| public void | updateFloat(String columnName, float x) ![[1.2]](../../images/marg12.gif) |
| public void | updateFloat(int columnIndex, float x) ![[1.2]](../../images/marg12.gif) |
| public void | updateInt(String columnName, int x) ![[1.2]](../../images/marg12.gif) |
| public void | updateInt(int columnIndex, int x) ![[1.2]](../../images/marg12.gif) |
| public void | updateLong(int columnIndex, long x) ![[1.2]](../../images/marg12.gif) |
| public void | updateLong(String columnName, long x) ![[1.2]](../../images/marg12.gif) |
| public void | updateNull(int columnIndex) ![[1.2]](../../images/marg12.gif) |
| public void | updateNull(String columnName) ![[1.2]](../../images/marg12.gif) |
| public void | updateObject(String columnName, Object x) ![[1.2]](../../images/marg12.gif) |
| public void | updateObject(int columnIndex, Object x) ![[1.2]](../../images/marg12.gif) |
| public void | updateObject(int columnIndex, Object x, int scale) ![[1.2]](../../images/marg12.gif) |
| public void | updateObject(String columnName, Object x, int scale) ![[1.2]](../../images/marg12.gif) |
| public void | updateRef(int columnIndex, Ref x) ![[1.4]](../../images/marg14.gif) |
| public void | updateRef(String columnName, Ref x) ![[1.4]](../../images/marg14.gif) |
| public void | updateRow() ![[1.2]](../../images/marg12.gif) |
| public void | updateShort(String columnName, short x) ![[1.2]](../../images/marg12.gif) |
| public void | updateShort(int columnIndex, short x) ![[1.2]](../../images/marg12.gif) |
| public void | updateString(String columnName, String x) ![[1.2]](../../images/marg12.gif) |
| public void | updateString(int columnIndex, String x) ![[1.2]](../../images/marg12.gif) |
| public void | updateTime(String columnName, Time x) ![[1.2]](../../images/marg12.gif) |
| public void | updateTime(int columnIndex, Time x) ![[1.2]](../../images/marg12.gif) |
| public void | updateTimestamp(String columnName, Timestamp x) ![[1.2]](../../images/marg12.gif) |
| public void | updateTimestamp(int columnIndex, Timestamp x) ![[1.2]](../../images/marg12.gif) |
| public boolean | wasNull() |