MCPcopy
hub / github.com/pingcap/tidb / ExecContext

Method ExecContext

pkg/util/dbutil/interface.go:42–42  ·  view source on GitHub ↗
(ctx context.Context, query string, args ...any)

Source from the content-addressed store, hash-verified

40 QueryExecutor
41 BeginTx(ctx context.Context, opts *sql.TxOptions) (*sql.Tx, error)
42 ExecContext(ctx context.Context, query string, args ...any) (sql.Result, error)
43}

Callers 15

mainFunction · 0.65
FlushTableWithReadLockFunction · 0.65
LockTablesFunction · 0.65
UnlockTablesFunction · 0.65
resetDBWithSessionParamsFunction · 0.65
SetupMethod · 0.65
ExecSQLMethod · 0.65
runTestInSchemaStateFunction · 0.65

Calls

no outgoing calls