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

Method Summary
 SPThread getSPThread(SPDebugTarget target, DatabaseIdentifier databaseIdentifier, java.lang.String connectionId, java.sql.Connection debuggeeCon)
          Returns a SPThread used to debug stored procedures.
 
Methods inherited from interface org.eclipse.datatools.sqltools.core.IDBFactory
createExecuteParallelRunnable, getConnectionService, getDatabaseConfiguration, getDatabaseVendorDefinitionId, getDBHelper, getPlanService, getSQLDataService, getSQLEditorService, getSQLService, setDatabaseVendorDefinitionId
 

Method Detail

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 contained
databaseIdentifier - on which database this thread is running
connectionId - 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.