type database/sql.DB (struct)
Method Implmentations (42 other methods implement nothing)
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![]() |
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. |