Uses of Interface
org.eclipse.net4j.db.ddl.IDBSchemaElement

Packages that use IDBSchemaElement
org.eclipse.net4j.db.ddl The Net4j DB framework concepts for the abstraction of the SQL data definition language. 
org.eclipse.net4j.db.dml The Net4j DB framework concepts for the abstraction of the SQL data manipulation language. 
org.eclipse.net4j.internal.db.ddl   
org.eclipse.net4j.spi.db Server service provider interfaces and useful base implementations for the Net4j DB framework. 
 

Uses of IDBSchemaElement in org.eclipse.net4j.db.ddl
 

Subinterfaces of IDBSchemaElement in org.eclipse.net4j.db.ddl
 interface IDBField
          A field (column) specification in a DB table.
 interface IDBIndex
          An index specification in a DB table.
 interface IDBSchema
          Specifies a number of DB tables that can be created in or dropped from a database through a DB adapter.
 interface IDBTable
          A table specification in a DB schema.
 

Uses of IDBSchemaElement in org.eclipse.net4j.db.dml
 

Methods in org.eclipse.net4j.db.dml with parameters of type IDBSchemaElement
 void IDBStatement.addSQL(IDBSchemaElement schemaElement)
           
 

Uses of IDBSchemaElement in org.eclipse.net4j.internal.db.ddl
 

Classes in org.eclipse.net4j.internal.db.ddl that implement IDBSchemaElement
 class org.eclipse.net4j.internal.db.ddl.DBSchemaElement
           
 

Uses of IDBSchemaElement in org.eclipse.net4j.spi.db
 

Classes in org.eclipse.net4j.spi.db that implement IDBSchemaElement
 class DBSchema
          A useful base class for implementing custom DB schemas.
 



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