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

Method getSavepointSQL

packages/oracledb/src/OraclePlatform.ts:58–60  ·  view source on GitHub ↗
(savepointName: string)

Source from the content-addressed store, hash-verified

56 }
57
58 override getSavepointSQL(savepointName: string): string {
59 return `savepoint ${this.quoteIdentifier(savepointName)}`;
60 }
61
62 override getBeginTransactionSQL(options?: { isolationLevel?: IsolationLevel; readOnly?: boolean }): string[] {
63 const parts: string[] = [];

Callers

nothing calls this directly

Calls 1

quoteIdentifierMethod · 0.95

Tested by

no test coverage detected