Uses of Package
org.eclipse.net4j.db.ddl

Packages that use org.eclipse.net4j.db.ddl
org.eclipse.net4j.db The Net4j DB framework. 
org.eclipse.net4j.db.ddl The Net4j DB framework concepts for the abstraction of the SQL data definition language. 
org.eclipse.net4j.db.ddl.delta   
org.eclipse.net4j.db.derby The Net4j DB Framework support for Derby databases. 
org.eclipse.net4j.db.dml The Net4j DB framework concepts for the abstraction of the SQL data manipulation language. 
org.eclipse.net4j.db.h2 The Net4j DB Framework support for H2 databases. 
org.eclipse.net4j.db.hsqldb The Net4j DB Framework support for HSQLDB databases. 
org.eclipse.net4j.db.mysql The Net4j DB Framework support for MYSQL databases. 
org.eclipse.net4j.db.postgresql The Net4j DB Framework support for PostgreSQL databases. 
org.eclipse.net4j.internal.db.ddl   
org.eclipse.net4j.spi.db Server service provider interfaces and useful base implementations for the Net4j DB framework. 
org.eclipse.net4j.spi.db.ddl Server service provider interfaces for the Net4j DB framework. 
 

Classes in org.eclipse.net4j.db.ddl used by org.eclipse.net4j.db
IDBField
          A field (column) specification in a DB table.
IDBNamedElement
           
IDBSchema
          Specifies a number of DB tables that can be created in or dropped from a database through a DB adapter.
IDBTable
          A table specification in a DB schema.
 

Classes in org.eclipse.net4j.db.ddl used by org.eclipse.net4j.db.ddl
IDBElement
           
IDBField
          A field (column) specification in a DB table.
IDBIndex
          An index specification in a DB table.
IDBIndex.Type
          The type of an index specification in a DB table.
IDBIndexField
          An index field specification in a DB index.
IDBNamedElement
           
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.
IDBSchemaElement.SchemaElementType
           
IDBSchemaVisitor
           
IDBTable
          A table specification in a DB schema.
SchemaElementNotFoundException
           
 

Classes in org.eclipse.net4j.db.ddl used by org.eclipse.net4j.db.ddl.delta
IDBElement
           
IDBField
          A field (column) specification in a DB table.
IDBIndex
          An index specification in a DB table.
IDBIndexField
          An index field specification in a DB index.
IDBNamedElement
           
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.
 

Classes in org.eclipse.net4j.db.ddl used by org.eclipse.net4j.db.derby
IDBField
          A field (column) specification in a DB table.
 

Classes in org.eclipse.net4j.db.ddl used by org.eclipse.net4j.db.dml
IDBField
          A field (column) specification in a DB table.
IDBSchemaElement
          Specifies a hierachical namespace for elements in a DB schema.
 

Classes in org.eclipse.net4j.db.ddl used by org.eclipse.net4j.db.h2
IDBField
          A field (column) specification in a DB table.
IDBIndex.Type
          The type of an index specification in a DB table.
IDBTable
          A table specification in a DB schema.
 

Classes in org.eclipse.net4j.db.ddl used by org.eclipse.net4j.db.hsqldb
IDBField
          A field (column) specification in a DB table.
 

Classes in org.eclipse.net4j.db.ddl used by org.eclipse.net4j.db.mysql
IDBField
          A field (column) specification in a DB table.
IDBIndex
          An index specification in a DB table.
 

Classes in org.eclipse.net4j.db.ddl used by org.eclipse.net4j.db.postgresql
IDBField
          A field (column) specification in a DB table.
IDBTable
          A table specification in a DB schema.
 

Classes in org.eclipse.net4j.db.ddl used by org.eclipse.net4j.internal.db.ddl
IDBElement
           
IDBNamedElement
           
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.
 

Classes in org.eclipse.net4j.db.ddl used by org.eclipse.net4j.spi.db
IDBField
          A field (column) specification in a DB table.
IDBIndex
          An index specification in a DB table.
IDBIndex.Type
          The type of 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.
IDBTable
          A table specification in a DB schema.
 

Classes in org.eclipse.net4j.db.ddl used by org.eclipse.net4j.spi.db.ddl
IDBElement
           
IDBField
          A field (column) specification in a DB table.
IDBIndex
          An index specification in a DB table.
IDBIndex.Type
          The type of an index specification in a DB table.
IDBIndexField
          An index field specification in a DB index.
IDBNamedElement
           
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.
 



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