|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JDBCTableLoader.ITableFactory | |
org.eclipse.datatools.connectivity.sqm.loader |
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.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. |
JDBCTableLoader.ITableFactory |
JDBCTableLoader.getTableFactory(java.lang.String type)
Returns the table factory associated with 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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |