ColumnDefinition

Undocumented in source.

Constructors

this
this(Expression _name, ColumnType _type, bool _primaryKey, bool _unique, bool _autoincrement, bool _notNull)
Undocumented in source.

Members

Functions

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

Variables

autoincrement
bool autoincrement;
Undocumented in source.
name
Expression name;
Undocumented in source.
notNull
bool notNull;
Undocumented in source.
primaryKey
bool primaryKey;
Undocumented in source.
type
ColumnType type;
Undocumented in source.
unique
bool unique;
Undocumented in source.

Inherited Members

From Expression

render
string render()
Undocumented in source.

Meta