type github.com/uptrace/bun.Tx (struct)

Method Implmentations (13 other methods implement nothing)

Commit() error M : database/sql/driver.Tx.Commit
ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error) M : IConn.ExecContext M : IDB.ExecContext
NewValues(model interface{}) *ValuesQuery M : IDB.NewValues
QueryContext(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error) M : IConn.QueryContext M : IDB.QueryContext
Rollback() error M : database/sql/driver.Tx.Rollback