|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.datatools.sqltools.core.DefaultDBFactory
org.eclipse.datatools.sqltools.debugger.core.DefaultDBDebuggerFactory
Subclasses should override methods in this class to create various database-dependent classes for routine debugging.
| Constructor Summary | |
DefaultDBDebuggerFactory()
|
|
| Method Summary | |
SPThread |
getSPThread(SPDebugTarget target,
DatabaseIdentifier databaseIdentifier,
java.lang.String id,
java.sql.Connection debuggeeCon)
Returns a SPThread used to debug stored procedures. |
| Methods inherited from class org.eclipse.datatools.sqltools.core.DefaultDBFactory |
createExecuteParallelRunnable, getAdapter, getConnectionService, getDatabaseConfiguration, getDatabaseVendorDefinitionId, getDBHelper, getDefaultInstance, getPlanService, getSQLDataService, getSQLEditorService, getSQLService, setDatabaseVendorDefinitionId |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.datatools.sqltools.core.IDBFactory |
createExecuteParallelRunnable, getConnectionService, getDatabaseConfiguration, getDatabaseVendorDefinitionId, getDBHelper, getPlanService, getSQLDataService, getSQLEditorService, getSQLService, setDatabaseVendorDefinitionId |
| Constructor Detail |
public DefaultDBDebuggerFactory()
| Method Detail |
public SPThread getSPThread(SPDebugTarget target,
DatabaseIdentifier databaseIdentifier,
java.lang.String id,
java.sql.Connection debuggeeCon)
IDBDebuggerFactorySPThread used to debug stored procedures.
getSPThread in interface IDBDebuggerFactorytarget - the debug target in which this thread is containeddatabaseIdentifier - on which database this thread is runningid - the database specific connection id @see org.eclipse.datatools.sqltools.core.services.IConnectionService#getConnectionId(org.eclipse.datatools.sqltools.core.DatabaseIdentifier, java.sql.Connection)debuggeeCon - the connection to be debugged
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||