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

Method Exec

cmd/cql-fuse/sql.go:47–47  ·  view source on GitHub ↗
(query string, args ...interface{})

Source from the content-addressed store, hash-verified

45// It is implemented by both sql.DB and sql.Txn.
46type sqlExecutor interface {
47 Exec(query string, args ...interface{}) (sql.Result, error)
48 Query(query string, args ...interface{}) (*sql.Rows, error)
49 QueryRow(query string, args ...interface{}) *sql.Row
50}

Callers 15

TestConnFunction · 0.65
TestTransactionFunction · 0.65
TestStmtFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
InitPublicKeyStoreFunction · 0.65
setNodeFunction · 0.65
DelNodeFunction · 0.65
removeBucketFunction · 0.65
SetNodeMethod · 0.65
updateNodeFunction · 0.65

Calls

no outgoing calls

Tested by 7

TestConnFunction · 0.52
TestTransactionFunction · 0.52
TestStmtFunction · 0.52
TestFullProcessFunction · 0.52
prepareBenchTableFunction · 0.52
cleanBenchTableFunction · 0.52