MCPcopy Create free account
hub / github.com/actiontech/dtle / ExecContext

Method ExecContext

driver/mysql/sql/sqlutils.go:244–244  ·  view source on GitHub ↗
(ctx context.Context, query string, args ...interface{})

Source from the content-addressed store, hash-verified

242// from https://github.com/golang/go/issues/14468
243type QueryAble interface {
244 ExecContext(ctx context.Context, query string, args ...interface{}) (gosql.Result, error)
245 QueryContext(ctx context.Context, query string, args ...interface{}) (*gosql.Rows, error)
246 QueryRowContext(ctx context.Context, query string, args ...interface{}) *gosql.Row
247}

Callers 15

AddLogMinerFileMethod · 0.80
BuildLogMinerMethod · 0.80
StartLogMinerBySCN2Method · 0.80
StartLogMinerBySCNMethod · 0.80
EndLogMinerMethod · 0.80
NLS_DATE_FORMATMethod · 0.80
GetTableDDLMethod · 0.80
cleanGtidExecutedMethod · 0.80
ValidateGrantsMethod · 0.80
ApplyEventQueriesMethod · 0.80
handleEntryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected