All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class DBIS.Configurator.DBM.Browse

java.lang.Object
   |
   +----DBIS.Tools.PageGenerator
           |
           +----DBIS.Configurator.DBM.Browse

public class Browse
extends PageGenerator

Constructor Index

 o Browse(HtmlTemplate, String)
 o Browse(HtmlTemplate, String, String)
 o Browse(String)
 o Browse(String, String)

Method Index

 o format()
In this case we are overloading the format function Basically the AllPageGenerator has enough information to determine the paraeters required which it does so by invoking the underlying database
 o getParameters(Enumeration)
This function takes an enumeration and determines the required parameters These parameters are determined by a heuristics which is encapsulated in this function and can thus be easily changed or overloaded
 o getRow(ResultSet)
 o main(String[])

Constructors

 o Browse
 public Browse(String query)
 o Browse
 public Browse(String query,
               String tableName)
 o Browse
 public Browse(HtmlTemplate _template,
               String query,
               String tableName)
 o Browse
 public Browse(HtmlTemplate _template,
               String query)

Methods

 o format
 public String format()
In this case we are overloading the format function Basically the AllPageGenerator has enough information to determine the paraeters required which it does so by invoking the underlying database

 o getParameters
 public Hashtable getParameters(Enumeration enumeration)
This function takes an enumeration and determines the required parameters These parameters are determined by a heuristics which is encapsulated in this function and can thus be easily changed or overloaded

 o getRow
 protected String getRow(ResultSet rs)
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index