Uses of Class
org.eclipse.net4j.db.ddl.IDBIndex.Type

Packages that use IDBIndex.Type
org.eclipse.net4j.db.ddl The Net4j DB framework concepts for the abstraction of the SQL data definition language. 
 

Uses of IDBIndex.Type in org.eclipse.net4j.db.ddl
 

Methods in org.eclipse.net4j.db.ddl that return IDBIndex.Type
 IDBIndex.Type IDBIndex.getType()
           
static IDBIndex.Type IDBIndex.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IDBIndex.Type[] IDBIndex.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.net4j.db.ddl with parameters of type IDBIndex.Type
 IDBIndex IDBTable.addIndex(IDBIndex.Type type, IDBField... fields)
           
 



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