MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / usesAsKeyword

Method usesAsKeyword

packages/oracledb/src/OraclePlatform.ts:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 }
79
80 override usesAsKeyword(): boolean {
81 return false;
82 }
83
84 /** Oracle 12.2+ identifier limit (pre-12.2 is 30 chars). */
85 override getMaxIdentifierLength(): number {

Callers 8

compileMethod · 0.80
compileSelectMethod · 0.80
fromMethod · 0.80
compileSelectMethod · 0.80
quoteMethod · 0.80
createJoinExpressionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected