type github.com/uptrace/bun.IDB (interface)

Method Implmentations

ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error) Conn.ExecContext (*DB).ExecContext Tx.ExecContext github.com/Golang-Tools/sqlhelper.Proxy.DB.ExecContext
NewDelete() *DeleteQuery Conn.NewDelete (*DB).NewDelete Tx.NewDelete github.com/Golang-Tools/sqlhelper.Proxy.DB.NewDelete
NewInsert() *InsertQuery Conn.NewInsert (*DB).NewInsert Tx.NewInsert github.com/Golang-Tools/sqlhelper.Proxy.DB.NewInsert
NewSelect() *SelectQuery Conn.NewSelect (*DB).NewSelect Tx.NewSelect github.com/Golang-Tools/sqlhelper.Proxy.DB.NewSelect
NewUpdate() *UpdateQuery Conn.NewUpdate (*DB).NewUpdate Tx.NewUpdate github.com/Golang-Tools/sqlhelper.Proxy.DB.NewUpdate
NewValues(model interface{}) *ValuesQuery Conn.NewValues (*DB).NewValues Tx.NewValues github.com/Golang-Tools/sqlhelper.Proxy.DB.NewValues
QueryContext(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error) Conn.QueryContext (*DB).QueryContext Tx.QueryContext github.com/Golang-Tools/sqlhelper.Proxy.DB.QueryContext
QueryRowContext(ctx context.Context, query string, args ...interface{}) *sql.Row Conn.QueryRowContext (*DB).QueryRowContext Tx.QueryRowContext github.com/Golang-Tools/sqlhelper.Proxy.DB.QueryRowContext