FieldColumn

Undocumented in source.

Members

Functions

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

Variables

columnName
string columnName;

Name of the column in the table.

columnParam
string columnParam;

Parameters for the column when creating the table.

columnType
string columnType;

The type is user defined

identifier
string identifier;

Identifier in the struct.

isPrimaryKey
bool isPrimaryKey;

If the field is a primary key.

Meta