Uses of Interface
org.eclipse.wst.rdb.internal.models.sql.tables.SQLTablesFactory

Packages that use SQLTablesFactory
org.eclipse.wst.rdb.internal.models.sql.tables   
org.eclipse.wst.rdb.internal.models.sql.tables.impl   
 

Uses of SQLTablesFactory in org.eclipse.wst.rdb.internal.models.sql.tables
 

Fields in org.eclipse.wst.rdb.internal.models.sql.tables declared as SQLTablesFactory
static SQLTablesFactory SQLTablesFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables that return SQLTablesFactory
 SQLTablesFactory SQLTablesPackage.getSQLTablesFactory()
          Returns the factory that creates the instances of the model.
 

Uses of SQLTablesFactory in org.eclipse.wst.rdb.internal.models.sql.tables.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.tables.impl that implement SQLTablesFactory
 class SQLTablesFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables.impl that return SQLTablesFactory
 SQLTablesFactory SQLTablesPackageImpl.getSQLTablesFactory()
           
static SQLTablesFactory SQLTablesFactoryImpl.init()
          Creates the default factory implementation.