Searched defs:QueryRowContext (Results 1 – 1 of 1) sorted by relevance
1833 func (db *DB) QueryRowContext(ctx context.Context, query string, args ...any) *Row { func2038 func (c *Conn) QueryRowContext(ctx context.Context, query string, args ...any) *Row { func2544 func (tx *Tx) QueryRowContext(ctx context.Context, query string, args ...any) *Row { func2849 func (s *Stmt) QueryRowContext(ctx context.Context, args ...any) *Row { func