#include <utils.h>
Data Fields | |
| char * | query |
| GArray * | select |
| GArray * | group |
| char* SQLQuery::query |
Complete text for the query, traslated in the format accepted by the backend database
| GArray* SQLQuery::select |
Array of UINT64, each rappresenting one of the metadata involved in the SELECT clause
| GArray* SQLQuery::group |
Array of UINT64, each rappresenting one of the metadata involved in the eventual GROUP BY clause of the original query. If not GROUP BY have been request, this is NULL
1.5.3