type github.com/uptrace/bun.IConn (interface)
Method Implmentations
ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error)
Conn.ExecContext
(*DB).ExecContext
IDB.ExecContext
Tx.ExecContext
github.com/Golang-Tools/sqlhelper.Proxy.DB.ExecContext
*database/sql.Conn.ExecContext
*database/sql.DB.ExecContext
*database/sql.Tx.ExecContext
QueryContext(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error)
Conn.QueryContext
(*DB).QueryContext
IDB.QueryContext
Tx.QueryContext
github.com/Golang-Tools/sqlhelper.Proxy.DB.QueryContext
*database/sql.Conn.QueryContext
*database/sql.DB.QueryContext
*database/sql.Tx.QueryContext
QueryRowContext(ctx context.Context, query string, args ...interface{}) *sql.Row
Conn.QueryRowContext
(*DB).QueryRowContext
IDB.QueryRowContext
Tx.QueryRowContext
github.com/Golang-Tools/sqlhelper.Proxy.DB.QueryRowContext
*database/sql.Conn.QueryRowContext
*database/sql.DB.QueryRowContext
*database/sql.Tx.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. |