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

Method Exec

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

Source from the content-addressed store, hash-verified

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
15// Record should represent a database record.

Callers 15

DeleteByIDMethod · 0.65
PartialUpdateMethod · 0.65
CreateDatabaseMethod · 0.65
DropMethod · 0.65
InsertMethod · 0.65
UpdateMethod · 0.65
InsertMethod · 0.65
BatchInsertMethod · 0.65
UpdateMethod · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected