|
|
representation of a stored query. trough this object we access the fields and parameters of the query, if any.
|
~ |
[virtual]
void |
[pure virtual]
append a new field to the output list of the query it works only in design mode
void |
[pure virtual]
add a table to the existing output list of tables
void |
[pure virtual]
add a condition (where clause) to the query
QString |
[pure virtual]
return the SQL code associated to the query. if the query is in design mode, it will build with the actual tables, fields and conditions
Recordset * |
[pure virtual]
creates a recordset based on this query.
bool |
[pure virtual]
returns true if the query is in design mode
QString |
[protected]
QStringList |
[protected]
QStringList |
[protected]
QStringList |
[protected]
Generated by: pradu@server.rete.casa on Fri Jul 28 15:15:55 2000, using kdoc 2.0a36. |