org.eclipse.datatools.sqltools.debugger.core
Class SQLDebuggerConfiguration

java.lang.Object
  extended byorg.eclipse.datatools.sqltools.core.SQLDevToolsConfiguration
      extended byorg.eclipse.datatools.sqltools.debugger.core.SQLDebuggerConfiguration

public class SQLDebuggerConfiguration
extends SQLDevToolsConfiguration

Database plugins should implement this interface to provide database-specific features.

Author:
Hui Cao

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

SQLDebuggerConfiguration

public SQLDebuggerConfiguration()
Method Detail

getSPThread

public SPThread getSPThread(SPDebugTarget target,
                            DatabaseIdentifier databaseIdentifier,
                            java.lang.String id,
                            java.sql.Connection debuggeeCon)
Returns a SPThread used to debug stored procedures.

Parameters:
target - the debug target in which this thread is contained
databaseIdentifier - on which database this thread is running
debuggeeCon - the connection to be debugged
Returns:


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