type github.com/jackc/pgx/v4/stdlib.Stmt

8 uses

	github.com/jackc/pgx/v4/stdlib (current package)
		sql.go#L275: 	return &Stmt{sd: sd, conn: c}, nil
		sql.go#L395: type Stmt struct {
		sql.go#L400: func (s *Stmt) Close() error {
		sql.go#L406: func (s *Stmt) NumInput() int {
		sql.go#L410: func (s *Stmt) Exec(argsV []driver.Value) (driver.Result, error) {
		sql.go#L414: func (s *Stmt) ExecContext(ctx context.Context, argsV []driver.NamedValue) (driver.Result, error) {
		sql.go#L418: func (s *Stmt) Query(argsV []driver.Value) (driver.Rows, error) {
		sql.go#L422: func (s *Stmt) QueryContext(ctx context.Context, argsV []driver.NamedValue) (driver.Rows, error) {