Uses of Interface
org.eclipse.datatools.connectivity.sqm.loader.JDBCTableLoader.ITableFactory

Packages that use JDBCTableLoader.ITableFactory
org.eclipse.datatools.connectivity.sqm.loader   
org.eclipse.datatools.enablement.ase.catalog   
org.eclipse.datatools.enablement.mysql.catalog.loaders   
org.eclipse.datatools.enablement.sybase.asa.baseloaders   
org.eclipse.datatools.enablement.sybase.asa.loaders   
 

Uses of JDBCTableLoader.ITableFactory in org.eclipse.datatools.connectivity.sqm.loader
 

Classes in org.eclipse.datatools.connectivity.sqm.loader that implement JDBCTableLoader.ITableFactory
static class JDBCTableLoader.GlobalTempTableFactory
          Base factory implementation for GLOBAL TEMPORARY type tables.
static class JDBCTableLoader.LocalTempTableFactory
          Base factory implementation for LOCAL TEMPORARY type tables.
static class JDBCTableLoader.TableFactory
          Base factory implementation for TABLE type tables.
static class JDBCTableLoader.ViewFactory
          Base factory implementation for VIEW type tables.
 

Methods in org.eclipse.datatools.connectivity.sqm.loader that return JDBCTableLoader.ITableFactory
 JDBCTableLoader.ITableFactory JDBCTableLoader.getTableFactory(java.lang.String type)
          Returns the table factory associated with the specified type.
 JDBCTableLoader.ITableFactory JDBCTableLoader.registerTableFactory(java.lang.String type, JDBCTableLoader.ITableFactory factory)
          Register a factory for the specified type.
 JDBCTableLoader.ITableFactory JDBCTableLoader.unregisterTableFactory(java.lang.String type)
          Unregister a factory for the specified type.
 

Methods in org.eclipse.datatools.connectivity.sqm.loader with parameters of type JDBCTableLoader.ITableFactory
 JDBCTableLoader.ITableFactory JDBCTableLoader.registerTableFactory(java.lang.String type, JDBCTableLoader.ITableFactory factory)
          Register a factory for the specified type.
 

Uses of JDBCTableLoader.ITableFactory in org.eclipse.datatools.enablement.ase.catalog
 

Classes in org.eclipse.datatools.enablement.ase.catalog that implement JDBCTableLoader.ITableFactory
static class SybaseASECatalogSchema.ASESysTableFactory
          Factory for creating system table
static class SybaseASECatalogSchema.ASEUserTableFactory
          Factory for creating user defined table including proxy table and temp table
static class SybaseASECatalogSchema.ASEViewTableFactory
          Factroy for creating view table
 

Uses of JDBCTableLoader.ITableFactory in org.eclipse.datatools.enablement.mysql.catalog.loaders
 

Classes in org.eclipse.datatools.enablement.mysql.catalog.loaders that implement JDBCTableLoader.ITableFactory
static class MySqlTableLoader.MySqlTableFactory
          Base factory implementation for LOCAL TEMPORARY type tables.
 

Uses of JDBCTableLoader.ITableFactory in org.eclipse.datatools.enablement.sybase.asa.baseloaders
 

Classes in org.eclipse.datatools.enablement.sybase.asa.baseloaders that implement JDBCTableLoader.ITableFactory
static class SchemaASABaseLoader.ASABaseTableLoader.ASABaseGlobalTempTableFactory
           
static class SchemaASABaseLoader.ASABaseTableLoader.ASABaseProxyTableFactory
           
static class SchemaASABaseLoader.ASABaseTableLoader.ASABaseViewFactory
           
 

Uses of JDBCTableLoader.ITableFactory in org.eclipse.datatools.enablement.sybase.asa.loaders
 

Classes in org.eclipse.datatools.enablement.sybase.asa.loaders that implement JDBCTableLoader.ITableFactory
static class SchemaASALoader.ASATableLoader.ASAGlobalTempTableFactory
           
static class SchemaASALoader.ASATableLoader.ASATableFactory