MCPcopy
hub / github.com/dosco/graphjin / RenderTableAlias

Method RenderTableAlias

core/internal/dialect/sqlite.go:419–422  ·  view source on GitHub ↗
(ctx Context, alias string)

Source from the content-addressed store, hash-verified

417}
418
419func (d *SQLiteDialect) RenderTableAlias(ctx Context, alias string) {
420 ctx.WriteString(` AS `)
421 ctx.Quote(alias)
422}
423
424func (d *SQLiteDialect) RenderLateralJoinClose(ctx Context, alias string) {
425 ctx.WriteString(`) AS `)

Callers

nothing calls this directly

Calls 2

WriteStringMethod · 0.65
QuoteMethod · 0.65

Tested by

no test coverage detected