Uses of Class
de.mguennewig.pobjects.metadata.Declaration

Packages that use Declaration
de.mguennewig.pobjects The package de.mguennewig.pobjects provides an abstraction layer on top of a set of database tables by which table rows can be accessed transparently as Java objects. 
de.mguennewig.pobjects.metadata This package contains the metadata classes used by the PObject library. 
 

Uses of Declaration in de.mguennewig.pobjects
 

Subclasses of Declaration in de.mguennewig.pobjects
 class DynamicSelectExpr
          A dynamically created SELECT expression.
 

Uses of Declaration in de.mguennewig.pobjects.metadata
 

Subclasses of Declaration in de.mguennewig.pobjects.metadata
 class ClassDecl
          A class declaration describes both an application class and an SQL table.
 class CommandDecl
          Declaration of an user supplied SQL command.
 class FormDecl
          Declaration of a form.
 class SelectExpr
          A select expression defines an SQL `SELECT' statement, together with meta information about the statement that enables pobjects to manipulate and execute it.
 class TableExpr
          Abstract base class for all table expressions.
 class TypeDecl
          Module-wide declaration of a type.
 class ViewDecl
          A variant of a select expression that is translated into a CREATE VIEW definition.