type database/sql.Tx (struct)

Method Implmentations (13 other methods implement nothing)

Commit() error (*T).M : database/sql/driver.Tx.Commit
ExecContext(ctx context.Context, query string, args ...interface{}) (Result, error) (*T).M : github.com/uptrace/bun.IConn.ExecContext
QueryContext(ctx context.Context, query string, args ...interface{}) (*Rows, error) (*T).M : github.com/uptrace/bun.IConn.QueryContext
QueryRowContext(ctx context.Context, query string, args ...interface{}) *Row (*T).M : github.com/uptrace/bun.IConn.QueryRowContext
Rollback() error (*T).M : database/sql/driver.Tx.Rollback