dorm.api.condition

Undocumented in source.

Members

Aliases

BinaryConditionType
alias BinaryConditionType = ffi.FFIBinaryCondition.Type
Undocumented in source.
TernaryConditionType
alias TernaryConditionType = ffi.FFITernaryCondition.Type
Undocumented in source.
UnaryConditionType
alias UnaryConditionType = ffi.FFIUnaryCondition.Type
Undocumented in source.

Functions

columnValue
FFIValue columnValue(string table, string column)
Undocumented in source. Be warned that the author may not have intended to support it.
conditionIdentifier
FFIValue conditionIdentifier(string identifier)
Undocumented in source. Be warned that the author may not have intended to support it.
conditionValue
FFIValue conditionValue(T c)
Undocumented in source. Be warned that the author may not have intended to support it.
dumpTree
string dumpTree(ffi.FFICondition[] c)
Undocumented in source. Be warned that the author may not have intended to support it.
makeTree
ffi.FFICondition[] makeTree(Condition c)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

FFIValue (from dorm.lib.ffi)
public import dorm.lib.ffi : FFIValue;
Undocumented in source.

Structs

AndCondition
struct AndCondition
Undocumented in source.
BinaryCondition
struct BinaryCondition
Undocumented in source.
Condition
struct Condition
Undocumented in source.
OrCondition
struct OrCondition
Undocumented in source.
TernaryCondition
struct TernaryCondition
Undocumented in source.
UnaryCondition
struct UnaryCondition
Undocumented in source.

Meta