MCPcopy Index your code
hub / github.com/tinyauthapp/tinyauth / ExecContext

Method ExecContext

internal/repository/db.go:13–13  ·  view source on GitHub ↗
(context.Context, string, ...interface{})

Source from the content-addressed store, hash-verified

11
12type DBTX interface {
13 ExecContext(context.Context, string, ...interface{}) (sql.Result, error)
14 PrepareContext(context.Context, string) (*sql.Stmt, error)
15 QueryContext(context.Context, string, ...interface{}) (*sql.Rows, error)
16 QueryRowContext(context.Context, string, ...interface{}) *sql.Row

Callers 8

DeleteOidcCodeMethod · 0.80
DeleteOidcCodeBySubMethod · 0.80
DeleteOidcTokenMethod · 0.80
DeleteOidcTokenBySubMethod · 0.80
DeleteOidcUserInfoMethod · 0.80
DeleteExpiredSessionsMethod · 0.80
DeleteSessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected