type github.com/uptrace/bun.Tx (struct)
Method Implmentations (13 other methods implement nothing)
ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error)
M : IConn.ExecContext
M : IDB.ExecContext
QueryContext(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error)
M : IConn.QueryContext
M : IDB.QueryContext
QueryRowContext(ctx context.Context, query string, args ...interface{}) *sql.Row
M : IConn.QueryRowContext
M : IDB.QueryRowContext
grabConn(ctx context.Context) (*sql.driverConn, sql.releaseConn, error)
m : database/sql.stmtConnGrabber.grabConn
![]() |
The pages are generated with Golds v0.3.6. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |