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()void expr(gda.sql_expr.SqlExpr propval) @propertySet `expr` field. Params: propval = expression to order onstring collationName() @propertyGet `collationName` field. Returns: name of the collation to use for orderingvoid collationName(string propval) @propertySet `collationName` field. Params: propval = name of the collation to use for orderingstring serialize()Creates 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.