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

java.lang.Object
  extended byorg.eclipse.datatools.connectivity.sqm.loader.JDBCTableLoader.TableFactory
      extended byorg.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
 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 EClass getTableEClass()
Specified by:
getTableEClass in interface JDBCTableLoader.ITableFactory
Overrides:
getTableEClass in class JDBCTableLoader.TableFactory
Returns:
SQLTablesPackage.eINSTANCE.getTemporaryTable()
See Also:
JDBCTableLoader.ITableFactory.getTableEClass()


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