type github.com/uptrace/bun.DB (struct)
Method Implmentations (59 other methods implement nothing)
ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error)
(*T).M : IConn.ExecContext
(*T).M : IDB.ExecContext
QueryContext(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error)
(*T).M : IConn.QueryContext
(*T).M : IDB.QueryContext
QueryRowContext(ctx context.Context, query string, args ...interface{}) *sql.Row
(*T).M : IConn.QueryRowContext
(*T).M : IDB.QueryRowContext
![]() |
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. |