|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.sqltools.core.SQLDevToolsConfiguration
org.eclipse.datatools.sqltools.debugger.core.SQLDebuggerConfiguration
Database plugins should implement this interface to provide database-specific features.
Constructor Summary | |
SQLDebuggerConfiguration()
|
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.SQLDevToolsConfiguration |
getAdapter, getConnectionService, getDatabaseSetting, getDatabaseVendorDefinitionId, getDBHelper, getDefaultInstance, getExecutionService, getPlanService, getSQLDataService, getSQLEditorService, getSQLService, setDatabaseVendorDefinitionId |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SQLDebuggerConfiguration()
Method Detail |
public SPThread getSPThread(SPDebugTarget target, DatabaseIdentifier databaseIdentifier, java.lang.String id, java.sql.Connection debuggeeCon)
SPThread
used to debug stored procedures.
target
- the debug target in which this thread is containeddatabaseIdentifier
- on which database this thread is runningdebuggeeCon
- the connection to be debugged
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |