MCPcopy Create free account
hub / github.com/kataras/iris / Select

Method Select

_examples/database/mysql/sql/sql.go:11–11  ·  view source on GitHub ↗
(ctx context.Context, dest interface{}, q string, args ...interface{})

Source from the content-addressed store, hash-verified

9type Database interface {
10 Get(ctx context.Context, dest interface{}, q string, args ...interface{}) error
11 Select(ctx context.Context, dest interface{}, q string, args ...interface{}) error
12 Exec(ctx context.Context, q string, args ...interface{}) (sql.Result, error)
13}
14

Callers 3

CountMethod · 0.65
ListMethod · 0.65
mainFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected