MCPcopy
hub / github.com/sequelize/sequelize / getAliasToken

Method getAliasToken

src/dialects/abstract/query-generator.js:1079–1081  ·  view source on GitHub ↗

* Returns the alias token * * @returns {string}

()

Source from the content-addressed store, hash-verified

1077 * @returns {string}
1078 */
1079 getAliasToken() {
1080 return 'AS';
1081 }
1082
1083 /**
1084 * Quote table name with optional alias and schema attribution

Callers 3

quoteTableMethod · 0.95
selectQueryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected