type database/sql/driver.Stmt (interface)

Method Implmentations

Close() error *github.com/jackc/pgx/v5/stdlib.Stmt.Close
Exec(args []Value) (Result, error) *github.com/jackc/pgx/v5/stdlib.Stmt.Exec
NumInput() int *github.com/jackc/pgx/v5/stdlib.Stmt.NumInput
Query(args []Value) (Rows, error) *github.com/jackc/pgx/v5/stdlib.Stmt.Query