Class CustResultSet
public class CustResultSet
This is simply the start on a useful Helper-style class...
Field Detail
resultSet
ResultSet resultSet = null
Constructor Detail
CustResultSet
public CustResultSet(ResultSet rs)
Method Detail
getInt
public int getInt(String columnName)
throws SQLException
getDouble
public double getDouble(String columnName)
throws SQLException
getString
public String getString(String columnName)
throws SQLException
getBoolean
public boolean getBoolean(String columnName)
throws SQLException
getDate
public Date getDate(String columnName)
throws SQLException
next
public boolean next()
throws SQLException