GdaSqlAnyPart

Base structure of which all structures (except #GdaSqlStatement) "inherit". It identifies, for each structure, its type and its parent in the structure hierarchy.

Members

Variables

parent
GdaSqlAnyPart* parent;

pointer to the parent #GdaSqlAnyPart structure

type
GdaSqlAnyPartType type;

type of structure, as a #GdaSqlAnyPartType enum.