Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dsql.go1833 func (db *DB) QueryRowContext(ctx context.Context, query string, args ...any) *Row { func
2038 func (c *Conn) QueryRowContext(ctx context.Context, query string, args ...any) *Row { func
2544 func (tx *Tx) QueryRowContext(ctx context.Context, query string, args ...any) *Row { func
2849 func (s *Stmt) QueryRowContext(ctx context.Context, args ...any) *Row { func