class toResultPlan

This widget displays the execution plan of a statement. More...

Definition#include <toresultplan.h>
InheritstoResultView [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

This widget displays the execution plan of a statement. The statement is identified by the first parameter which should be the address as gotten from the toSQLToAddress function.

 toResultPlan (QWidget *parent,const char *name=NULL)

toResultPlan

Create the widget.

Parameters:
parentParent widget.
nameName of widget.

 ~toResultPlan ()

~toResultPlan

Destruct object

void  query (const QString &sql,const toQList &param)

query

[virtual]

Reimplemented for internal reasons. If you prepend "SAVED:" a saved plan is read with the identified_by set to the string following the initial "SAVED:" string.

Reimplemented from toResultView.

void  query (const QString &sql)

query

Reimplemented for internal reasons.

Reimplemented from toResultView.

bool  canHandle (toConnection &conn)

canHandle

[virtual]

Support Oracle

Reimplemented from toResultView.