Uses of Package
semorg.sql.util

Packages that use semorg.sql.util
semorg.gui.list Provides several list windows of the graphics user interface layer. 
semorg.gui.util This package provides utilities for the several window classes (graphics user interface layer). 
semorg.sql.tables This package implements the object relational mapping between the relational data model (the tables) and the object oriented data model (the objects within this package). 
semorg.sql.util This packages provides utility classes for application layer classes. 
 

Classes in semorg.sql.util used by semorg.gui.list
DBColumn
          Models a column of a GUI table used in several list windows.
 

Classes in semorg.sql.util used by semorg.gui.util
DBColumn
          Models a column of a GUI table used in several list windows.
DBConstraint
          Models a condition of a WHERE-clause, which is structured as follows

< columnName > < relation > < value > < conjunction >,

whereas: columnName = attribute of relation (table) relation = <, >, !
DistinctVector
          This class complies the class Vector, exclusive the method DistinctVector.add(Object) is now thread-safe.
 

Classes in semorg.sql.util used by semorg.sql.tables
DBColumn
          Models a column of a GUI table used in several list windows.
DBConstraint
          Models a condition of a WHERE-clause, which is structured as follows

< columnName > < relation > < value > < conjunction >,

whereas: columnName = attribute of relation (table) relation = <, >, !
DistinctVector
          This class complies the class Vector, exclusive the method DistinctVector.add(Object) is now thread-safe.
KeyPair
          Models a pair of DB-IDs.
 

Classes in semorg.sql.util used by semorg.sql.util
KeyPair
          Models a pair of DB-IDs.