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
NewAddColumn() *AddColumnQuery
Conn.NewAddColumn
(*DB).NewAddColumn
Tx.NewAddColumn
github.com/Golang-Tools/sqlhelper.Proxy.DB.NewAddColumn
NewCreateIndex() *CreateIndexQuery
Conn.NewCreateIndex
(*DB).NewCreateIndex
Tx.NewCreateIndex
github.com/Golang-Tools/sqlhelper.Proxy.DB.NewCreateIndex
NewCreateTable() *CreateTableQuery
Conn.NewCreateTable
(*DB).NewCreateTable
Tx.NewCreateTable
github.com/Golang-Tools/sqlhelper.Proxy.DB.NewCreateTable
NewDelete() *DeleteQuery
Conn.NewDelete
(*DB).NewDelete
Tx.NewDelete
github.com/Golang-Tools/sqlhelper.Proxy.DB.NewDelete
NewDropColumn() *DropColumnQuery
Conn.NewDropColumn
(*DB).NewDropColumn
Tx.NewDropColumn
github.com/Golang-Tools/sqlhelper.Proxy.DB.NewDropColumn
NewDropIndex() *DropIndexQuery
Conn.NewDropIndex
(*DB).NewDropIndex
Tx.NewDropIndex
github.com/Golang-Tools/sqlhelper.Proxy.DB.NewDropIndex
NewDropTable() *DropTableQuery
Conn.NewDropTable
(*DB).NewDropTable
Tx.NewDropTable
github.com/Golang-Tools/sqlhelper.Proxy.DB.NewDropTable
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
NewTruncateTable() *TruncateTableQuery
Conn.NewTruncateTable
(*DB).NewTruncateTable
Tx.NewTruncateTable
github.com/Golang-Tools/sqlhelper.Proxy.DB.NewTruncateTable
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![]() |
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. |