Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
main
Function · 0.65
FlushTableWithReadLock
Function · 0.65
LockTables
Function · 0.65
UnlockTables
Function · 0.65
resetDBWithSessionParams
Function · 0.65
createConnWithConsistency
Function · 0.65
Setup
Method · 0.65
ExecSQL
Method · 0.65
RunTestSQLModeIsLoadedBeforeQuery
Method · 0.65
RunTestConnectionCount
Method · 0.65
RunTestTypeAndCharsetOfSendLongData
Method · 0.65
runTestInSchemaState
Function · 0.65
Calls
no outgoing calls
Tested by
15
runTestConcurrentExecuteAndFetch
Function · 0.52
TestSerialLazyExecuteAndFetch
Function · 0.52
TestLazyExecuteProjection
Function · 0.52
TestLazyExecuteSelection
Function · 0.52
TestLazyExecuteWithParam
Function · 0.52
TestCursorExceedQuota
Function · 0.52
TestExtensionConnEvent
Function · 0.52
TestChunkReuseCorruptSysVarString
Function · 0.52
TestTiDBIdleTransactionTimeout
Function · 0.52
TestBatchGetTypeForRowExpr
Function · 0.52
TestAuditPluginInfoForStarting
Function · 0.52
TestAuditPluginRetrying
Function · 0.52