Uses of Package
pl.kernelpanic.dbmonster.schema

Packages that use pl.kernelpanic.dbmonster.schema
pl.kernelpanic.dbmonster The main package of DBMonster.  
pl.kernelpanic.dbmonster.generator This package contains all key and data generators interfaces as well as implementation of the some basic generators.  
pl.kernelpanic.dbmonster.schema This package contains all database schema related classes.  
 

Classes in pl.kernelpanic.dbmonster.schema used by pl.kernelpanic.dbmonster
Schema
          Schema represents the look of the database, it is complete database structure including tables, primary keys, columns and generators.
SchemaException
          SchemaException is throws when an error occures in the schema structure.
Table
          The table.
 

Classes in pl.kernelpanic.dbmonster.schema used by pl.kernelpanic.dbmonster.generator
Column
          The column.
Key
          The primary key.
 

Classes in pl.kernelpanic.dbmonster.schema used by pl.kernelpanic.dbmonster.schema
Column
          The column.
Key
          The primary key.
Schema
          Schema represents the look of the database, it is complete database structure including tables, primary keys, columns and generators.
SchemaException
          SchemaException is throws when an error occures in the schema structure.
Table
          The table.
 



Copyright © 2003-2005 .:. kernelpanic.pl .:.. All Rights Reserved.