Uses of Interface
org.eclipse.datatools.modelbase.sql.schema.SQLSchemaFactory

Packages that use SQLSchemaFactory
org.eclipse.datatools.modelbase.sql.schema   
org.eclipse.datatools.modelbase.sql.schema.impl   
 

Uses of SQLSchemaFactory in org.eclipse.datatools.modelbase.sql.schema
 

Fields in org.eclipse.datatools.modelbase.sql.schema declared as SQLSchemaFactory
static SQLSchemaFactory SQLSchemaFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.datatools.modelbase.sql.schema that return SQLSchemaFactory
 SQLSchemaFactory SQLSchemaPackage.getSQLSchemaFactory()
          Returns the factory that creates the instances of the model.
 

Uses of SQLSchemaFactory in org.eclipse.datatools.modelbase.sql.schema.impl
 

Classes in org.eclipse.datatools.modelbase.sql.schema.impl that implement SQLSchemaFactory
 class SQLSchemaFactoryImpl
           An implementation of the model Factory.
 

Methods in org.eclipse.datatools.modelbase.sql.schema.impl that return SQLSchemaFactory
 SQLSchemaFactory SQLSchemaPackageImpl.getSQLSchemaFactory()
           
static SQLSchemaFactory SQLSchemaFactoryImpl.init()
          Creates the default factory implementation.
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.