org.eclipse.datatools.sqltools.debugger.core
Interface IDBDebuggerFactory
- All Superinterfaces:
- IDBFactory
- All Known Implementing Classes:
- DefaultDBDebuggerFactory
- public interface IDBDebuggerFactory
- extends IDBFactory
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 connectionId,
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 runningconnectionId - 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
- Returns:
Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.