MCPcopy
hub / github.com/dnote/dnote / Prepare

Method Prepare

pkg/cli/database/sql.go:29–29  ·  view source on GitHub ↗
(query string)

Source from the content-addressed store, hash-verified

27type SQLCommon interface {
28 Exec(query string, args ...interface{}) (sql.Result, error)
29 Prepare(query string) (*sql.Stmt, error)
30 Query(query string, args ...interface{}) (*sql.Rows, error)
31 QueryRow(query string, args ...interface{}) *sql.Row
32}

Callers 1

PrepareMethod · 0.65

Implementers 1

DBpkg/cli/database/sql.go

Calls

no outgoing calls

Tested by

no test coverage detected