SqlSelectOrder

This structure represents the ordering of a SELECT statement.

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

_cPtr
void* _cPtr()
serialize
string serialize()

Creates a new string description of the ORDER BY clause used in a SELECT statement.

Properties

asc
bool asc [@property getter]

Get asc field.

asc
bool asc [@property setter]

Set asc field.

collationName
string collationName [@property getter]

Get collationName field.

collationName
string collationName [@property setter]

Set collationName field.

expr
gda.sql_expr.SqlExpr expr [@property getter]

Get expr field.

expr
gda.sql_expr.SqlExpr expr [@property setter]

Set expr field.