MCPcopy
hub / github.com/dnote/dnote / QueryRow

Method QueryRow

pkg/cli/database/sql.go:31–31  ·  view source on GitHub ↗
(query string, args ...interface{})

Source from the content-addressed store, hash-verified

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}
33
34// sqlDb is an interface implemented by *sql.DB

Callers 15

TestInitFunction · 0.65
TestAddNoteFunction · 0.65
TestEditNoteFunction · 0.65
TestEditBookFunction · 0.65
TestRemoveNoteFunction · 0.65
TestRemoveBookFunction · 0.65
TestDBPathFlagFunction · 0.65
setupCtxFunction · 0.65
initSystemKVFunction · 0.65
TestInitSystemKVFunction · 0.65
TestExecute_bump_schemaFunction · 0.65

Implementers 1

DBpkg/cli/database/sql.go

Calls

no outgoing calls

Tested by 15

TestInitFunction · 0.52
TestAddNoteFunction · 0.52
TestEditNoteFunction · 0.52
TestEditBookFunction · 0.52
TestRemoveNoteFunction · 0.52
TestRemoveBookFunction · 0.52
TestDBPathFlagFunction · 0.52
TestInitSystemKVFunction · 0.52
TestExecute_bump_schemaFunction · 0.52
TestRun_nonfreshFunction · 0.52
TestRun_freshFunction · 0.52