org.eclipse.datatools.connectivity.sqm.loader
Class JDBCTableLoader.GlobalTempTableFactory

java.lang.Object
  extended by org.eclipse.datatools.connectivity.sqm.loader.JDBCTableLoader.TableFactory
      extended by org.eclipse.datatools.connectivity.sqm.loader.JDBCTableLoader.GlobalTempTableFactory
All Implemented Interfaces:
JDBCTableLoader.ITableFactory
Enclosing class:
JDBCTableLoader

public static class JDBCTableLoader.GlobalTempTableFactory
extends JDBCTableLoader.TableFactory

Base factory implementation for GLOBAL TEMPORARY type tables.


Constructor Summary
JDBCTableLoader.GlobalTempTableFactory()
           
 
Method Summary
 org.eclipse.emf.ecore.EClass getTableEClass()
           
 
Methods inherited from class org.eclipse.datatools.connectivity.sqm.loader.JDBCTableLoader.TableFactory
createTable, initialize, setSupportedColumns
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCTableLoader.GlobalTempTableFactory

public JDBCTableLoader.GlobalTempTableFactory()
Method Detail

getTableEClass

public org.eclipse.emf.ecore.EClass getTableEClass()
Specified by:
getTableEClass in interface JDBCTableLoader.ITableFactory
Overrides:
getTableEClass in class JDBCTableLoader.TableFactory
Returns:
SQLTablesPackage.eINSTANCE.getTemporaryTable()
See Also:
JDBCTableLoader.ITableFactory.getTableEClass()