type database/sql/driver.Stmt (interface)

Method Implmentations

Close() error *github.com/go-sql-driver/mysql.mysqlStmt.Close *github.com/uptrace/bun/driver/pgdriver.stmt.Close *modernc.org/sqlite.stmt.Close
Exec(args []Value) (Result, error) *github.com/go-sql-driver/mysql.mysqlStmt.Exec *github.com/uptrace/bun/driver/pgdriver.stmt.Exec *modernc.org/sqlite.stmt.Exec
NumInput() int *github.com/go-sql-driver/mysql.mysqlStmt.NumInput *github.com/uptrace/bun/driver/pgdriver.stmt.NumInput *modernc.org/sqlite.stmt.NumInput
Query(args []Value) (Rows, error) *github.com/go-sql-driver/mysql.mysqlStmt.Query *github.com/uptrace/bun/driver/pgdriver.stmt.Query *modernc.org/sqlite.stmt.Query