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

Packages that use IDBIndex.Type
org.eclipse.net4j.db.ddl   
 

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(java.lang.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're 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 - 2008 Eike Stepper, Germany.
All Rights Reserved.