Uses of Class
org.eclipse.net4j.db.ddl.IDBSchemaElement.SchemaElementType

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

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

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

Constructors in org.eclipse.net4j.db.ddl with parameters of type IDBSchemaElement.SchemaElementType
SchemaElementNotFoundException(IDBSchemaElement parent, IDBSchemaElement.SchemaElementType type, String name)
           
 



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