Class CustResultSet
server

public class CustResultSet
This is simply the start on a useful Helper-style class...
See Also:  Node Documentation

Field Summary
ResultSet
Constructor Summary
CustResultSet(ResultSet rs)
Method Summary
boolean
getBoolean(String columnName)
Date
getDate(String columnName)
double
getDouble(String columnName)
int
getInt(String columnName)
String
getString(String columnName)
boolean
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