GdaSqlSelectOrder

This structure represents the ordering of a SELECT statement.

Members

Variables

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

inheritance structure

asc
bool asc;

TRUE is ordering is ascending

collationName
char* collationName;

name of the collation to use for ordering

expr
GdaSqlExpr* expr;

expression to order on