OrderBuilderField

Type that actually implements the asc/desc methods inside the orderBy callback. (OrderBuilder) Defaults to ascending.

Constructors

this
this(string tableName, string columnName)

Constructs this OrderBuilderField with the given columnName for generated orders.

Members

Functions

asc
ffi.FFIOrderByEntry asc()

Ascending ordering.

desc
ffi.FFIOrderByEntry desc()

Descending ordering.

Mixins

__anonymous
mixin DisallowOperators!("`OrderBuilderField!(" ~ T.stringof ~ ")` on " ~ field.sourceColumn)
Undocumented in source.
__anonymous
mixin DynamicMissingMemberErrorHelper!("field ordering", "`OrderBuilderField!(" ~ T.stringof ~ ")` on " ~ field.sourceColumn)
Undocumented in source.

Mixed In Members

From mixin DisallowOperators!("`OrderBuilderField!(" ~ T.stringof ~ ")` on " ~ field.sourceColumn)

opBinary
auto opBinary(R rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
auto opBinaryRight(L lhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(R other)
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin DynamicMissingMemberErrorHelper!("field ordering", "`OrderBuilderField!(" ~ T.stringof ~ ")` on " ~ field.sourceColumn)

opDispatch
auto opDispatch()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta