MCPcopy Create free account
hub / github.com/adlio/schema / QueryContext

Method QueryContext

schema.go:33–33  ·  view source on GitHub ↗
(ctx context.Context, query string, args ...interface{})

Source from the content-addressed store, hash-verified

31type Queryer interface {
32 ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error)
33 QueryContext(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error)
34}
35
36// Transactor defines the interface for the Begin method from the *sql.DB

Callers 5

GetAppliedMigrationsMethod · 0.65
GetAppliedMigrationsMethod · 0.65
getLockModeMethod · 0.65
GetAppliedMigrationsMethod · 0.65
GetAppliedMigrationsMethod · 0.65

Implementers 2

mssqlBadQueryermssql_test.go
BadQueryererrors_test.go

Calls

no outgoing calls

Tested by

no test coverage detected