All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.util.Dictionary
|
+----java.util.Hashtable
|
+----org.paneris.util.ExtendedHash
|
+----org.paneris.util.ResultsSet
A resultsset holds data and metadata for a single result from the database it is passed into the webcontext and introspected by the template.
protected static Log log
protected static final boolean debug
protected String database
public ResultsSet(String db,
String tn,
ResultSet rs) throws Exception
public ResultsSet(String db,
Integer tn,
ResultSet rs) throws Exception
public ResultsSet(String db,
String tn) throws Exception
public ResultsSet(String db,
Integer tn) throws Exception
public ResultsSet(String db,
String tn,
Integer record) throws Exception
public ResultsSet(String db,
Integer tn,
Integer record) throws Exception
protected void init(ResultSet rs) throws Exception
protected ResultSet getResultSet(Integer record,
Statement s) throws Exception
public TableMetaData getMetaData()
public void write() throws Exception
public void write(boolean forceid) throws Exception
public void delete() throws Exception
public void reread() throws Exception
All Packages Class Hierarchy This Package Previous Next Index