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

Function newStmt

client/stmt.go:31–34  ·  view source on GitHub ↗
(c *conn, query string)

Source from the content-addressed store, hash-verified

29}
30
31func newStmt(c *conn, query string) (s *stmt) {
32 s = &stmt{c: c, pattern: query}
33 return
34}
35
36// Query executes a query that may return rows, such as SELECT.
37func (s *stmt) Query(args []driver.Value) (driver.Rows, error) {

Callers 2

TestStmtFunction · 0.85
PrepareContextMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestStmtFunction · 0.68