type database/sql/driver.Conn (interface)

Method Implmentations

Begin() (Tx, error) *github.com/uptrace/bun/driver/pgdriver.Conn.Begin *github.com/go-sql-driver/mysql.mysqlConn.Begin *modernc.org/sqlite.conn.Begin
Close() error *github.com/uptrace/bun/driver/pgdriver.Conn.Close *github.com/go-sql-driver/mysql.mysqlConn.Close *modernc.org/sqlite.conn.Close
Prepare(query string) (Stmt, error) *github.com/uptrace/bun/driver/pgdriver.Conn.Prepare *github.com/go-sql-driver/mysql.mysqlConn.Prepare *modernc.org/sqlite.conn.Prepare