$sql->columnName()
Returns the cleaned identifier based on the table and column name
Parameters
Name | Type | Default | Description |
---|---|---|---|
$table * | string |
– | Table name |
$column * | string |
– | Column name |
$enforceQualified | bool |
false |
If true, a qualified identifier is returned in all cases |
Return type
string
|null