gda.sql_select_order
Module for [SqlSelectOrder] class
class SqlSelectOrder
Types 1
classSqlSelectOrder
This structure represents the ordering of a SELECT statement.
Fields
GdaSqlSelectOrder _cInstanceMethods
void * _cPtr() nothrowvoid expr(gda.sql_expr.SqlExpr propval) @property nothrowSet `expr` field. Params: propval = expression to order onvoid asc(bool propval) @property nothrowSet `asc` field. Params: propval = TRUE is ordering is ascendingstring collationName() @property nothrowGet `collationName` field. Returns: name of the collation to use for orderingvoid collationName(string propval) @property nothrowSet `collationName` field. Params: propval = name of the collation to use for orderingstring serialize() nothrowCreates a new string description of the ORDER BY clause used in a SELECT statement. Returns: a new string with the description of the ORDER BY or "null" in case order is invalid.