com.arsdigita.acs.generalcomments
Class GeneralCommentsDataSource

java.lang.Object
  |
  +--com.arsdigita.acs.Selection
        |
        +--com.arsdigita.acs.generalcomments.GeneralCommentsDataSource
All Implemented Interfaces:
DataSource

public class GeneralCommentsDataSource
extends Selection


Fields inherited from class com.arsdigita.acs.Selection
ctr, db, rs, rsmd
 
Constructor Summary
GeneralCommentsDataSource(ResultSet rs)
           
GeneralCommentsDataSource(SqlStatement sql, Database db)
           
 
Method Summary
 boolean getBoolean(String column)
           
 String getDate(int time_format)
           
 int getInt(String column)
           
 
Methods inherited from class com.arsdigita.acs.Selection
contains, dumpBLOB, freeze, get, getBLOB, keys, next, rownum
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralCommentsDataSource

public GeneralCommentsDataSource(SqlStatement sql,
                                 Database db)
                          throws SQLException

GeneralCommentsDataSource

public GeneralCommentsDataSource(ResultSet rs)
                          throws SQLException
Method Detail

getDate

public String getDate(int time_format)
               throws DataSourceException

getInt

public int getInt(String column)
           throws DataSourceException,
                  SQLException

getBoolean

public boolean getBoolean(String column)
                   throws DataSourceException,
                          SQLException