Package org.eclipse.net4j.db.ddl

The Net4j DB framework concepts for the abstraction of the SQL data definition language.

See:
          Description

Interface Summary
IDBField A field (column) specification in a DB table.
IDBIndex An index specification in a DB table.
IDBSchema Specifies a number of DB tables that can be created in or dropped from a database through a DB adapter.
IDBSchemaElement Specifies a hierachical namespace for elements in a DB schema.
IDBTable A table specification in a DB schema.
 

Enum Summary
IDBIndex.Type The type of an index specification in a DB table.
 

Package org.eclipse.net4j.db.ddl Description

The Net4j DB framework concepts for the abstraction of the SQL data definition language.



Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.