| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SQLDebuggerConfiguration
Database plugins should implement this interface to provide database-specific features.
| Method Summary | |
|---|---|
|  IDebugHandler | createDebugHandler(java.lang.String profileName) | 
|  org.eclipse.debug.ui.IDebugModelPresentation | getDebugModelPresentation()Gets the DebugModelPresentation | 
|  SPThread | getSPThread(SPDebugTarget target,
            org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier,
            java.lang.String id,
            java.sql.Connection debuggeeCon)Returns a SPThreadused to debug stored procedures. | 
| Method Detail | 
|---|
SPThread getSPThread(SPDebugTarget target,
                     org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier,
                     java.lang.String id,
                     java.sql.Connection debuggeeCon)
                     throws java.lang.Exception
SPThread used to debug stored procedures.
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.ConnectionService#getConnectionId(org.eclipse.datatools.sqltools.core.DatabaseIdentifier, java.sql.Connection)debuggeeCon - the connection to be debugged
java.lang.ExceptionIDebugHandler createDebugHandler(java.lang.String profileName)
profileName - 
org.eclipse.debug.ui.IDebugModelPresentation getDebugModelPresentation()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||