Home
last modified time | relevance | path

Searched defs:QueryRow (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/database/sql/
Dsql.go1847 func (db *DB) QueryRow(query string, args ...any) *Row { func
2558 func (tx *Tx) QueryRow(query string, args ...any) *Row { func
2871 func (s *Stmt) QueryRow(args ...any) *Row { func