Package org.eclipse.net4j.db.ddl
The Net4j DB framework concepts for the abstraction of the SQL data definition language.
- 
Interface Summary Interface Description IDBElement IDBField A field (column) specification in aDB table.IDBIndex An index specification in aDB table.IDBIndexField An index field specification in aDB index.IDBNamedElement IDBSchema Specifies a number ofDB tablesthat can be created in or dropped from a database through aDB adapter.IDBSchemaElement Specifies a hierachical namespace for elements in aDB schema.IDBSchemaVisitor IDBTable A table specification in aDB schema.
- 
Class Summary Class Description IDBSchemaVisitor.Default 
- 
Enum Summary Enum Description IDBIndex.Type IDBSchemaElement.SchemaElementType 
- 
Exception Summary Exception Description IDBSchemaVisitor.StopRecursion SchemaElementNotFoundException