type github.com/uptrace/bun.Conn (struct)

Method Implmentations (6 other methods implement nothing)


ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error) M : IConn.ExecContext M : IDB.ExecContext
NewValues(model interface{}) *ValuesQuery M : IDB.NewValues
QueryContext(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error) M : IConn.QueryContext M : IDB.QueryContext