Package org.eclipse.net4j.db.ddl

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


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.
 



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