MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Exec

Method Exec

xenomint/state.go:40–40  ·  view source on GitHub ↗
(query string, args ...interface{})

Source from the content-addressed store, hash-verified

38
39type sqlExecuter interface {
40 Exec(query string, args ...interface{}) (sql.Result, error)
41 ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error)
42}
43

Callers 15

TestChainFunction · 0.65
openStorageFunction · 0.65
addBlockFunction · 0.65
addTxFunction · 0.65
buildBlockIndexFunction · 0.65
updateIrreversibleFunction · 0.65
deleteTxsFunction · 0.65
updateAccountFunction · 0.65
deleteAccountFunction · 0.65
updateShardChainFunction · 0.65
deleteShardChainFunction · 0.65
updateProviderFunction · 0.65

Implementers 2

stmtclient/stmt.go
impersonatedStmtcmd/cql-proxy/storage/impersonate.go

Calls

no outgoing calls

Tested by 15

TestChainFunction · 0.52
CommitMethod · 0.52
setupChainFunction · 0.52
setupBenchmarkChainFunction · 0.52
TestStorageFunction · 0.52
setupBenchmarkStorageFunction · 0.52
BenchmarkStorageFunction · 0.52
BenchmarkLargeWriteTxFunction · 0.52
busyWriteFunction · 0.52