MCPcopy Index your code
hub / github.com/rilldata/rill / SelectContext

Method SelectContext

admin/database/postgres/tx.go:54–54  ·  view source on GitHub ↗
(ctx context.Context, dest interface{}, query string, args ...interface{})

Source from the content-addressed store, hash-verified

52 sqlx.PreparerContext
53 sqlx.ExecerContext
54 SelectContext(ctx context.Context, dest interface{}, query string, args ...interface{}) error
55}
56
57// getDB either returns the current tx (if one is present) or c.db.

Callers 15

TestBackupFunction · 0.80
verifyTableFunction · 0.80
verifyTableForConnFunction · 0.80
SchemaMethod · 0.80
schemaUsingConnMethod · 0.80
FindOrganizationsMethod · 0.80
FindProjectsMethod · 0.80

Calls

no outgoing calls

Tested by 4

TestBackupFunction · 0.64
verifyTableFunction · 0.64
verifyTableForConnFunction · 0.64