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

Packages that use IDBSchema
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.spi.db Server service provider interfaces and useful base implementations for the Net4j DB framework. 
 

Uses of IDBSchema in org.eclipse.net4j.db
 

Methods in org.eclipse.net4j.db that return IDBSchema
static IDBSchema DBUtil.createSchema(String name)
           
 

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

Methods in org.eclipse.net4j.db.ddl that return IDBSchema
 IDBSchema IDBSchemaElement.getSchema()
           
 

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

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

Methods in org.eclipse.net4j.spi.db that return IDBSchema
 IDBSchema DBSchema.getSchema()
           
 



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