MCPcopy Index your code
hub / github.com/cortexproject/cortex / Exec

Method Exec

pkg/configs/db/postgres/postgres.go:45–45  ·  view source on GitHub ↗
(query string, args ...any)

Source from the content-addressed store, hash-verified

43
44type dbProxy interface {
45 Exec(query string, args ...any) (sql.Result, error)
46 Query(query string, args ...any) (*sql.Rows, error)
47 QueryRow(query string, args ...any) *sql.Row
48 Prepare(query string) (*sql.Stmt, error)

Calls

no outgoing calls