|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IDBFactory | |
| org.eclipse.datatools.sqltools.core | |
| org.eclipse.datatools.sqltools.debugger.core | |
| Uses of IDBFactory in org.eclipse.datatools.sqltools.core |
| Classes in org.eclipse.datatools.sqltools.core that implement IDBFactory | |
class |
DefaultDBFactory
Subclasses should override methods in this class to create various database-dependent classes. |
| Methods in org.eclipse.datatools.sqltools.core that return IDBFactory | |
static IDBFactory |
SQLToolsFacade.getDBFactoryByDBDefName(java.lang.String dbDefName)
Gets the IDBFactory object by the database definition name. |
static IDBFactory |
SQLToolsFacade.getDBFactoryByVendorIdentifier(DatabaseVendorDefinitionId vendorId)
Gets the IDBFactory object by the DatabaseVendorDefinitionId object |
static IDBFactory |
SQLToolsFacade.getDBFactoryByProfileName(java.lang.String profileName)
Gets the IDBFactory object by the connection profile name. |
static IDBFactory |
SQLToolsFacade.getDBFactory(DatabaseIdentifier databaseIdentifier,
DatabaseVendorDefinitionId vendorId)
Gets the IDBFactory object. |
| Uses of IDBFactory in org.eclipse.datatools.sqltools.debugger.core |
| Subinterfaces of IDBFactory in org.eclipse.datatools.sqltools.debugger.core | |
interface |
IDBDebuggerFactory
Database plugins should implement this interface to provide database-specific features. |
| Classes in org.eclipse.datatools.sqltools.debugger.core that implement IDBFactory | |
class |
DefaultDBDebuggerFactory
Subclasses should override methods in this class to create various database-dependent classes for routine debugging. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||