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

Method Query

sqlchain/adapter/storage/storage.go:31–31  ·  view source on GitHub ↗

Query for result.

(dbID string, query string, args ...interface{})

Source from the content-addressed store, hash-verified

29 Drop(dbID string) (err error)
30 // Query for result.
31 Query(dbID string, query string, args ...interface{}) (columns []string, types []string, rows [][]interface{}, err error)
32 // Exec for update.
33 Exec(dbID string, query string, args ...interface{}) (affectedRows int64, lastInsertID int64, err error)
34}

Callers 10

sendQueryExMethod · 0.65
QueryMethod · 0.65
QueryMethod · 0.65
QueryMethod · 0.65
QueryMethod · 0.65
newPaginationFromReqFunction · 0.65
NewServiceFunction · 0.65
QueryMethod · 0.65
TestBadTypeFunction · 0.65
TestStorageFunction · 0.65

Calls

no outgoing calls

Tested by 3

sendQueryExMethod · 0.52
TestBadTypeFunction · 0.52
TestStorageFunction · 0.52