Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
wrapVirtualExpressionInSubquery
Function · 0.80
wrapVirtualExpressionInSubqueryStream
Function · 0.80
compile
Method · 0.80
compileSelect
Method · 0.80
from
Method · 0.80
compileSelect
Method · 0.80
quote
Method · 0.80
createJoinExpression
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected