|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
SQLSelectElement | This interface represents an item in a SQL SELECT clause |
Class Summary | |
---|---|
SQLAccessors | A collection of static methods that are 'wrappers' to the accessor
functions defined in the SQL lexical database. |
SQLSchemaRow | Represents a row in a schema instantiation table. |
SQLSelectVarField | This class represents an item in a SQL SELECT clause. |
SQLUtils | This is the class that handles the connection to the PostgreSQL database. |
Exception Summary | |
---|---|
STANDUPSQLException | A very simple subclass of Exception that is specifically for Exceptions arising from within the standup.sql package. |
Provides classes and interfaces that handle access to the STANDUP lexical database, currently implemented as a relational database using PostgreSQL server.
The SQLUtils
class provide low-level static
methods that access the database. The various initialize
methods establish connection to the PostgreSQL server.
The SQLAccessors
class provide higher-level static
methods, most of which are 'wrapper' functions for the various accessor functions defined in the SQL database.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |