Setters

Undocumented in source.

Members

Functions

opAssign
void opAssign(Expression field, Expression value)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(Column field, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
Setter opIndexAssign(T value, Column!T field)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

setters
Setter[] setters;
Undocumented in source.

Meta