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

Method RenderVar

core/internal/dialect/sqlite.go:223–227  ·  view source on GitHub ↗
(ctx Context, name string)

Source from the content-addressed store, hash-verified

221func (d *SQLiteDialect) RenderVarDeclaration(ctx Context, name, typeName string) {}
222
223func (d *SQLiteDialect) RenderVar(ctx Context, name string) {
224 ctx.WriteString(`(SELECT id FROM _gj_ids WHERE k = '`)
225 ctx.WriteString(name)
226 ctx.WriteString(`')`)
227}
228
229func (d *SQLiteDialect) RenderIDCapture(ctx Context, varName string) {
230 ctx.WriteString(`SET `)

Callers 3

RenderIDCaptureMethod · 0.95
RenderListMethod · 0.95
RenderLinearInsertMethod · 0.95

Calls 1

WriteStringMethod · 0.65

Tested by

no test coverage detected