Uses of Package
standup.sql

Packages that use standup.sql
standup.joke This package provides joke generation functionality and all its related data structures. 
standup.lexicon This package provides classes and interfaces that handle access and manipulation of the STANDUP lexicon. 
standup.sql Provides classes and interfaces that handle access to the STANDUP lexical database, currently implemented as a relational database using PostgreSQL server. 
 

Classes in standup.sql used by standup.joke
SQLSchemaRow
          Represents a row in a schema instantiation table.
SQLSelectElement
          This interface represents an item in a SQL SELECT clause
STANDUPSQLException
          A very simple subclass of Exception that is specifically for Exceptions arising from within the standup.sql package.
 

Classes in standup.sql used by standup.lexicon
SQLSelectElement
          This interface represents an item in a SQL SELECT clause
 

Classes in standup.sql used by standup.sql
SQLSelectElement
          This interface represents an item in a SQL SELECT clause
STANDUPSQLException
          A very simple subclass of Exception that is specifically for Exceptions arising from within the standup.sql package.