Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mikro-orm/mikro-orm
/ quoteIdentifier
Method
quoteIdentifier
packages/oracledb/src/OraclePlatform.ts:380–382 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
378
}
379
380
override quoteIdentifier(id: string): string {
381
return
super.quoteIdentifier(id,
'"'
);
382
}
383
384
override escape(value: any): string {
385
if
(value === null) {
Callers
14
getRollbackToSavepointSQL
Method · 0.95
getSavepointSQL
Method · 0.95
mapRegExpCondition
Method · 0.95
getSearchJsonPropertyKey
Method · 0.95
getJsonArrayFromSQL
Method · 0.95
mapOptions
Method · 0.45
callRoutine
Method · 0.45
createDatabase
Method · 0.45
ensureDbaGrant
Method · 0.45
createNamespace
Method · 0.45
update
Method · 0.45
clear
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected