public class SmartResultSet
extends Object
Constructor and Description |
---|
SmartResultSet(ResultSet rs) |
Modifier and Type | Method and Description |
---|---|
int |
findColumn(String columnName) |
boolean |
first() |
Date |
getDate(int columnIndex) |
Date |
getDate(String columnName) |
double |
getDouble(int columnIndex) |
double |
getDouble(String columnName) |
float |
getFloat(int columnIndex) |
float |
getFloat(String columnName) |
int |
getInt(int columnIndex) |
int |
getInt(String columnName) |
long |
getLong(int columnIndex) |
long |
getLong(String columnName) |
short |
getShort(int columnIndex) |
short |
getShort(String columnName) |
String |
getString(int columnIndex) |
String |
getString(String columnName) |
Timestamp |
getTimestamp(int columnIndex) |
Timestamp |
getTimestamp(String columnName) |
boolean |
last() |
boolean |
next() |
boolean |
previous() |
public SmartResultSet(ResultSet rs) throws SQLException
SQLException
public int findColumn(String columnName) throws SQLException
SQLException
public boolean first() throws SQLException
SQLException
public Date getDate(int columnIndex) throws SQLException
SQLException
public Date getDate(String columnName) throws SQLException
SQLException
public double getDouble(int columnIndex) throws SQLException
SQLException
public double getDouble(String columnName) throws SQLException
SQLException
public float getFloat(int columnIndex) throws SQLException
SQLException
public float getFloat(String columnName) throws SQLException
SQLException
public int getInt(int columnIndex) throws SQLException
SQLException
public int getInt(String columnName) throws SQLException
SQLException
public long getLong(int columnIndex) throws SQLException
SQLException
public long getLong(String columnName) throws SQLException
SQLException
public short getShort(int columnIndex) throws SQLException
SQLException
public short getShort(String columnName) throws SQLException
SQLException
public String getString(int columnIndex) throws SQLException
SQLException
public String getString(String columnName) throws SQLException
SQLException
public Timestamp getTimestamp(int columnIndex) throws SQLException
SQLException
public Timestamp getTimestamp(String columnName) throws SQLException
SQLException
public boolean last() throws SQLException
SQLException
public boolean next() throws SQLException
SQLException
public boolean previous() throws SQLException
SQLException