class toResultIndexes

This widget displays information about indexes of an object specified by the first and second parameter in the query. More...

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

Public Methods


Detailed Description

This widget displays information about indexes of an object specified by the first and second parameter in the query. The sql is not used in the query.

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

toResultIndexes

Create the widget.

Parameters:
parentParent widget.
nameName of widget.

 ~toResultIndexes ()

~toResultIndexes

Destroy object

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

query

[virtual]

Reimplemented for internal reasons.

Reimplemented from toResultView.

bool  canHandle (toConnection &conn)

canHandle

[virtual]

Support Oracle & MySQL

Reimplemented from toResultView.