MCPcopy 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

getSavepointSQLMethod · 0.95
mapRegExpConditionMethod · 0.95
getJsonArrayFromSQLMethod · 0.95
mapOptionsMethod · 0.45
callRoutineMethod · 0.45
createDatabaseMethod · 0.45
ensureDbaGrantMethod · 0.45
createNamespaceMethod · 0.45
updateMethod · 0.45
clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected