Method Summary |
|
public Boolean | getBoolean(int columnIdx) Retrieve the specifed column as a Boolean. |
public Date | getDate(int columnIdx) Retrieve the specifed column as a Date. |
public Double | getDouble(int columnIdx) Retrieve the specifed column as a Double. |
public Long | getLong(int columnIdx) Retrieve the specifed column as a Long. |
public Object | getObject(int columnIdx) Retrieve the specifed column as an object. |
public String | getString(int columnIdx) Retrieve the specifed column as a string. |
public Time | getTime(int columnIdx) Retrieve the specifed column as a Time. |
public Timestamp | getTimeStamp(int columnIdx) Retrieve the specifed column as a TimeStamp. |
public boolean | next() Position ResultSet to the next row. |
public boolean | wasNull() Reports whether the last column read had a value of SQL NULL. |