Constructor
new Column(column)
Initialize the column.
Parameters:
Name | Type | Description | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
column |
Object | An object representing the database column. Any
custom properties on the object shall be preserved.
Properties
|
- Source:
Methods
(static) createFQColName(tableAlias, colName) → {string}
Create a fully-qualified column name in the form
<table-alias>.<column-name>.
Parameters:
Name | Type | Description |
---|---|---|
tableAlias |
string | The alias for the table. |
colName |
string | The column name. |
- Source:
Returns:
The fully-qualified column name, unescaped.
- Type
- string