GdaSqlSelectJoin

This structure represents a join between two targets in a SELECT statement.

Members

Variables

GdaReserved1
void* GdaReserved1;
GdaReserved2
void* GdaReserved2;
any
GdaSqlAnyPart any;

inheritance structure

expr
GdaSqlExpr* expr;

joining expression, or null

position
int position;

represents a join between a target at (pos < @position) and the one at @position

type
GdaSqlSelectJoinType type;

type of join

use
GSList* use;

list of #GdaSqlField pointers to use when joining, or null