org.eclipse.datatools.sqltools.debugger.core
Interface SQLDebuggerConfiguration
- public interface SQLDebuggerConfiguration
Database plugins should implement this interface to provide database-specific
features.
- Author:
- Hui Cao
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 containeddatabaseIdentifier
- on which database this thread is runningdebuggeeCon
- the connection to be debugged
- Returns:
Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.