ChartDirector
Class DBTable
java.lang.Object
ChartDirector.DBTable
public class DBTable
- extends java.lang.Object
Constructor Summary |
DBTable(java.sql.ResultSet rs)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DBTable
public DBTable(java.sql.ResultSet rs)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getCol
public double[] getCol(int c)
getColAsDate
public java.util.Date[] getColAsDate(int c)
getColAsString
public java.lang.String[] getColAsString(int c)
getColAsObj
public java.lang.Object[] getColAsObj(int c)