* Returns the alias token * * @returns {string}
()
| 1077 | * @returns {string} |
| 1078 | */ |
| 1079 | getAliasToken() { |
| 1080 | return 'AS'; |
| 1081 | } |
| 1082 | |
| 1083 | /** |
| 1084 | * Quote table name with optional alias and schema attribution |
no outgoing calls
no test coverage detected