FFIOrderByEntry

Represents a single part of an ORDER BY clause in SQL.

Constructors

this
this(FFIOrdering ordering, FFIString columnName)
Undocumented in source.
this
this(FFIOrdering ordering, FFIString tableName, FFIString columnName)
Undocumented in source.

Members

Variables

columnName
FFIString columnName;

Specifies on which column to order on.

ordering
FFIOrdering ordering;

Specifies if this is ordered in ascending or descending order.

tableName
FFIOption!FFIString tableName;

Specifies the table for the column.

Meta