SQLQuery Struct Reference

#include <utils.h>


Detailed Description

Structure rappresenting a single query to be submitted to the backend database

Data Fields

char * query
GArray * select
GArray * group

Field Documentation

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


The documentation for this struct was generated from the following file:
Generated on Fri Aug 17 19:40:51 2007 for Hyppocampus by  doxygen 1.5.3