AggInfo Struct Reference

#include <sqliteInt.h>

Collaboration diagram for AggInfo:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 874 of file sqliteInt.h.

Public Attributes

u8 directMode
u8 useSortingIdx
int sortingIdx
ExprListpGroupBy
int nSortingColumn
AggInfo::AggInfo_colaCol
int nColumn
int nColumnAlloc
int nAccumulator
AggInfo::AggInfo_funcaFunc
int nFunc
int nFuncAlloc

Classes

struct  AggInfo_col
struct  AggInfo_func


Member Data Documentation

u8 AggInfo::directMode

Definition at line 875 of file sqliteInt.h.

u8 AggInfo::useSortingIdx

Definition at line 877 of file sqliteInt.h.

int AggInfo::sortingIdx

Definition at line 879 of file sqliteInt.h.

ExprList* AggInfo::pGroupBy

Definition at line 880 of file sqliteInt.h.

int AggInfo::nSortingColumn

Definition at line 881 of file sqliteInt.h.

struct AggInfo::AggInfo_col * AggInfo::aCol

int AggInfo::nColumn

Definition at line 889 of file sqliteInt.h.

int AggInfo::nColumnAlloc

Definition at line 890 of file sqliteInt.h.

int AggInfo::nAccumulator

Definition at line 891 of file sqliteInt.h.

struct AggInfo::AggInfo_func * AggInfo::aFunc

int AggInfo::nFunc

Definition at line 900 of file sqliteInt.h.

int AggInfo::nFuncAlloc

Definition at line 901 of file sqliteInt.h.


The documentation for this struct was generated from the following file:
Generated on Thu Mar 15 14:43:36 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1