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()

Properties

any
gda.sql_any_part.SqlAnyPart any [@property getter]

Get any field.

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.