Column

Undocumented in source.

Constructors

this
this(string _name, bool _is_nullable)
Undocumented in source.

Members

Functions

contains
Predicate contains(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
endsWith
Predicate endsWith(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
eq
Predicate eq(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
getType
ColumnType getType()
Undocumented in source. Be warned that the author may not have intended to support it.
render
string render()
Undocumented in source. Be warned that the author may not have intended to support it.
startsWith
Predicate startsWith(T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

is_nullable
bool is_nullable;
Undocumented in source.
name
string name;
Undocumented in source.
type
ColumnType type;
Undocumented in source.

Inherited Members

From Expression

render
string render()
Undocumented in source.

Meta