Documentation ¶
Index ¶
- Constants
- func IsConstraintError(err error) bool
- func IsNotFound(err error) bool
- func IsNotLoaded(err error) bool
- func IsNotSingular(err error) bool
- func IsValidationError(err error) bool
- func MaskNotFound(err error) error
- func NewContext(parent context.Context, c *Client) context.Context
- func NewTxContext(parent context.Context, tx *Tx) context.Context
- type AggregateFunc
- type AllTypes
- type AllTypesClient
- func (c *AllTypesClient) Create() *AllTypesCreate
- func (c *AllTypesClient) CreateBulk(builders ...*AllTypesCreate) *AllTypesCreateBulk
- func (c *AllTypesClient) Delete() *AllTypesDelete
- func (c *AllTypesClient) DeleteOne(at *AllTypes) *AllTypesDeleteOne
- func (c *AllTypesClient) DeleteOneID(id uint32) *AllTypesDeleteOne
- func (c *AllTypesClient) Get(ctx context.Context, id uint32) (*AllTypes, error)
- func (c *AllTypesClient) GetX(ctx context.Context, id uint32) *AllTypes
- func (c *AllTypesClient) Hooks() []Hook
- func (c *AllTypesClient) Query() *AllTypesQuery
- func (c *AllTypesClient) Update() *AllTypesUpdate
- func (c *AllTypesClient) UpdateOne(at *AllTypes) *AllTypesUpdateOne
- func (c *AllTypesClient) UpdateOneID(id uint32) *AllTypesUpdateOne
- func (c *AllTypesClient) Use(hooks ...Hook)
- type AllTypesCreate
- func (atc *AllTypesCreate) Exec(ctx context.Context) error
- func (atc *AllTypesCreate) ExecX(ctx context.Context)
- func (atc *AllTypesCreate) Mutation() *AllTypesMutation
- func (atc *AllTypesCreate) Save(ctx context.Context) (*AllTypes, error)
- func (atc *AllTypesCreate) SaveX(ctx context.Context) *AllTypes
- func (atc *AllTypesCreate) SetBool(b bool) *AllTypesCreate
- func (atc *AllTypesCreate) SetBytes(b []byte) *AllTypesCreate
- func (atc *AllTypesCreate) SetFloat32(f float32) *AllTypesCreate
- func (atc *AllTypesCreate) SetFloat64(f float64) *AllTypesCreate
- func (atc *AllTypesCreate) SetID(u uint32) *AllTypesCreate
- func (atc *AllTypesCreate) SetInt(i int) *AllTypesCreate
- func (atc *AllTypesCreate) SetInt16(i int16) *AllTypesCreate
- func (atc *AllTypesCreate) SetInt32(i int32) *AllTypesCreate
- func (atc *AllTypesCreate) SetInt64(i int64) *AllTypesCreate
- func (atc *AllTypesCreate) SetInt8(i int8) *AllTypesCreate
- func (atc *AllTypesCreate) SetState(a alltypes.State) *AllTypesCreate
- func (atc *AllTypesCreate) SetStringType(s string) *AllTypesCreate
- func (atc *AllTypesCreate) SetText(s string) *AllTypesCreate
- func (atc *AllTypesCreate) SetTime(t time.Time) *AllTypesCreate
- func (atc *AllTypesCreate) SetUUID(u uuid.UUID) *AllTypesCreate
- func (atc *AllTypesCreate) SetUint(u uint) *AllTypesCreate
- func (atc *AllTypesCreate) SetUint16(u uint16) *AllTypesCreate
- func (atc *AllTypesCreate) SetUint32(u uint32) *AllTypesCreate
- func (atc *AllTypesCreate) SetUint64(u uint64) *AllTypesCreate
- func (atc *AllTypesCreate) SetUint8(u uint8) *AllTypesCreate
- type AllTypesCreateBulk
- type AllTypesDelete
- type AllTypesDeleteOne
- type AllTypesGroupBy
- func (atgb *AllTypesGroupBy) Aggregate(fns ...AggregateFunc) *AllTypesGroupBy
- func (s *AllTypesGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *AllTypesGroupBy) BoolX(ctx context.Context) bool
- func (s *AllTypesGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *AllTypesGroupBy) BoolsX(ctx context.Context) []bool
- func (s *AllTypesGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *AllTypesGroupBy) Float64X(ctx context.Context) float64
- func (s *AllTypesGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *AllTypesGroupBy) Float64sX(ctx context.Context) []float64
- func (s *AllTypesGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *AllTypesGroupBy) IntX(ctx context.Context) int
- func (s *AllTypesGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *AllTypesGroupBy) IntsX(ctx context.Context) []int
- func (atgb *AllTypesGroupBy) Scan(ctx context.Context, v any) error
- func (s *AllTypesGroupBy) ScanX(ctx context.Context, v any)
- func (s *AllTypesGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *AllTypesGroupBy) StringX(ctx context.Context) string
- func (s *AllTypesGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *AllTypesGroupBy) StringsX(ctx context.Context) []string
- type AllTypesMutation
- func (m *AllTypesMutation) AddField(name string, value ent.Value) error
- func (m *AllTypesMutation) AddFloat32(f float32)
- func (m *AllTypesMutation) AddFloat64(f float64)
- func (m *AllTypesMutation) AddInt(i int)
- func (m *AllTypesMutation) AddInt16(i int16)
- func (m *AllTypesMutation) AddInt32(i int32)
- func (m *AllTypesMutation) AddInt64(i int64)
- func (m *AllTypesMutation) AddInt8(i int8)
- func (m *AllTypesMutation) AddUint(u int)
- func (m *AllTypesMutation) AddUint16(u int16)
- func (m *AllTypesMutation) AddUint32(u int32)
- func (m *AllTypesMutation) AddUint64(u int64)
- func (m *AllTypesMutation) AddUint8(u int8)
- func (m *AllTypesMutation) AddedEdges() []string
- func (m *AllTypesMutation) AddedField(name string) (ent.Value, bool)
- func (m *AllTypesMutation) AddedFields() []string
- func (m *AllTypesMutation) AddedFloat32() (r float32, exists bool)
- func (m *AllTypesMutation) AddedFloat64() (r float64, exists bool)
- func (m *AllTypesMutation) AddedIDs(name string) []ent.Value
- func (m *AllTypesMutation) AddedInt() (r int, exists bool)
- func (m *AllTypesMutation) AddedInt16() (r int16, exists bool)
- func (m *AllTypesMutation) AddedInt32() (r int32, exists bool)
- func (m *AllTypesMutation) AddedInt64() (r int64, exists bool)
- func (m *AllTypesMutation) AddedInt8() (r int8, exists bool)
- func (m *AllTypesMutation) AddedUint() (r int, exists bool)
- func (m *AllTypesMutation) AddedUint16() (r int16, exists bool)
- func (m *AllTypesMutation) AddedUint32() (r int32, exists bool)
- func (m *AllTypesMutation) AddedUint64() (r int64, exists bool)
- func (m *AllTypesMutation) AddedUint8() (r int8, exists bool)
- func (m *AllTypesMutation) Bool() (r bool, exists bool)
- func (m *AllTypesMutation) Bytes() (r []byte, exists bool)
- func (m *AllTypesMutation) ClearEdge(name string) error
- func (m *AllTypesMutation) ClearField(name string) error
- func (m *AllTypesMutation) ClearedEdges() []string
- func (m *AllTypesMutation) ClearedFields() []string
- func (m AllTypesMutation) Client() *Client
- func (m *AllTypesMutation) EdgeCleared(name string) bool
- func (m *AllTypesMutation) Field(name string) (ent.Value, bool)
- func (m *AllTypesMutation) FieldCleared(name string) bool
- func (m *AllTypesMutation) Fields() []string
- func (m *AllTypesMutation) Float32() (r float32, exists bool)
- func (m *AllTypesMutation) Float64() (r float64, exists bool)
- func (m *AllTypesMutation) ID() (id uint32, exists bool)
- func (m *AllTypesMutation) IDs(ctx context.Context) ([]uint32, error)
- func (m *AllTypesMutation) Int() (r int, exists bool)
- func (m *AllTypesMutation) Int16() (r int16, exists bool)
- func (m *AllTypesMutation) Int32() (r int32, exists bool)
- func (m *AllTypesMutation) Int64() (r int64, exists bool)
- func (m *AllTypesMutation) Int8() (r int8, exists bool)
- func (m *AllTypesMutation) OldBool(ctx context.Context) (v bool, err error)
- func (m *AllTypesMutation) OldBytes(ctx context.Context) (v []byte, err error)
- func (m *AllTypesMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *AllTypesMutation) OldFloat32(ctx context.Context) (v float32, err error)
- func (m *AllTypesMutation) OldFloat64(ctx context.Context) (v float64, err error)
- func (m *AllTypesMutation) OldInt(ctx context.Context) (v int, err error)
- func (m *AllTypesMutation) OldInt16(ctx context.Context) (v int16, err error)
- func (m *AllTypesMutation) OldInt32(ctx context.Context) (v int32, err error)
- func (m *AllTypesMutation) OldInt64(ctx context.Context) (v int64, err error)
- func (m *AllTypesMutation) OldInt8(ctx context.Context) (v int8, err error)
- func (m *AllTypesMutation) OldState(ctx context.Context) (v alltypes.State, err error)
- func (m *AllTypesMutation) OldStringType(ctx context.Context) (v string, err error)
- func (m *AllTypesMutation) OldText(ctx context.Context) (v string, err error)
- func (m *AllTypesMutation) OldTime(ctx context.Context) (v time.Time, err error)
- func (m *AllTypesMutation) OldUUID(ctx context.Context) (v uuid.UUID, err error)
- func (m *AllTypesMutation) OldUint(ctx context.Context) (v uint, err error)
- func (m *AllTypesMutation) OldUint16(ctx context.Context) (v uint16, err error)
- func (m *AllTypesMutation) OldUint32(ctx context.Context) (v uint32, err error)
- func (m *AllTypesMutation) OldUint64(ctx context.Context) (v uint64, err error)
- func (m *AllTypesMutation) OldUint8(ctx context.Context) (v uint8, err error)
- func (m *AllTypesMutation) Op() Op
- func (m *AllTypesMutation) RemovedEdges() []string
- func (m *AllTypesMutation) RemovedIDs(name string) []ent.Value
- func (m *AllTypesMutation) ResetBool()
- func (m *AllTypesMutation) ResetBytes()
- func (m *AllTypesMutation) ResetEdge(name string) error
- func (m *AllTypesMutation) ResetField(name string) error
- func (m *AllTypesMutation) ResetFloat32()
- func (m *AllTypesMutation) ResetFloat64()
- func (m *AllTypesMutation) ResetInt()
- func (m *AllTypesMutation) ResetInt16()
- func (m *AllTypesMutation) ResetInt32()
- func (m *AllTypesMutation) ResetInt64()
- func (m *AllTypesMutation) ResetInt8()
- func (m *AllTypesMutation) ResetState()
- func (m *AllTypesMutation) ResetStringType()
- func (m *AllTypesMutation) ResetText()
- func (m *AllTypesMutation) ResetTime()
- func (m *AllTypesMutation) ResetUUID()
- func (m *AllTypesMutation) ResetUint()
- func (m *AllTypesMutation) ResetUint16()
- func (m *AllTypesMutation) ResetUint32()
- func (m *AllTypesMutation) ResetUint64()
- func (m *AllTypesMutation) ResetUint8()
- func (m *AllTypesMutation) SetBool(b bool)
- func (m *AllTypesMutation) SetBytes(b []byte)
- func (m *AllTypesMutation) SetField(name string, value ent.Value) error
- func (m *AllTypesMutation) SetFloat32(f float32)
- func (m *AllTypesMutation) SetFloat64(f float64)
- func (m *AllTypesMutation) SetID(id uint32)
- func (m *AllTypesMutation) SetInt(i int)
- func (m *AllTypesMutation) SetInt16(i int16)
- func (m *AllTypesMutation) SetInt32(i int32)
- func (m *AllTypesMutation) SetInt64(i int64)
- func (m *AllTypesMutation) SetInt8(i int8)
- func (m *AllTypesMutation) SetState(a alltypes.State)
- func (m *AllTypesMutation) SetStringType(s string)
- func (m *AllTypesMutation) SetText(s string)
- func (m *AllTypesMutation) SetTime(t time.Time)
- func (m *AllTypesMutation) SetUUID(u uuid.UUID)
- func (m *AllTypesMutation) SetUint(u uint)
- func (m *AllTypesMutation) SetUint16(u uint16)
- func (m *AllTypesMutation) SetUint32(u uint32)
- func (m *AllTypesMutation) SetUint64(u uint64)
- func (m *AllTypesMutation) SetUint8(u uint8)
- func (m *AllTypesMutation) State() (r alltypes.State, exists bool)
- func (m *AllTypesMutation) StringType() (r string, exists bool)
- func (m *AllTypesMutation) Text() (r string, exists bool)
- func (m *AllTypesMutation) Time() (r time.Time, exists bool)
- func (m AllTypesMutation) Tx() (*Tx, error)
- func (m *AllTypesMutation) Type() string
- func (m *AllTypesMutation) UUID() (r uuid.UUID, exists bool)
- func (m *AllTypesMutation) Uint() (r uint, exists bool)
- func (m *AllTypesMutation) Uint16() (r uint16, exists bool)
- func (m *AllTypesMutation) Uint32() (r uint32, exists bool)
- func (m *AllTypesMutation) Uint64() (r uint64, exists bool)
- func (m *AllTypesMutation) Uint8() (r uint8, exists bool)
- func (m *AllTypesMutation) Where(ps ...predicate.AllTypes)
- type AllTypesQuery
- func (atq *AllTypesQuery) All(ctx context.Context) ([]*AllTypes, error)
- func (atq *AllTypesQuery) AllX(ctx context.Context) []*AllTypes
- func (atq *AllTypesQuery) Clone() *AllTypesQuery
- func (atq *AllTypesQuery) Count(ctx context.Context) (int, error)
- func (atq *AllTypesQuery) CountX(ctx context.Context) int
- func (atq *AllTypesQuery) Exist(ctx context.Context) (bool, error)
- func (atq *AllTypesQuery) ExistX(ctx context.Context) bool
- func (atq *AllTypesQuery) First(ctx context.Context) (*AllTypes, error)
- func (atq *AllTypesQuery) FirstID(ctx context.Context) (id uint32, err error)
- func (atq *AllTypesQuery) FirstIDX(ctx context.Context) uint32
- func (atq *AllTypesQuery) FirstX(ctx context.Context) *AllTypes
- func (atq *AllTypesQuery) GroupBy(field string, fields ...string) *AllTypesGroupBy
- func (atq *AllTypesQuery) IDs(ctx context.Context) ([]uint32, error)
- func (atq *AllTypesQuery) IDsX(ctx context.Context) []uint32
- func (atq *AllTypesQuery) Limit(limit int) *AllTypesQuery
- func (atq *AllTypesQuery) Offset(offset int) *AllTypesQuery
- func (atq *AllTypesQuery) Only(ctx context.Context) (*AllTypes, error)
- func (atq *AllTypesQuery) OnlyID(ctx context.Context) (id uint32, err error)
- func (atq *AllTypesQuery) OnlyIDX(ctx context.Context) uint32
- func (atq *AllTypesQuery) OnlyX(ctx context.Context) *AllTypes
- func (atq *AllTypesQuery) Order(o ...OrderFunc) *AllTypesQuery
- func (atq *AllTypesQuery) Select(fields ...string) *AllTypesSelect
- func (atq *AllTypesQuery) Unique(unique bool) *AllTypesQuery
- func (atq *AllTypesQuery) Where(ps ...predicate.AllTypes) *AllTypesQuery
- type AllTypesSelect
- func (s *AllTypesSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *AllTypesSelect) BoolX(ctx context.Context) bool
- func (s *AllTypesSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *AllTypesSelect) BoolsX(ctx context.Context) []bool
- func (s *AllTypesSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *AllTypesSelect) Float64X(ctx context.Context) float64
- func (s *AllTypesSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *AllTypesSelect) Float64sX(ctx context.Context) []float64
- func (s *AllTypesSelect) Int(ctx context.Context) (_ int, err error)
- func (s *AllTypesSelect) IntX(ctx context.Context) int
- func (s *AllTypesSelect) Ints(ctx context.Context) ([]int, error)
- func (s *AllTypesSelect) IntsX(ctx context.Context) []int
- func (ats *AllTypesSelect) Scan(ctx context.Context, v any) error
- func (s *AllTypesSelect) ScanX(ctx context.Context, v any)
- func (s *AllTypesSelect) String(ctx context.Context) (_ string, err error)
- func (s *AllTypesSelect) StringX(ctx context.Context) string
- func (s *AllTypesSelect) Strings(ctx context.Context) ([]string, error)
- func (s *AllTypesSelect) StringsX(ctx context.Context) []string
- type AllTypesSlice
- type AllTypesUpdate
- func (atu *AllTypesUpdate) AddFloat32(f float32) *AllTypesUpdate
- func (atu *AllTypesUpdate) AddFloat64(f float64) *AllTypesUpdate
- func (atu *AllTypesUpdate) AddInt(i int) *AllTypesUpdate
- func (atu *AllTypesUpdate) AddInt16(i int16) *AllTypesUpdate
- func (atu *AllTypesUpdate) AddInt32(i int32) *AllTypesUpdate
- func (atu *AllTypesUpdate) AddInt64(i int64) *AllTypesUpdate
- func (atu *AllTypesUpdate) AddInt8(i int8) *AllTypesUpdate
- func (atu *AllTypesUpdate) AddUint(u int) *AllTypesUpdate
- func (atu *AllTypesUpdate) AddUint16(u int16) *AllTypesUpdate
- func (atu *AllTypesUpdate) AddUint32(u int32) *AllTypesUpdate
- func (atu *AllTypesUpdate) AddUint64(u int64) *AllTypesUpdate
- func (atu *AllTypesUpdate) AddUint8(u int8) *AllTypesUpdate
- func (atu *AllTypesUpdate) Exec(ctx context.Context) error
- func (atu *AllTypesUpdate) ExecX(ctx context.Context)
- func (atu *AllTypesUpdate) Mutation() *AllTypesMutation
- func (atu *AllTypesUpdate) Save(ctx context.Context) (int, error)
- func (atu *AllTypesUpdate) SaveX(ctx context.Context) int
- func (atu *AllTypesUpdate) SetBool(b bool) *AllTypesUpdate
- func (atu *AllTypesUpdate) SetBytes(b []byte) *AllTypesUpdate
- func (atu *AllTypesUpdate) SetFloat32(f float32) *AllTypesUpdate
- func (atu *AllTypesUpdate) SetFloat64(f float64) *AllTypesUpdate
- func (atu *AllTypesUpdate) SetInt(i int) *AllTypesUpdate
- func (atu *AllTypesUpdate) SetInt16(i int16) *AllTypesUpdate
- func (atu *AllTypesUpdate) SetInt32(i int32) *AllTypesUpdate
- func (atu *AllTypesUpdate) SetInt64(i int64) *AllTypesUpdate
- func (atu *AllTypesUpdate) SetInt8(i int8) *AllTypesUpdate
- func (atu *AllTypesUpdate) SetState(a alltypes.State) *AllTypesUpdate
- func (atu *AllTypesUpdate) SetStringType(s string) *AllTypesUpdate
- func (atu *AllTypesUpdate) SetText(s string) *AllTypesUpdate
- func (atu *AllTypesUpdate) SetTime(t time.Time) *AllTypesUpdate
- func (atu *AllTypesUpdate) SetUUID(u uuid.UUID) *AllTypesUpdate
- func (atu *AllTypesUpdate) SetUint(u uint) *AllTypesUpdate
- func (atu *AllTypesUpdate) SetUint16(u uint16) *AllTypesUpdate
- func (atu *AllTypesUpdate) SetUint32(u uint32) *AllTypesUpdate
- func (atu *AllTypesUpdate) SetUint64(u uint64) *AllTypesUpdate
- func (atu *AllTypesUpdate) SetUint8(u uint8) *AllTypesUpdate
- func (atu *AllTypesUpdate) Where(ps ...predicate.AllTypes) *AllTypesUpdate
- type AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) AddFloat32(f float32) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) AddFloat64(f float64) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) AddInt(i int) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) AddInt16(i int16) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) AddInt32(i int32) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) AddInt64(i int64) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) AddInt8(i int8) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) AddUint(u int) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) AddUint16(u int16) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) AddUint32(u int32) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) AddUint64(u int64) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) AddUint8(u int8) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) Exec(ctx context.Context) error
- func (atuo *AllTypesUpdateOne) ExecX(ctx context.Context)
- func (atuo *AllTypesUpdateOne) Mutation() *AllTypesMutation
- func (atuo *AllTypesUpdateOne) Save(ctx context.Context) (*AllTypes, error)
- func (atuo *AllTypesUpdateOne) SaveX(ctx context.Context) *AllTypes
- func (atuo *AllTypesUpdateOne) Select(field string, fields ...string) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) SetBool(b bool) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) SetBytes(b []byte) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) SetFloat32(f float32) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) SetFloat64(f float64) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) SetInt(i int) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) SetInt16(i int16) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) SetInt32(i int32) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) SetInt64(i int64) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) SetInt8(i int8) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) SetState(a alltypes.State) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) SetStringType(s string) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) SetText(s string) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) SetTime(t time.Time) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) SetUUID(u uuid.UUID) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) SetUint(u uint) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) SetUint16(u uint16) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) SetUint32(u uint32) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) SetUint64(u uint64) *AllTypesUpdateOne
- func (atuo *AllTypesUpdateOne) SetUint8(u uint8) *AllTypesUpdateOne
- type Categories
- type Category
- type CategoryClient
- func (c *CategoryClient) Create() *CategoryCreate
- func (c *CategoryClient) CreateBulk(builders ...*CategoryCreate) *CategoryCreateBulk
- func (c *CategoryClient) Delete() *CategoryDelete
- func (c *CategoryClient) DeleteOne(ca *Category) *CategoryDeleteOne
- func (c *CategoryClient) DeleteOneID(id int) *CategoryDeleteOne
- func (c *CategoryClient) Get(ctx context.Context, id int) (*Category, error)
- func (c *CategoryClient) GetX(ctx context.Context, id int) *Category
- func (c *CategoryClient) Hooks() []Hook
- func (c *CategoryClient) Query() *CategoryQuery
- func (c *CategoryClient) QueryPets(ca *Category) *PetQuery
- func (c *CategoryClient) Update() *CategoryUpdate
- func (c *CategoryClient) UpdateOne(ca *Category) *CategoryUpdateOne
- func (c *CategoryClient) UpdateOneID(id int) *CategoryUpdateOne
- func (c *CategoryClient) Use(hooks ...Hook)
- type CategoryCreate
- func (cc *CategoryCreate) AddPetIDs(ids ...int) *CategoryCreate
- func (cc *CategoryCreate) AddPets(p ...*Pet) *CategoryCreate
- func (cc *CategoryCreate) Exec(ctx context.Context) error
- func (cc *CategoryCreate) ExecX(ctx context.Context)
- func (cc *CategoryCreate) Mutation() *CategoryMutation
- func (cc *CategoryCreate) Save(ctx context.Context) (*Category, error)
- func (cc *CategoryCreate) SaveX(ctx context.Context) *Category
- func (cc *CategoryCreate) SetName(s string) *CategoryCreate
- func (cc *CategoryCreate) SetNillableReadonly(s *string) *CategoryCreate
- func (cc *CategoryCreate) SetReadonly(s string) *CategoryCreate
- type CategoryCreateBulk
- type CategoryDelete
- type CategoryDeleteOne
- type CategoryEdges
- type CategoryGroupBy
- func (cgb *CategoryGroupBy) Aggregate(fns ...AggregateFunc) *CategoryGroupBy
- func (s *CategoryGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *CategoryGroupBy) BoolX(ctx context.Context) bool
- func (s *CategoryGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *CategoryGroupBy) BoolsX(ctx context.Context) []bool
- func (s *CategoryGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *CategoryGroupBy) Float64X(ctx context.Context) float64
- func (s *CategoryGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *CategoryGroupBy) Float64sX(ctx context.Context) []float64
- func (s *CategoryGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *CategoryGroupBy) IntX(ctx context.Context) int
- func (s *CategoryGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *CategoryGroupBy) IntsX(ctx context.Context) []int
- func (cgb *CategoryGroupBy) Scan(ctx context.Context, v any) error
- func (s *CategoryGroupBy) ScanX(ctx context.Context, v any)
- func (s *CategoryGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *CategoryGroupBy) StringX(ctx context.Context) string
- func (s *CategoryGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *CategoryGroupBy) StringsX(ctx context.Context) []string
- type CategoryMutation
- func (m *CategoryMutation) AddField(name string, value ent.Value) error
- func (m *CategoryMutation) AddPetIDs(ids ...int)
- func (m *CategoryMutation) AddedEdges() []string
- func (m *CategoryMutation) AddedField(name string) (ent.Value, bool)
- func (m *CategoryMutation) AddedFields() []string
- func (m *CategoryMutation) AddedIDs(name string) []ent.Value
- func (m *CategoryMutation) ClearEdge(name string) error
- func (m *CategoryMutation) ClearField(name string) error
- func (m *CategoryMutation) ClearPets()
- func (m *CategoryMutation) ClearReadonly()
- func (m *CategoryMutation) ClearedEdges() []string
- func (m *CategoryMutation) ClearedFields() []string
- func (m CategoryMutation) Client() *Client
- func (m *CategoryMutation) EdgeCleared(name string) bool
- func (m *CategoryMutation) Field(name string) (ent.Value, bool)
- func (m *CategoryMutation) FieldCleared(name string) bool
- func (m *CategoryMutation) Fields() []string
- func (m *CategoryMutation) ID() (id int, exists bool)
- func (m *CategoryMutation) IDs(ctx context.Context) ([]int, error)
- func (m *CategoryMutation) Name() (r string, exists bool)
- func (m *CategoryMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *CategoryMutation) OldName(ctx context.Context) (v string, err error)
- func (m *CategoryMutation) OldReadonly(ctx context.Context) (v string, err error)
- func (m *CategoryMutation) Op() Op
- func (m *CategoryMutation) PetsCleared() bool
- func (m *CategoryMutation) PetsIDs() (ids []int)
- func (m *CategoryMutation) Readonly() (r string, exists bool)
- func (m *CategoryMutation) ReadonlyCleared() bool
- func (m *CategoryMutation) RemovePetIDs(ids ...int)
- func (m *CategoryMutation) RemovedEdges() []string
- func (m *CategoryMutation) RemovedIDs(name string) []ent.Value
- func (m *CategoryMutation) RemovedPetsIDs() (ids []int)
- func (m *CategoryMutation) ResetEdge(name string) error
- func (m *CategoryMutation) ResetField(name string) error
- func (m *CategoryMutation) ResetName()
- func (m *CategoryMutation) ResetPets()
- func (m *CategoryMutation) ResetReadonly()
- func (m *CategoryMutation) SetField(name string, value ent.Value) error
- func (m *CategoryMutation) SetName(s string)
- func (m *CategoryMutation) SetReadonly(s string)
- func (m CategoryMutation) Tx() (*Tx, error)
- func (m *CategoryMutation) Type() string
- func (m *CategoryMutation) Where(ps ...predicate.Category)
- type CategoryQuery
- func (cq *CategoryQuery) All(ctx context.Context) ([]*Category, error)
- func (cq *CategoryQuery) AllX(ctx context.Context) []*Category
- func (cq *CategoryQuery) Clone() *CategoryQuery
- func (cq *CategoryQuery) Count(ctx context.Context) (int, error)
- func (cq *CategoryQuery) CountX(ctx context.Context) int
- func (cq *CategoryQuery) Exist(ctx context.Context) (bool, error)
- func (cq *CategoryQuery) ExistX(ctx context.Context) bool
- func (cq *CategoryQuery) First(ctx context.Context) (*Category, error)
- func (cq *CategoryQuery) FirstID(ctx context.Context) (id int, err error)
- func (cq *CategoryQuery) FirstIDX(ctx context.Context) int
- func (cq *CategoryQuery) FirstX(ctx context.Context) *Category
- func (cq *CategoryQuery) GroupBy(field string, fields ...string) *CategoryGroupBy
- func (cq *CategoryQuery) IDs(ctx context.Context) ([]int, error)
- func (cq *CategoryQuery) IDsX(ctx context.Context) []int
- func (cq *CategoryQuery) Limit(limit int) *CategoryQuery
- func (cq *CategoryQuery) Offset(offset int) *CategoryQuery
- func (cq *CategoryQuery) Only(ctx context.Context) (*Category, error)
- func (cq *CategoryQuery) OnlyID(ctx context.Context) (id int, err error)
- func (cq *CategoryQuery) OnlyIDX(ctx context.Context) int
- func (cq *CategoryQuery) OnlyX(ctx context.Context) *Category
- func (cq *CategoryQuery) Order(o ...OrderFunc) *CategoryQuery
- func (cq *CategoryQuery) QueryPets() *PetQuery
- func (cq *CategoryQuery) Select(fields ...string) *CategorySelect
- func (cq *CategoryQuery) Unique(unique bool) *CategoryQuery
- func (cq *CategoryQuery) Where(ps ...predicate.Category) *CategoryQuery
- func (cq *CategoryQuery) WithPets(opts ...func(*PetQuery)) *CategoryQuery
- type CategorySelect
- func (s *CategorySelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *CategorySelect) BoolX(ctx context.Context) bool
- func (s *CategorySelect) Bools(ctx context.Context) ([]bool, error)
- func (s *CategorySelect) BoolsX(ctx context.Context) []bool
- func (s *CategorySelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *CategorySelect) Float64X(ctx context.Context) float64
- func (s *CategorySelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *CategorySelect) Float64sX(ctx context.Context) []float64
- func (s *CategorySelect) Int(ctx context.Context) (_ int, err error)
- func (s *CategorySelect) IntX(ctx context.Context) int
- func (s *CategorySelect) Ints(ctx context.Context) ([]int, error)
- func (s *CategorySelect) IntsX(ctx context.Context) []int
- func (cs *CategorySelect) Scan(ctx context.Context, v any) error
- func (s *CategorySelect) ScanX(ctx context.Context, v any)
- func (s *CategorySelect) String(ctx context.Context) (_ string, err error)
- func (s *CategorySelect) StringX(ctx context.Context) string
- func (s *CategorySelect) Strings(ctx context.Context) ([]string, error)
- func (s *CategorySelect) StringsX(ctx context.Context) []string
- type CategoryUpdate
- func (cu *CategoryUpdate) AddPetIDs(ids ...int) *CategoryUpdate
- func (cu *CategoryUpdate) AddPets(p ...*Pet) *CategoryUpdate
- func (cu *CategoryUpdate) ClearPets() *CategoryUpdate
- func (cu *CategoryUpdate) ClearReadonly() *CategoryUpdate
- func (cu *CategoryUpdate) Exec(ctx context.Context) error
- func (cu *CategoryUpdate) ExecX(ctx context.Context)
- func (cu *CategoryUpdate) Mutation() *CategoryMutation
- func (cu *CategoryUpdate) RemovePetIDs(ids ...int) *CategoryUpdate
- func (cu *CategoryUpdate) RemovePets(p ...*Pet) *CategoryUpdate
- func (cu *CategoryUpdate) Save(ctx context.Context) (int, error)
- func (cu *CategoryUpdate) SaveX(ctx context.Context) int
- func (cu *CategoryUpdate) SetName(s string) *CategoryUpdate
- func (cu *CategoryUpdate) SetNillableReadonly(s *string) *CategoryUpdate
- func (cu *CategoryUpdate) SetReadonly(s string) *CategoryUpdate
- func (cu *CategoryUpdate) Where(ps ...predicate.Category) *CategoryUpdate
- type CategoryUpdateOne
- func (cuo *CategoryUpdateOne) AddPetIDs(ids ...int) *CategoryUpdateOne
- func (cuo *CategoryUpdateOne) AddPets(p ...*Pet) *CategoryUpdateOne
- func (cuo *CategoryUpdateOne) ClearPets() *CategoryUpdateOne
- func (cuo *CategoryUpdateOne) ClearReadonly() *CategoryUpdateOne
- func (cuo *CategoryUpdateOne) Exec(ctx context.Context) error
- func (cuo *CategoryUpdateOne) ExecX(ctx context.Context)
- func (cuo *CategoryUpdateOne) Mutation() *CategoryMutation
- func (cuo *CategoryUpdateOne) RemovePetIDs(ids ...int) *CategoryUpdateOne
- func (cuo *CategoryUpdateOne) RemovePets(p ...*Pet) *CategoryUpdateOne
- func (cuo *CategoryUpdateOne) Save(ctx context.Context) (*Category, error)
- func (cuo *CategoryUpdateOne) SaveX(ctx context.Context) *Category
- func (cuo *CategoryUpdateOne) Select(field string, fields ...string) *CategoryUpdateOne
- func (cuo *CategoryUpdateOne) SetName(s string) *CategoryUpdateOne
- func (cuo *CategoryUpdateOne) SetNillableReadonly(s *string) *CategoryUpdateOne
- func (cuo *CategoryUpdateOne) SetReadonly(s string) *CategoryUpdateOne
- type Client
- type CommitFunc
- type CommitHook
- type Committer
- type ConstraintError
- type Hook
- type MutateFunc
- type Mutation
- type Mutator
- type NotFoundError
- type NotLoadedError
- type NotSingularError
- type Op
- type Option
- type OrderFunc
- type Pet
- type PetClient
- func (c *PetClient) Create() *PetCreate
- func (c *PetClient) CreateBulk(builders ...*PetCreate) *PetCreateBulk
- func (c *PetClient) Delete() *PetDelete
- func (c *PetClient) DeleteOne(pe *Pet) *PetDeleteOne
- func (c *PetClient) DeleteOneID(id int) *PetDeleteOne
- func (c *PetClient) Get(ctx context.Context, id int) (*Pet, error)
- func (c *PetClient) GetX(ctx context.Context, id int) *Pet
- func (c *PetClient) Hooks() []Hook
- func (c *PetClient) Query() *PetQuery
- func (c *PetClient) QueryCategories(pe *Pet) *CategoryQuery
- func (c *PetClient) QueryFriends(pe *Pet) *PetQuery
- func (c *PetClient) QueryOwner(pe *Pet) *UserQuery
- func (c *PetClient) Update() *PetUpdate
- func (c *PetClient) UpdateOne(pe *Pet) *PetUpdateOne
- func (c *PetClient) UpdateOneID(id int) *PetUpdateOne
- func (c *PetClient) Use(hooks ...Hook)
- type PetCreate
- func (pc *PetCreate) AddCategories(c ...*Category) *PetCreate
- func (pc *PetCreate) AddCategoryIDs(ids ...int) *PetCreate
- func (pc *PetCreate) AddFriendIDs(ids ...int) *PetCreate
- func (pc *PetCreate) AddFriends(p ...*Pet) *PetCreate
- func (pc *PetCreate) Exec(ctx context.Context) error
- func (pc *PetCreate) ExecX(ctx context.Context)
- func (pc *PetCreate) Mutation() *PetMutation
- func (pc *PetCreate) Save(ctx context.Context) (*Pet, error)
- func (pc *PetCreate) SaveX(ctx context.Context) *Pet
- func (pc *PetCreate) SetBirthday(t time.Time) *PetCreate
- func (pc *PetCreate) SetHeight(i int) *PetCreate
- func (pc *PetCreate) SetName(s string) *PetCreate
- func (pc *PetCreate) SetNillableBirthday(t *time.Time) *PetCreate
- func (pc *PetCreate) SetNillableHeight(i *int) *PetCreate
- func (pc *PetCreate) SetNillableWeight(i *int) *PetCreate
- func (pc *PetCreate) SetOwner(u *User) *PetCreate
- func (pc *PetCreate) SetOwnerID(id int) *PetCreate
- func (pc *PetCreate) SetTagID(b []byte) *PetCreate
- func (pc *PetCreate) SetWeight(i int) *PetCreate
- type PetCreateBulk
- type PetDelete
- type PetDeleteOne
- type PetEdges
- type PetGroupBy
- func (pgb *PetGroupBy) Aggregate(fns ...AggregateFunc) *PetGroupBy
- func (s *PetGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *PetGroupBy) BoolX(ctx context.Context) bool
- func (s *PetGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *PetGroupBy) BoolsX(ctx context.Context) []bool
- func (s *PetGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *PetGroupBy) Float64X(ctx context.Context) float64
- func (s *PetGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *PetGroupBy) Float64sX(ctx context.Context) []float64
- func (s *PetGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *PetGroupBy) IntX(ctx context.Context) int
- func (s *PetGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *PetGroupBy) IntsX(ctx context.Context) []int
- func (pgb *PetGroupBy) Scan(ctx context.Context, v any) error
- func (s *PetGroupBy) ScanX(ctx context.Context, v any)
- func (s *PetGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *PetGroupBy) StringX(ctx context.Context) string
- func (s *PetGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *PetGroupBy) StringsX(ctx context.Context) []string
- type PetMutation
- func (m *PetMutation) AddCategoryIDs(ids ...int)
- func (m *PetMutation) AddField(name string, value ent.Value) error
- func (m *PetMutation) AddFriendIDs(ids ...int)
- func (m *PetMutation) AddHeight(i int)
- func (m *PetMutation) AddWeight(i int)
- func (m *PetMutation) AddedEdges() []string
- func (m *PetMutation) AddedField(name string) (ent.Value, bool)
- func (m *PetMutation) AddedFields() []string
- func (m *PetMutation) AddedHeight() (r int, exists bool)
- func (m *PetMutation) AddedIDs(name string) []ent.Value
- func (m *PetMutation) AddedWeight() (r int, exists bool)
- func (m *PetMutation) Birthday() (r time.Time, exists bool)
- func (m *PetMutation) BirthdayCleared() bool
- func (m *PetMutation) CategoriesCleared() bool
- func (m *PetMutation) CategoriesIDs() (ids []int)
- func (m *PetMutation) ClearBirthday()
- func (m *PetMutation) ClearCategories()
- func (m *PetMutation) ClearEdge(name string) error
- func (m *PetMutation) ClearField(name string) error
- func (m *PetMutation) ClearFriends()
- func (m *PetMutation) ClearHeight()
- func (m *PetMutation) ClearOwner()
- func (m *PetMutation) ClearTagID()
- func (m *PetMutation) ClearWeight()
- func (m *PetMutation) ClearedEdges() []string
- func (m *PetMutation) ClearedFields() []string
- func (m PetMutation) Client() *Client
- func (m *PetMutation) EdgeCleared(name string) bool
- func (m *PetMutation) Field(name string) (ent.Value, bool)
- func (m *PetMutation) FieldCleared(name string) bool
- func (m *PetMutation) Fields() []string
- func (m *PetMutation) FriendsCleared() bool
- func (m *PetMutation) FriendsIDs() (ids []int)
- func (m *PetMutation) Height() (r int, exists bool)
- func (m *PetMutation) HeightCleared() bool
- func (m *PetMutation) ID() (id int, exists bool)
- func (m *PetMutation) IDs(ctx context.Context) ([]int, error)
- func (m *PetMutation) Name() (r string, exists bool)
- func (m *PetMutation) OldBirthday(ctx context.Context) (v time.Time, err error)
- func (m *PetMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *PetMutation) OldHeight(ctx context.Context) (v *int, err error)
- func (m *PetMutation) OldName(ctx context.Context) (v string, err error)
- func (m *PetMutation) OldTagID(ctx context.Context) (v []byte, err error)
- func (m *PetMutation) OldWeight(ctx context.Context) (v int, err error)
- func (m *PetMutation) Op() Op
- func (m *PetMutation) OwnerCleared() bool
- func (m *PetMutation) OwnerID() (id int, exists bool)
- func (m *PetMutation) OwnerIDs() (ids []int)
- func (m *PetMutation) RemoveCategoryIDs(ids ...int)
- func (m *PetMutation) RemoveFriendIDs(ids ...int)
- func (m *PetMutation) RemovedCategoriesIDs() (ids []int)
- func (m *PetMutation) RemovedEdges() []string
- func (m *PetMutation) RemovedFriendsIDs() (ids []int)
- func (m *PetMutation) RemovedIDs(name string) []ent.Value
- func (m *PetMutation) ResetBirthday()
- func (m *PetMutation) ResetCategories()
- func (m *PetMutation) ResetEdge(name string) error
- func (m *PetMutation) ResetField(name string) error
- func (m *PetMutation) ResetFriends()
- func (m *PetMutation) ResetHeight()
- func (m *PetMutation) ResetName()
- func (m *PetMutation) ResetOwner()
- func (m *PetMutation) ResetTagID()
- func (m *PetMutation) ResetWeight()
- func (m *PetMutation) SetBirthday(t time.Time)
- func (m *PetMutation) SetField(name string, value ent.Value) error
- func (m *PetMutation) SetHeight(i int)
- func (m *PetMutation) SetName(s string)
- func (m *PetMutation) SetOwnerID(id int)
- func (m *PetMutation) SetTagID(b []byte)
- func (m *PetMutation) SetWeight(i int)
- func (m *PetMutation) TagID() (r []byte, exists bool)
- func (m *PetMutation) TagIDCleared() bool
- func (m PetMutation) Tx() (*Tx, error)
- func (m *PetMutation) Type() string
- func (m *PetMutation) Weight() (r int, exists bool)
- func (m *PetMutation) WeightCleared() bool
- func (m *PetMutation) Where(ps ...predicate.Pet)
- type PetQuery
- func (pq *PetQuery) All(ctx context.Context) ([]*Pet, error)
- func (pq *PetQuery) AllX(ctx context.Context) []*Pet
- func (pq *PetQuery) Clone() *PetQuery
- func (pq *PetQuery) Count(ctx context.Context) (int, error)
- func (pq *PetQuery) CountX(ctx context.Context) int
- func (pq *PetQuery) Exist(ctx context.Context) (bool, error)
- func (pq *PetQuery) ExistX(ctx context.Context) bool
- func (pq *PetQuery) First(ctx context.Context) (*Pet, error)
- func (pq *PetQuery) FirstID(ctx context.Context) (id int, err error)
- func (pq *PetQuery) FirstIDX(ctx context.Context) int
- func (pq *PetQuery) FirstX(ctx context.Context) *Pet
- func (pq *PetQuery) GroupBy(field string, fields ...string) *PetGroupBy
- func (pq *PetQuery) IDs(ctx context.Context) ([]int, error)
- func (pq *PetQuery) IDsX(ctx context.Context) []int
- func (pq *PetQuery) Limit(limit int) *PetQuery
- func (pq *PetQuery) Offset(offset int) *PetQuery
- func (pq *PetQuery) Only(ctx context.Context) (*Pet, error)
- func (pq *PetQuery) OnlyID(ctx context.Context) (id int, err error)
- func (pq *PetQuery) OnlyIDX(ctx context.Context) int
- func (pq *PetQuery) OnlyX(ctx context.Context) *Pet
- func (pq *PetQuery) Order(o ...OrderFunc) *PetQuery
- func (pq *PetQuery) QueryCategories() *CategoryQuery
- func (pq *PetQuery) QueryFriends() *PetQuery
- func (pq *PetQuery) QueryOwner() *UserQuery
- func (pq *PetQuery) Select(fields ...string) *PetSelect
- func (pq *PetQuery) Unique(unique bool) *PetQuery
- func (pq *PetQuery) Where(ps ...predicate.Pet) *PetQuery
- func (pq *PetQuery) WithCategories(opts ...func(*CategoryQuery)) *PetQuery
- func (pq *PetQuery) WithFriends(opts ...func(*PetQuery)) *PetQuery
- func (pq *PetQuery) WithOwner(opts ...func(*UserQuery)) *PetQuery
- type PetSelect
- func (s *PetSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *PetSelect) BoolX(ctx context.Context) bool
- func (s *PetSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *PetSelect) BoolsX(ctx context.Context) []bool
- func (s *PetSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *PetSelect) Float64X(ctx context.Context) float64
- func (s *PetSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *PetSelect) Float64sX(ctx context.Context) []float64
- func (s *PetSelect) Int(ctx context.Context) (_ int, err error)
- func (s *PetSelect) IntX(ctx context.Context) int
- func (s *PetSelect) Ints(ctx context.Context) ([]int, error)
- func (s *PetSelect) IntsX(ctx context.Context) []int
- func (ps *PetSelect) Scan(ctx context.Context, v any) error
- func (s *PetSelect) ScanX(ctx context.Context, v any)
- func (s *PetSelect) String(ctx context.Context) (_ string, err error)
- func (s *PetSelect) StringX(ctx context.Context) string
- func (s *PetSelect) Strings(ctx context.Context) ([]string, error)
- func (s *PetSelect) StringsX(ctx context.Context) []string
- type PetUpdate
- func (pu *PetUpdate) AddCategories(c ...*Category) *PetUpdate
- func (pu *PetUpdate) AddCategoryIDs(ids ...int) *PetUpdate
- func (pu *PetUpdate) AddFriendIDs(ids ...int) *PetUpdate
- func (pu *PetUpdate) AddFriends(p ...*Pet) *PetUpdate
- func (pu *PetUpdate) AddHeight(i int) *PetUpdate
- func (pu *PetUpdate) AddWeight(i int) *PetUpdate
- func (pu *PetUpdate) ClearBirthday() *PetUpdate
- func (pu *PetUpdate) ClearCategories() *PetUpdate
- func (pu *PetUpdate) ClearFriends() *PetUpdate
- func (pu *PetUpdate) ClearHeight() *PetUpdate
- func (pu *PetUpdate) ClearOwner() *PetUpdate
- func (pu *PetUpdate) ClearTagID() *PetUpdate
- func (pu *PetUpdate) ClearWeight() *PetUpdate
- func (pu *PetUpdate) Exec(ctx context.Context) error
- func (pu *PetUpdate) ExecX(ctx context.Context)
- func (pu *PetUpdate) Mutation() *PetMutation
- func (pu *PetUpdate) RemoveCategories(c ...*Category) *PetUpdate
- func (pu *PetUpdate) RemoveCategoryIDs(ids ...int) *PetUpdate
- func (pu *PetUpdate) RemoveFriendIDs(ids ...int) *PetUpdate
- func (pu *PetUpdate) RemoveFriends(p ...*Pet) *PetUpdate
- func (pu *PetUpdate) Save(ctx context.Context) (int, error)
- func (pu *PetUpdate) SaveX(ctx context.Context) int
- func (pu *PetUpdate) SetBirthday(t time.Time) *PetUpdate
- func (pu *PetUpdate) SetHeight(i int) *PetUpdate
- func (pu *PetUpdate) SetName(s string) *PetUpdate
- func (pu *PetUpdate) SetNillableBirthday(t *time.Time) *PetUpdate
- func (pu *PetUpdate) SetNillableHeight(i *int) *PetUpdate
- func (pu *PetUpdate) SetNillableWeight(i *int) *PetUpdate
- func (pu *PetUpdate) SetOwner(u *User) *PetUpdate
- func (pu *PetUpdate) SetOwnerID(id int) *PetUpdate
- func (pu *PetUpdate) SetTagID(b []byte) *PetUpdate
- func (pu *PetUpdate) SetWeight(i int) *PetUpdate
- func (pu *PetUpdate) Where(ps ...predicate.Pet) *PetUpdate
- type PetUpdateOne
- func (puo *PetUpdateOne) AddCategories(c ...*Category) *PetUpdateOne
- func (puo *PetUpdateOne) AddCategoryIDs(ids ...int) *PetUpdateOne
- func (puo *PetUpdateOne) AddFriendIDs(ids ...int) *PetUpdateOne
- func (puo *PetUpdateOne) AddFriends(p ...*Pet) *PetUpdateOne
- func (puo *PetUpdateOne) AddHeight(i int) *PetUpdateOne
- func (puo *PetUpdateOne) AddWeight(i int) *PetUpdateOne
- func (puo *PetUpdateOne) ClearBirthday() *PetUpdateOne
- func (puo *PetUpdateOne) ClearCategories() *PetUpdateOne
- func (puo *PetUpdateOne) ClearFriends() *PetUpdateOne
- func (puo *PetUpdateOne) ClearHeight() *PetUpdateOne
- func (puo *PetUpdateOne) ClearOwner() *PetUpdateOne
- func (puo *PetUpdateOne) ClearTagID() *PetUpdateOne
- func (puo *PetUpdateOne) ClearWeight() *PetUpdateOne
- func (puo *PetUpdateOne) Exec(ctx context.Context) error
- func (puo *PetUpdateOne) ExecX(ctx context.Context)
- func (puo *PetUpdateOne) Mutation() *PetMutation
- func (puo *PetUpdateOne) RemoveCategories(c ...*Category) *PetUpdateOne
- func (puo *PetUpdateOne) RemoveCategoryIDs(ids ...int) *PetUpdateOne
- func (puo *PetUpdateOne) RemoveFriendIDs(ids ...int) *PetUpdateOne
- func (puo *PetUpdateOne) RemoveFriends(p ...*Pet) *PetUpdateOne
- func (puo *PetUpdateOne) Save(ctx context.Context) (*Pet, error)
- func (puo *PetUpdateOne) SaveX(ctx context.Context) *Pet
- func (puo *PetUpdateOne) Select(field string, fields ...string) *PetUpdateOne
- func (puo *PetUpdateOne) SetBirthday(t time.Time) *PetUpdateOne
- func (puo *PetUpdateOne) SetHeight(i int) *PetUpdateOne
- func (puo *PetUpdateOne) SetName(s string) *PetUpdateOne
- func (puo *PetUpdateOne) SetNillableBirthday(t *time.Time) *PetUpdateOne
- func (puo *PetUpdateOne) SetNillableHeight(i *int) *PetUpdateOne
- func (puo *PetUpdateOne) SetNillableWeight(i *int) *PetUpdateOne
- func (puo *PetUpdateOne) SetOwner(u *User) *PetUpdateOne
- func (puo *PetUpdateOne) SetOwnerID(id int) *PetUpdateOne
- func (puo *PetUpdateOne) SetTagID(b []byte) *PetUpdateOne
- func (puo *PetUpdateOne) SetWeight(i int) *PetUpdateOne
- type Pets
- type Policy
- type Query
- type RollbackFunc
- type RollbackHook
- type Rollbacker
- type Tx
- type User
- type UserClient
- func (c *UserClient) Create() *UserCreate
- func (c *UserClient) CreateBulk(builders ...*UserCreate) *UserCreateBulk
- func (c *UserClient) Delete() *UserDelete
- func (c *UserClient) DeleteOne(u *User) *UserDeleteOne
- func (c *UserClient) DeleteOneID(id int) *UserDeleteOne
- func (c *UserClient) Get(ctx context.Context, id int) (*User, error)
- func (c *UserClient) GetX(ctx context.Context, id int) *User
- func (c *UserClient) Hooks() []Hook
- func (c *UserClient) Query() *UserQuery
- func (c *UserClient) QueryBestFriend(u *User) *UserQuery
- func (c *UserClient) QueryPets(u *User) *PetQuery
- func (c *UserClient) Update() *UserUpdate
- func (c *UserClient) UpdateOne(u *User) *UserUpdateOne
- func (c *UserClient) UpdateOneID(id int) *UserUpdateOne
- func (c *UserClient) Use(hooks ...Hook)
- type UserCreate
- func (uc *UserCreate) AddPetIDs(ids ...int) *UserCreate
- func (uc *UserCreate) AddPets(p ...*Pet) *UserCreate
- func (uc *UserCreate) Exec(ctx context.Context) error
- func (uc *UserCreate) ExecX(ctx context.Context)
- func (uc *UserCreate) Mutation() *UserMutation
- func (uc *UserCreate) Save(ctx context.Context) (*User, error)
- func (uc *UserCreate) SaveX(ctx context.Context) *User
- func (uc *UserCreate) SetAge(u uint) *UserCreate
- func (uc *UserCreate) SetBestFriend(u *User) *UserCreate
- func (uc *UserCreate) SetBestFriendID(id int) *UserCreate
- func (uc *UserCreate) SetFavoriteCatBreed(ucb user.FavoriteCatBreed) *UserCreate
- func (uc *UserCreate) SetFavoriteDogBreed(udb user.FavoriteDogBreed) *UserCreate
- func (uc *UserCreate) SetFavoriteFishBreed(sb schema.FishBreed) *UserCreate
- func (uc *UserCreate) SetHeight(u uint) *UserCreate
- func (uc *UserCreate) SetName(s string) *UserCreate
- func (uc *UserCreate) SetNillableBestFriendID(id *int) *UserCreate
- func (uc *UserCreate) SetNillableFavoriteDogBreed(udb *user.FavoriteDogBreed) *UserCreate
- func (uc *UserCreate) SetNillableFavoriteFishBreed(sb *schema.FishBreed) *UserCreate
- func (uc *UserCreate) SetNillableHeight(u *uint) *UserCreate
- type UserCreateBulk
- type UserDelete
- type UserDeleteOne
- type UserEdges
- type UserGroupBy
- func (ugb *UserGroupBy) Aggregate(fns ...AggregateFunc) *UserGroupBy
- func (s *UserGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *UserGroupBy) BoolX(ctx context.Context) bool
- func (s *UserGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *UserGroupBy) BoolsX(ctx context.Context) []bool
- func (s *UserGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *UserGroupBy) Float64X(ctx context.Context) float64
- func (s *UserGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *UserGroupBy) Float64sX(ctx context.Context) []float64
- func (s *UserGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *UserGroupBy) IntX(ctx context.Context) int
- func (s *UserGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *UserGroupBy) IntsX(ctx context.Context) []int
- func (ugb *UserGroupBy) Scan(ctx context.Context, v any) error
- func (s *UserGroupBy) ScanX(ctx context.Context, v any)
- func (s *UserGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *UserGroupBy) StringX(ctx context.Context) string
- func (s *UserGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *UserGroupBy) StringsX(ctx context.Context) []string
- type UserMutation
- func (m *UserMutation) AddAge(u int)
- func (m *UserMutation) AddField(name string, value ent.Value) error
- func (m *UserMutation) AddHeight(u int)
- func (m *UserMutation) AddPetIDs(ids ...int)
- func (m *UserMutation) AddedAge() (r int, exists bool)
- func (m *UserMutation) AddedEdges() []string
- func (m *UserMutation) AddedField(name string) (ent.Value, bool)
- func (m *UserMutation) AddedFields() []string
- func (m *UserMutation) AddedHeight() (r int, exists bool)
- func (m *UserMutation) AddedIDs(name string) []ent.Value
- func (m *UserMutation) Age() (r uint, exists bool)
- func (m *UserMutation) BestFriendCleared() bool
- func (m *UserMutation) BestFriendID() (id int, exists bool)
- func (m *UserMutation) BestFriendIDs() (ids []int)
- func (m *UserMutation) ClearBestFriend()
- func (m *UserMutation) ClearEdge(name string) error
- func (m *UserMutation) ClearFavoriteDogBreed()
- func (m *UserMutation) ClearFavoriteFishBreed()
- func (m *UserMutation) ClearField(name string) error
- func (m *UserMutation) ClearHeight()
- func (m *UserMutation) ClearPets()
- func (m *UserMutation) ClearedEdges() []string
- func (m *UserMutation) ClearedFields() []string
- func (m UserMutation) Client() *Client
- func (m *UserMutation) EdgeCleared(name string) bool
- func (m *UserMutation) FavoriteCatBreed() (r user.FavoriteCatBreed, exists bool)
- func (m *UserMutation) FavoriteDogBreed() (r user.FavoriteDogBreed, exists bool)
- func (m *UserMutation) FavoriteDogBreedCleared() bool
- func (m *UserMutation) FavoriteFishBreed() (r schema.FishBreed, exists bool)
- func (m *UserMutation) FavoriteFishBreedCleared() bool
- func (m *UserMutation) Field(name string) (ent.Value, bool)
- func (m *UserMutation) FieldCleared(name string) bool
- func (m *UserMutation) Fields() []string
- func (m *UserMutation) Height() (r uint, exists bool)
- func (m *UserMutation) HeightCleared() bool
- func (m *UserMutation) ID() (id int, exists bool)
- func (m *UserMutation) IDs(ctx context.Context) ([]int, error)
- func (m *UserMutation) Name() (r string, exists bool)
- func (m *UserMutation) OldAge(ctx context.Context) (v uint, err error)
- func (m *UserMutation) OldFavoriteCatBreed(ctx context.Context) (v user.FavoriteCatBreed, err error)
- func (m *UserMutation) OldFavoriteDogBreed(ctx context.Context) (v user.FavoriteDogBreed, err error)
- func (m *UserMutation) OldFavoriteFishBreed(ctx context.Context) (v schema.FishBreed, err error)
- func (m *UserMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *UserMutation) OldHeight(ctx context.Context) (v uint, err error)
- func (m *UserMutation) OldName(ctx context.Context) (v string, err error)
- func (m *UserMutation) Op() Op
- func (m *UserMutation) PetsCleared() bool
- func (m *UserMutation) PetsIDs() (ids []int)
- func (m *UserMutation) RemovePetIDs(ids ...int)
- func (m *UserMutation) RemovedEdges() []string
- func (m *UserMutation) RemovedIDs(name string) []ent.Value
- func (m *UserMutation) RemovedPetsIDs() (ids []int)
- func (m *UserMutation) ResetAge()
- func (m *UserMutation) ResetBestFriend()
- func (m *UserMutation) ResetEdge(name string) error
- func (m *UserMutation) ResetFavoriteCatBreed()
- func (m *UserMutation) ResetFavoriteDogBreed()
- func (m *UserMutation) ResetFavoriteFishBreed()
- func (m *UserMutation) ResetField(name string) error
- func (m *UserMutation) ResetHeight()
- func (m *UserMutation) ResetName()
- func (m *UserMutation) ResetPets()
- func (m *UserMutation) SetAge(u uint)
- func (m *UserMutation) SetBestFriendID(id int)
- func (m *UserMutation) SetFavoriteCatBreed(ucb user.FavoriteCatBreed)
- func (m *UserMutation) SetFavoriteDogBreed(udb user.FavoriteDogBreed)
- func (m *UserMutation) SetFavoriteFishBreed(sb schema.FishBreed)
- func (m *UserMutation) SetField(name string, value ent.Value) error
- func (m *UserMutation) SetHeight(u uint)
- func (m *UserMutation) SetName(s string)
- func (m UserMutation) Tx() (*Tx, error)
- func (m *UserMutation) Type() string
- func (m *UserMutation) Where(ps ...predicate.User)
- type UserQuery
- func (uq *UserQuery) All(ctx context.Context) ([]*User, error)
- func (uq *UserQuery) AllX(ctx context.Context) []*User
- func (uq *UserQuery) Clone() *UserQuery
- func (uq *UserQuery) Count(ctx context.Context) (int, error)
- func (uq *UserQuery) CountX(ctx context.Context) int
- func (uq *UserQuery) Exist(ctx context.Context) (bool, error)
- func (uq *UserQuery) ExistX(ctx context.Context) bool
- func (uq *UserQuery) First(ctx context.Context) (*User, error)
- func (uq *UserQuery) FirstID(ctx context.Context) (id int, err error)
- func (uq *UserQuery) FirstIDX(ctx context.Context) int
- func (uq *UserQuery) FirstX(ctx context.Context) *User
- func (uq *UserQuery) GroupBy(field string, fields ...string) *UserGroupBy
- func (uq *UserQuery) IDs(ctx context.Context) ([]int, error)
- func (uq *UserQuery) IDsX(ctx context.Context) []int
- func (uq *UserQuery) Limit(limit int) *UserQuery
- func (uq *UserQuery) Offset(offset int) *UserQuery
- func (uq *UserQuery) Only(ctx context.Context) (*User, error)
- func (uq *UserQuery) OnlyID(ctx context.Context) (id int, err error)
- func (uq *UserQuery) OnlyIDX(ctx context.Context) int
- func (uq *UserQuery) OnlyX(ctx context.Context) *User
- func (uq *UserQuery) Order(o ...OrderFunc) *UserQuery
- func (uq *UserQuery) QueryBestFriend() *UserQuery
- func (uq *UserQuery) QueryPets() *PetQuery
- func (uq *UserQuery) Select(fields ...string) *UserSelect
- func (uq *UserQuery) Unique(unique bool) *UserQuery
- func (uq *UserQuery) Where(ps ...predicate.User) *UserQuery
- func (uq *UserQuery) WithBestFriend(opts ...func(*UserQuery)) *UserQuery
- func (uq *UserQuery) WithPets(opts ...func(*PetQuery)) *UserQuery
- type UserSelect
- func (s *UserSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *UserSelect) BoolX(ctx context.Context) bool
- func (s *UserSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *UserSelect) BoolsX(ctx context.Context) []bool
- func (s *UserSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *UserSelect) Float64X(ctx context.Context) float64
- func (s *UserSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *UserSelect) Float64sX(ctx context.Context) []float64
- func (s *UserSelect) Int(ctx context.Context) (_ int, err error)
- func (s *UserSelect) IntX(ctx context.Context) int
- func (s *UserSelect) Ints(ctx context.Context) ([]int, error)
- func (s *UserSelect) IntsX(ctx context.Context) []int
- func (us *UserSelect) Scan(ctx context.Context, v any) error
- func (s *UserSelect) ScanX(ctx context.Context, v any)
- func (s *UserSelect) String(ctx context.Context) (_ string, err error)
- func (s *UserSelect) StringX(ctx context.Context) string
- func (s *UserSelect) Strings(ctx context.Context) ([]string, error)
- func (s *UserSelect) StringsX(ctx context.Context) []string
- type UserUpdate
- func (uu *UserUpdate) AddAge(u int) *UserUpdate
- func (uu *UserUpdate) AddHeight(u int) *UserUpdate
- func (uu *UserUpdate) AddPetIDs(ids ...int) *UserUpdate
- func (uu *UserUpdate) AddPets(p ...*Pet) *UserUpdate
- func (uu *UserUpdate) ClearBestFriend() *UserUpdate
- func (uu *UserUpdate) ClearFavoriteDogBreed() *UserUpdate
- func (uu *UserUpdate) ClearFavoriteFishBreed() *UserUpdate
- func (uu *UserUpdate) ClearHeight() *UserUpdate
- func (uu *UserUpdate) ClearPets() *UserUpdate
- func (uu *UserUpdate) Exec(ctx context.Context) error
- func (uu *UserUpdate) ExecX(ctx context.Context)
- func (uu *UserUpdate) Mutation() *UserMutation
- func (uu *UserUpdate) RemovePetIDs(ids ...int) *UserUpdate
- func (uu *UserUpdate) RemovePets(p ...*Pet) *UserUpdate
- func (uu *UserUpdate) Save(ctx context.Context) (int, error)
- func (uu *UserUpdate) SaveX(ctx context.Context) int
- func (uu *UserUpdate) SetAge(u uint) *UserUpdate
- func (uu *UserUpdate) SetBestFriend(u *User) *UserUpdate
- func (uu *UserUpdate) SetBestFriendID(id int) *UserUpdate
- func (uu *UserUpdate) SetFavoriteCatBreed(ucb user.FavoriteCatBreed) *UserUpdate
- func (uu *UserUpdate) SetFavoriteDogBreed(udb user.FavoriteDogBreed) *UserUpdate
- func (uu *UserUpdate) SetFavoriteFishBreed(sb schema.FishBreed) *UserUpdate
- func (uu *UserUpdate) SetHeight(u uint) *UserUpdate
- func (uu *UserUpdate) SetName(s string) *UserUpdate
- func (uu *UserUpdate) SetNillableBestFriendID(id *int) *UserUpdate
- func (uu *UserUpdate) SetNillableFavoriteDogBreed(udb *user.FavoriteDogBreed) *UserUpdate
- func (uu *UserUpdate) SetNillableFavoriteFishBreed(sb *schema.FishBreed) *UserUpdate
- func (uu *UserUpdate) SetNillableHeight(u *uint) *UserUpdate
- func (uu *UserUpdate) Where(ps ...predicate.User) *UserUpdate
- type UserUpdateOne
- func (uuo *UserUpdateOne) AddAge(u int) *UserUpdateOne
- func (uuo *UserUpdateOne) AddHeight(u int) *UserUpdateOne
- func (uuo *UserUpdateOne) AddPetIDs(ids ...int) *UserUpdateOne
- func (uuo *UserUpdateOne) AddPets(p ...*Pet) *UserUpdateOne
- func (uuo *UserUpdateOne) ClearBestFriend() *UserUpdateOne
- func (uuo *UserUpdateOne) ClearFavoriteDogBreed() *UserUpdateOne
- func (uuo *UserUpdateOne) ClearFavoriteFishBreed() *UserUpdateOne
- func (uuo *UserUpdateOne) ClearHeight() *UserUpdateOne
- func (uuo *UserUpdateOne) ClearPets() *UserUpdateOne
- func (uuo *UserUpdateOne) Exec(ctx context.Context) error
- func (uuo *UserUpdateOne) ExecX(ctx context.Context)
- func (uuo *UserUpdateOne) Mutation() *UserMutation
- func (uuo *UserUpdateOne) RemovePetIDs(ids ...int) *UserUpdateOne
- func (uuo *UserUpdateOne) RemovePets(p ...*Pet) *UserUpdateOne
- func (uuo *UserUpdateOne) Save(ctx context.Context) (*User, error)
- func (uuo *UserUpdateOne) SaveX(ctx context.Context) *User
- func (uuo *UserUpdateOne) Select(field string, fields ...string) *UserUpdateOne
- func (uuo *UserUpdateOne) SetAge(u uint) *UserUpdateOne
- func (uuo *UserUpdateOne) SetBestFriend(u *User) *UserUpdateOne
- func (uuo *UserUpdateOne) SetBestFriendID(id int) *UserUpdateOne
- func (uuo *UserUpdateOne) SetFavoriteCatBreed(ucb user.FavoriteCatBreed) *UserUpdateOne
- func (uuo *UserUpdateOne) SetFavoriteDogBreed(udb user.FavoriteDogBreed) *UserUpdateOne
- func (uuo *UserUpdateOne) SetFavoriteFishBreed(sb schema.FishBreed) *UserUpdateOne
- func (uuo *UserUpdateOne) SetHeight(u uint) *UserUpdateOne
- func (uuo *UserUpdateOne) SetName(s string) *UserUpdateOne
- func (uuo *UserUpdateOne) SetNillableBestFriendID(id *int) *UserUpdateOne
- func (uuo *UserUpdateOne) SetNillableFavoriteDogBreed(udb *user.FavoriteDogBreed) *UserUpdateOne
- func (uuo *UserUpdateOne) SetNillableFavoriteFishBreed(sb *schema.FishBreed) *UserUpdateOne
- func (uuo *UserUpdateOne) SetNillableHeight(u *uint) *UserUpdateOne
- type Users
- type ValidationError
- type Value
Constants ¶
const ( // Operation types. OpCreate = ent.OpCreate OpDelete = ent.OpDelete OpDeleteOne = ent.OpDeleteOne OpUpdate = ent.OpUpdate OpUpdateOne = ent.OpUpdateOne // Node types. TypeAllTypes = "AllTypes" TypeCategory = "Category" TypePet = "Pet" TypeUser = "User" )
Variables ¶
This section is empty.
Functions ¶
func IsConstraintError ¶
IsConstraintError returns a boolean indicating whether the error is a constraint failure.
func IsNotFound ¶
IsNotFound returns a boolean indicating whether the error is a not found error.
func IsNotLoaded ¶
IsNotLoaded returns a boolean indicating whether the error is a not loaded error.
func IsNotSingular ¶
IsNotSingular returns a boolean indicating whether the error is a not singular error.
func IsValidationError ¶
IsValidationError returns a boolean indicating whether the error is a validation error.
func NewContext ¶
NewContext returns a new context with the given Client attached.
Types ¶
type AggregateFunc ¶
AggregateFunc applies an aggregation step on the group-by traversal/selector.
func As ¶
func As(fn AggregateFunc, end string) AggregateFunc
As is a pseudo aggregation function for renaming another other functions with custom names. For example:
GroupBy(field1, field2). Aggregate(ent.As(ent.Sum(field1), "sum_field1"), (ent.As(ent.Sum(field2), "sum_field2")). Scan(ctx, &v)
func Count ¶
func Count() AggregateFunc
Count applies the "count" aggregation function on each group.
func Max ¶
func Max(field string) AggregateFunc
Max applies the "max" aggregation function on the given field of each group.
func Mean ¶
func Mean(field string) AggregateFunc
Mean applies the "mean" aggregation function on the given field of each group.
func Min ¶
func Min(field string) AggregateFunc
Min applies the "min" aggregation function on the given field of each group.
func Sum ¶
func Sum(field string) AggregateFunc
Sum applies the "sum" aggregation function on the given field of each group.
type AllTypes ¶
type AllTypes struct { // ID of the ent. ID uint32 `json:"id,omitempty"` // Int holds the value of the "int" field. Int int `json:"int,omitempty"` // Int8 holds the value of the "int8" field. Int8 int8 `json:"int8,omitempty"` // Int16 holds the value of the "int16" field. Int16 int16 `json:"int16,omitempty"` // Int32 holds the value of the "int32" field. Int32 int32 `json:"int32,omitempty"` // Int64 holds the value of the "int64" field. Int64 int64 `json:"int64,omitempty"` // Uint holds the value of the "uint" field. Uint uint `json:"uint,omitempty"` // Uint8 holds the value of the "uint8" field. Uint8 uint8 `json:"uint8,omitempty"` // Uint16 holds the value of the "uint16" field. Uint16 uint16 `json:"uint16,omitempty"` // Uint32 holds the value of the "uint32" field. Uint32 uint32 `json:"uint32,omitempty"` // Uint64 holds the value of the "uint64" field. Uint64 uint64 `json:"uint64,omitempty"` // Float32 holds the value of the "float32" field. Float32 float32 `json:"float32,omitempty"` // Float64 holds the value of the "float64" field. Float64 float64 `json:"float64,omitempty"` // StringType holds the value of the "string_type" field. StringType string `json:"string_type,omitempty"` // Bool holds the value of the "bool" field. Bool bool `json:"bool,omitempty"` // UUID holds the value of the "uuid" field. UUID uuid.UUID `json:"uuid,omitempty"` // Time holds the value of the "time" field. Time time.Time `json:"time,omitempty"` // Text holds the value of the "text" field. Text string `json:"text,omitempty"` // State holds the value of the "state" field. State alltypes.State `json:"state,omitempty"` // Bytes holds the value of the "bytes" field. Bytes []byte `json:"bytes,omitempty"` // contains filtered or unexported fields }
AllTypes is the model entity for the AllTypes schema.
func (*AllTypes) Unwrap ¶
Unwrap unwraps the AllTypes entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*AllTypes) Update ¶
func (at *AllTypes) Update() *AllTypesUpdateOne
Update returns a builder for updating this AllTypes. Note that you need to call AllTypes.Unwrap() before calling this method if this AllTypes was returned from a transaction, and the transaction was committed or rolled back.
type AllTypesClient ¶
type AllTypesClient struct {
// contains filtered or unexported fields
}
AllTypesClient is a client for the AllTypes schema.
func NewAllTypesClient ¶
func NewAllTypesClient(c config) *AllTypesClient
NewAllTypesClient returns a client for the AllTypes from the given config.
func (*AllTypesClient) Create ¶
func (c *AllTypesClient) Create() *AllTypesCreate
Create returns a builder for creating a AllTypes entity.
func (*AllTypesClient) CreateBulk ¶
func (c *AllTypesClient) CreateBulk(builders ...*AllTypesCreate) *AllTypesCreateBulk
CreateBulk returns a builder for creating a bulk of AllTypes entities.
func (*AllTypesClient) Delete ¶
func (c *AllTypesClient) Delete() *AllTypesDelete
Delete returns a delete builder for AllTypes.
func (*AllTypesClient) DeleteOne ¶
func (c *AllTypesClient) DeleteOne(at *AllTypes) *AllTypesDeleteOne
DeleteOne returns a builder for deleting the given entity.
func (*AllTypesClient) DeleteOneID ¶
func (c *AllTypesClient) DeleteOneID(id uint32) *AllTypesDeleteOne
DeleteOne returns a builder for deleting the given entity by its id.
func (*AllTypesClient) GetX ¶
func (c *AllTypesClient) GetX(ctx context.Context, id uint32) *AllTypes
GetX is like Get, but panics if an error occurs.
func (*AllTypesClient) Hooks ¶
func (c *AllTypesClient) Hooks() []Hook
Hooks returns the client hooks.
func (*AllTypesClient) Query ¶
func (c *AllTypesClient) Query() *AllTypesQuery
Query returns a query builder for AllTypes.
func (*AllTypesClient) Update ¶
func (c *AllTypesClient) Update() *AllTypesUpdate
Update returns an update builder for AllTypes.
func (*AllTypesClient) UpdateOne ¶
func (c *AllTypesClient) UpdateOne(at *AllTypes) *AllTypesUpdateOne
UpdateOne returns an update builder for the given entity.
func (*AllTypesClient) UpdateOneID ¶
func (c *AllTypesClient) UpdateOneID(id uint32) *AllTypesUpdateOne
UpdateOneID returns an update builder for the given id.
func (*AllTypesClient) Use ¶
func (c *AllTypesClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `alltypes.Hooks(f(g(h())))`.
type AllTypesCreate ¶
type AllTypesCreate struct {
// contains filtered or unexported fields
}
AllTypesCreate is the builder for creating a AllTypes entity.
func (*AllTypesCreate) Exec ¶
func (atc *AllTypesCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*AllTypesCreate) ExecX ¶
func (atc *AllTypesCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*AllTypesCreate) Mutation ¶
func (atc *AllTypesCreate) Mutation() *AllTypesMutation
Mutation returns the AllTypesMutation object of the builder.
func (*AllTypesCreate) Save ¶
func (atc *AllTypesCreate) Save(ctx context.Context) (*AllTypes, error)
Save creates the AllTypes in the database.
func (*AllTypesCreate) SaveX ¶
func (atc *AllTypesCreate) SaveX(ctx context.Context) *AllTypes
SaveX calls Save and panics if Save returns an error.
func (*AllTypesCreate) SetBool ¶
func (atc *AllTypesCreate) SetBool(b bool) *AllTypesCreate
SetBool sets the "bool" field.
func (*AllTypesCreate) SetBytes ¶
func (atc *AllTypesCreate) SetBytes(b []byte) *AllTypesCreate
SetBytes sets the "bytes" field.
func (*AllTypesCreate) SetFloat32 ¶
func (atc *AllTypesCreate) SetFloat32(f float32) *AllTypesCreate
SetFloat32 sets the "float32" field.
func (*AllTypesCreate) SetFloat64 ¶
func (atc *AllTypesCreate) SetFloat64(f float64) *AllTypesCreate
SetFloat64 sets the "float64" field.
func (*AllTypesCreate) SetID ¶
func (atc *AllTypesCreate) SetID(u uint32) *AllTypesCreate
SetID sets the "id" field.
func (*AllTypesCreate) SetInt ¶
func (atc *AllTypesCreate) SetInt(i int) *AllTypesCreate
SetInt sets the "int" field.
func (*AllTypesCreate) SetInt16 ¶
func (atc *AllTypesCreate) SetInt16(i int16) *AllTypesCreate
SetInt16 sets the "int16" field.
func (*AllTypesCreate) SetInt32 ¶
func (atc *AllTypesCreate) SetInt32(i int32) *AllTypesCreate
SetInt32 sets the "int32" field.
func (*AllTypesCreate) SetInt64 ¶
func (atc *AllTypesCreate) SetInt64(i int64) *AllTypesCreate
SetInt64 sets the "int64" field.
func (*AllTypesCreate) SetInt8 ¶
func (atc *AllTypesCreate) SetInt8(i int8) *AllTypesCreate
SetInt8 sets the "int8" field.
func (*AllTypesCreate) SetState ¶
func (atc *AllTypesCreate) SetState(a alltypes.State) *AllTypesCreate
SetState sets the "state" field.
func (*AllTypesCreate) SetStringType ¶
func (atc *AllTypesCreate) SetStringType(s string) *AllTypesCreate
SetStringType sets the "string_type" field.
func (*AllTypesCreate) SetText ¶
func (atc *AllTypesCreate) SetText(s string) *AllTypesCreate
SetText sets the "text" field.
func (*AllTypesCreate) SetTime ¶
func (atc *AllTypesCreate) SetTime(t time.Time) *AllTypesCreate
SetTime sets the "time" field.
func (*AllTypesCreate) SetUUID ¶
func (atc *AllTypesCreate) SetUUID(u uuid.UUID) *AllTypesCreate
SetUUID sets the "uuid" field.
func (*AllTypesCreate) SetUint ¶
func (atc *AllTypesCreate) SetUint(u uint) *AllTypesCreate
SetUint sets the "uint" field.
func (*AllTypesCreate) SetUint16 ¶
func (atc *AllTypesCreate) SetUint16(u uint16) *AllTypesCreate
SetUint16 sets the "uint16" field.
func (*AllTypesCreate) SetUint32 ¶
func (atc *AllTypesCreate) SetUint32(u uint32) *AllTypesCreate
SetUint32 sets the "uint32" field.
func (*AllTypesCreate) SetUint64 ¶
func (atc *AllTypesCreate) SetUint64(u uint64) *AllTypesCreate
SetUint64 sets the "uint64" field.
func (*AllTypesCreate) SetUint8 ¶
func (atc *AllTypesCreate) SetUint8(u uint8) *AllTypesCreate
SetUint8 sets the "uint8" field.
type AllTypesCreateBulk ¶
type AllTypesCreateBulk struct {
// contains filtered or unexported fields
}
AllTypesCreateBulk is the builder for creating many AllTypes entities in bulk.
func (*AllTypesCreateBulk) Exec ¶
func (atcb *AllTypesCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*AllTypesCreateBulk) ExecX ¶
func (atcb *AllTypesCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type AllTypesDelete ¶
type AllTypesDelete struct {
// contains filtered or unexported fields
}
AllTypesDelete is the builder for deleting a AllTypes entity.
func (*AllTypesDelete) Exec ¶
func (atd *AllTypesDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*AllTypesDelete) ExecX ¶
func (atd *AllTypesDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*AllTypesDelete) Where ¶
func (atd *AllTypesDelete) Where(ps ...predicate.AllTypes) *AllTypesDelete
Where appends a list predicates to the AllTypesDelete builder.
type AllTypesDeleteOne ¶
type AllTypesDeleteOne struct {
// contains filtered or unexported fields
}
AllTypesDeleteOne is the builder for deleting a single AllTypes entity.
func (*AllTypesDeleteOne) Exec ¶
func (atdo *AllTypesDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*AllTypesDeleteOne) ExecX ¶
func (atdo *AllTypesDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type AllTypesGroupBy ¶
type AllTypesGroupBy struct {
// contains filtered or unexported fields
}
AllTypesGroupBy is the group-by builder for AllTypes entities.
func (*AllTypesGroupBy) Aggregate ¶
func (atgb *AllTypesGroupBy) Aggregate(fns ...AggregateFunc) *AllTypesGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*AllTypesGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*AllTypesGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*AllTypesGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*AllTypesGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*AllTypesGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*AllTypesGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*AllTypesGroupBy) Scan ¶
func (atgb *AllTypesGroupBy) Scan(ctx context.Context, v any) error
Scan applies the group-by query and scans the result into the given value.
func (*AllTypesGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type AllTypesMutation ¶
type AllTypesMutation struct {
// contains filtered or unexported fields
}
AllTypesMutation represents an operation that mutates the AllTypes nodes in the graph.
func (*AllTypesMutation) AddField ¶
func (m *AllTypesMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*AllTypesMutation) AddFloat32 ¶
func (m *AllTypesMutation) AddFloat32(f float32)
AddFloat32 adds f to the "float32" field.
func (*AllTypesMutation) AddFloat64 ¶
func (m *AllTypesMutation) AddFloat64(f float64)
AddFloat64 adds f to the "float64" field.
func (*AllTypesMutation) AddInt ¶
func (m *AllTypesMutation) AddInt(i int)
AddInt adds i to the "int" field.
func (*AllTypesMutation) AddInt16 ¶
func (m *AllTypesMutation) AddInt16(i int16)
AddInt16 adds i to the "int16" field.
func (*AllTypesMutation) AddInt32 ¶
func (m *AllTypesMutation) AddInt32(i int32)
AddInt32 adds i to the "int32" field.
func (*AllTypesMutation) AddInt64 ¶
func (m *AllTypesMutation) AddInt64(i int64)
AddInt64 adds i to the "int64" field.
func (*AllTypesMutation) AddInt8 ¶
func (m *AllTypesMutation) AddInt8(i int8)
AddInt8 adds i to the "int8" field.
func (*AllTypesMutation) AddUint ¶
func (m *AllTypesMutation) AddUint(u int)
AddUint adds u to the "uint" field.
func (*AllTypesMutation) AddUint16 ¶
func (m *AllTypesMutation) AddUint16(u int16)
AddUint16 adds u to the "uint16" field.
func (*AllTypesMutation) AddUint32 ¶
func (m *AllTypesMutation) AddUint32(u int32)
AddUint32 adds u to the "uint32" field.
func (*AllTypesMutation) AddUint64 ¶
func (m *AllTypesMutation) AddUint64(u int64)
AddUint64 adds u to the "uint64" field.
func (*AllTypesMutation) AddUint8 ¶
func (m *AllTypesMutation) AddUint8(u int8)
AddUint8 adds u to the "uint8" field.
func (*AllTypesMutation) AddedEdges ¶
func (m *AllTypesMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*AllTypesMutation) AddedField ¶
func (m *AllTypesMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*AllTypesMutation) AddedFields ¶
func (m *AllTypesMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*AllTypesMutation) AddedFloat32 ¶
func (m *AllTypesMutation) AddedFloat32() (r float32, exists bool)
AddedFloat32 returns the value that was added to the "float32" field in this mutation.
func (*AllTypesMutation) AddedFloat64 ¶
func (m *AllTypesMutation) AddedFloat64() (r float64, exists bool)
AddedFloat64 returns the value that was added to the "float64" field in this mutation.
func (*AllTypesMutation) AddedIDs ¶
func (m *AllTypesMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*AllTypesMutation) AddedInt ¶
func (m *AllTypesMutation) AddedInt() (r int, exists bool)
AddedInt returns the value that was added to the "int" field in this mutation.
func (*AllTypesMutation) AddedInt16 ¶
func (m *AllTypesMutation) AddedInt16() (r int16, exists bool)
AddedInt16 returns the value that was added to the "int16" field in this mutation.
func (*AllTypesMutation) AddedInt32 ¶
func (m *AllTypesMutation) AddedInt32() (r int32, exists bool)
AddedInt32 returns the value that was added to the "int32" field in this mutation.
func (*AllTypesMutation) AddedInt64 ¶
func (m *AllTypesMutation) AddedInt64() (r int64, exists bool)
AddedInt64 returns the value that was added to the "int64" field in this mutation.
func (*AllTypesMutation) AddedInt8 ¶
func (m *AllTypesMutation) AddedInt8() (r int8, exists bool)
AddedInt8 returns the value that was added to the "int8" field in this mutation.
func (*AllTypesMutation) AddedUint ¶
func (m *AllTypesMutation) AddedUint() (r int, exists bool)
AddedUint returns the value that was added to the "uint" field in this mutation.
func (*AllTypesMutation) AddedUint16 ¶
func (m *AllTypesMutation) AddedUint16() (r int16, exists bool)
AddedUint16 returns the value that was added to the "uint16" field in this mutation.
func (*AllTypesMutation) AddedUint32 ¶
func (m *AllTypesMutation) AddedUint32() (r int32, exists bool)
AddedUint32 returns the value that was added to the "uint32" field in this mutation.
func (*AllTypesMutation) AddedUint64 ¶
func (m *AllTypesMutation) AddedUint64() (r int64, exists bool)
AddedUint64 returns the value that was added to the "uint64" field in this mutation.
func (*AllTypesMutation) AddedUint8 ¶
func (m *AllTypesMutation) AddedUint8() (r int8, exists bool)
AddedUint8 returns the value that was added to the "uint8" field in this mutation.
func (*AllTypesMutation) Bool ¶
func (m *AllTypesMutation) Bool() (r bool, exists bool)
Bool returns the value of the "bool" field in the mutation.
func (*AllTypesMutation) Bytes ¶
func (m *AllTypesMutation) Bytes() (r []byte, exists bool)
Bytes returns the value of the "bytes" field in the mutation.
func (*AllTypesMutation) ClearEdge ¶
func (m *AllTypesMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*AllTypesMutation) ClearField ¶
func (m *AllTypesMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*AllTypesMutation) ClearedEdges ¶
func (m *AllTypesMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*AllTypesMutation) ClearedFields ¶
func (m *AllTypesMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (AllTypesMutation) Client ¶
func (m AllTypesMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*AllTypesMutation) EdgeCleared ¶
func (m *AllTypesMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*AllTypesMutation) Field ¶
func (m *AllTypesMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*AllTypesMutation) FieldCleared ¶
func (m *AllTypesMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*AllTypesMutation) Fields ¶
func (m *AllTypesMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*AllTypesMutation) Float32 ¶
func (m *AllTypesMutation) Float32() (r float32, exists bool)
Float32 returns the value of the "float32" field in the mutation.
func (*AllTypesMutation) Float64 ¶
func (m *AllTypesMutation) Float64() (r float64, exists bool)
Float64 returns the value of the "float64" field in the mutation.
func (*AllTypesMutation) ID ¶
func (m *AllTypesMutation) ID() (id uint32, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*AllTypesMutation) IDs ¶
func (m *AllTypesMutation) IDs(ctx context.Context) ([]uint32, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*AllTypesMutation) Int ¶
func (m *AllTypesMutation) Int() (r int, exists bool)
Int returns the value of the "int" field in the mutation.
func (*AllTypesMutation) Int16 ¶
func (m *AllTypesMutation) Int16() (r int16, exists bool)
Int16 returns the value of the "int16" field in the mutation.
func (*AllTypesMutation) Int32 ¶
func (m *AllTypesMutation) Int32() (r int32, exists bool)
Int32 returns the value of the "int32" field in the mutation.
func (*AllTypesMutation) Int64 ¶
func (m *AllTypesMutation) Int64() (r int64, exists bool)
Int64 returns the value of the "int64" field in the mutation.
func (*AllTypesMutation) Int8 ¶
func (m *AllTypesMutation) Int8() (r int8, exists bool)
Int8 returns the value of the "int8" field in the mutation.
func (*AllTypesMutation) OldBool ¶
func (m *AllTypesMutation) OldBool(ctx context.Context) (v bool, err error)
OldBool returns the old "bool" field's value of the AllTypes entity. If the AllTypes object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*AllTypesMutation) OldBytes ¶
func (m *AllTypesMutation) OldBytes(ctx context.Context) (v []byte, err error)
OldBytes returns the old "bytes" field's value of the AllTypes entity. If the AllTypes object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*AllTypesMutation) OldField ¶
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*AllTypesMutation) OldFloat32 ¶
func (m *AllTypesMutation) OldFloat32(ctx context.Context) (v float32, err error)
OldFloat32 returns the old "float32" field's value of the AllTypes entity. If the AllTypes object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*AllTypesMutation) OldFloat64 ¶
func (m *AllTypesMutation) OldFloat64(ctx context.Context) (v float64, err error)
OldFloat64 returns the old "float64" field's value of the AllTypes entity. If the AllTypes object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*AllTypesMutation) OldInt ¶
func (m *AllTypesMutation) OldInt(ctx context.Context) (v int, err error)
OldInt returns the old "int" field's value of the AllTypes entity. If the AllTypes object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*AllTypesMutation) OldInt16 ¶
func (m *AllTypesMutation) OldInt16(ctx context.Context) (v int16, err error)
OldInt16 returns the old "int16" field's value of the AllTypes entity. If the AllTypes object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*AllTypesMutation) OldInt32 ¶
func (m *AllTypesMutation) OldInt32(ctx context.Context) (v int32, err error)
OldInt32 returns the old "int32" field's value of the AllTypes entity. If the AllTypes object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*AllTypesMutation) OldInt64 ¶
func (m *AllTypesMutation) OldInt64(ctx context.Context) (v int64, err error)
OldInt64 returns the old "int64" field's value of the AllTypes entity. If the AllTypes object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*AllTypesMutation) OldInt8 ¶
func (m *AllTypesMutation) OldInt8(ctx context.Context) (v int8, err error)
OldInt8 returns the old "int8" field's value of the AllTypes entity. If the AllTypes object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*AllTypesMutation) OldState ¶
OldState returns the old "state" field's value of the AllTypes entity. If the AllTypes object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*AllTypesMutation) OldStringType ¶
func (m *AllTypesMutation) OldStringType(ctx context.Context) (v string, err error)
OldStringType returns the old "string_type" field's value of the AllTypes entity. If the AllTypes object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*AllTypesMutation) OldText ¶
func (m *AllTypesMutation) OldText(ctx context.Context) (v string, err error)
OldText returns the old "text" field's value of the AllTypes entity. If the AllTypes object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*AllTypesMutation) OldTime ¶
OldTime returns the old "time" field's value of the AllTypes entity. If the AllTypes object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*AllTypesMutation) OldUUID ¶
OldUUID returns the old "uuid" field's value of the AllTypes entity. If the AllTypes object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*AllTypesMutation) OldUint ¶
func (m *AllTypesMutation) OldUint(ctx context.Context) (v uint, err error)
OldUint returns the old "uint" field's value of the AllTypes entity. If the AllTypes object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*AllTypesMutation) OldUint16 ¶
func (m *AllTypesMutation) OldUint16(ctx context.Context) (v uint16, err error)
OldUint16 returns the old "uint16" field's value of the AllTypes entity. If the AllTypes object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*AllTypesMutation) OldUint32 ¶
func (m *AllTypesMutation) OldUint32(ctx context.Context) (v uint32, err error)
OldUint32 returns the old "uint32" field's value of the AllTypes entity. If the AllTypes object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*AllTypesMutation) OldUint64 ¶
func (m *AllTypesMutation) OldUint64(ctx context.Context) (v uint64, err error)
OldUint64 returns the old "uint64" field's value of the AllTypes entity. If the AllTypes object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*AllTypesMutation) OldUint8 ¶
func (m *AllTypesMutation) OldUint8(ctx context.Context) (v uint8, err error)
OldUint8 returns the old "uint8" field's value of the AllTypes entity. If the AllTypes object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*AllTypesMutation) RemovedEdges ¶
func (m *AllTypesMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*AllTypesMutation) RemovedIDs ¶
func (m *AllTypesMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*AllTypesMutation) ResetBool ¶
func (m *AllTypesMutation) ResetBool()
ResetBool resets all changes to the "bool" field.
func (*AllTypesMutation) ResetBytes ¶
func (m *AllTypesMutation) ResetBytes()
ResetBytes resets all changes to the "bytes" field.
func (*AllTypesMutation) ResetEdge ¶
func (m *AllTypesMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*AllTypesMutation) ResetField ¶
func (m *AllTypesMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*AllTypesMutation) ResetFloat32 ¶
func (m *AllTypesMutation) ResetFloat32()
ResetFloat32 resets all changes to the "float32" field.
func (*AllTypesMutation) ResetFloat64 ¶
func (m *AllTypesMutation) ResetFloat64()
ResetFloat64 resets all changes to the "float64" field.
func (*AllTypesMutation) ResetInt ¶
func (m *AllTypesMutation) ResetInt()
ResetInt resets all changes to the "int" field.
func (*AllTypesMutation) ResetInt16 ¶
func (m *AllTypesMutation) ResetInt16()
ResetInt16 resets all changes to the "int16" field.
func (*AllTypesMutation) ResetInt32 ¶
func (m *AllTypesMutation) ResetInt32()
ResetInt32 resets all changes to the "int32" field.
func (*AllTypesMutation) ResetInt64 ¶
func (m *AllTypesMutation) ResetInt64()
ResetInt64 resets all changes to the "int64" field.
func (*AllTypesMutation) ResetInt8 ¶
func (m *AllTypesMutation) ResetInt8()
ResetInt8 resets all changes to the "int8" field.
func (*AllTypesMutation) ResetState ¶
func (m *AllTypesMutation) ResetState()
ResetState resets all changes to the "state" field.
func (*AllTypesMutation) ResetStringType ¶
func (m *AllTypesMutation) ResetStringType()
ResetStringType resets all changes to the "string_type" field.
func (*AllTypesMutation) ResetText ¶
func (m *AllTypesMutation) ResetText()
ResetText resets all changes to the "text" field.
func (*AllTypesMutation) ResetTime ¶
func (m *AllTypesMutation) ResetTime()
ResetTime resets all changes to the "time" field.
func (*AllTypesMutation) ResetUUID ¶
func (m *AllTypesMutation) ResetUUID()
ResetUUID resets all changes to the "uuid" field.
func (*AllTypesMutation) ResetUint ¶
func (m *AllTypesMutation) ResetUint()
ResetUint resets all changes to the "uint" field.
func (*AllTypesMutation) ResetUint16 ¶
func (m *AllTypesMutation) ResetUint16()
ResetUint16 resets all changes to the "uint16" field.
func (*AllTypesMutation) ResetUint32 ¶
func (m *AllTypesMutation) ResetUint32()
ResetUint32 resets all changes to the "uint32" field.
func (*AllTypesMutation) ResetUint64 ¶
func (m *AllTypesMutation) ResetUint64()
ResetUint64 resets all changes to the "uint64" field.
func (*AllTypesMutation) ResetUint8 ¶
func (m *AllTypesMutation) ResetUint8()
ResetUint8 resets all changes to the "uint8" field.
func (*AllTypesMutation) SetBool ¶
func (m *AllTypesMutation) SetBool(b bool)
SetBool sets the "bool" field.
func (*AllTypesMutation) SetBytes ¶
func (m *AllTypesMutation) SetBytes(b []byte)
SetBytes sets the "bytes" field.
func (*AllTypesMutation) SetField ¶
func (m *AllTypesMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*AllTypesMutation) SetFloat32 ¶
func (m *AllTypesMutation) SetFloat32(f float32)
SetFloat32 sets the "float32" field.
func (*AllTypesMutation) SetFloat64 ¶
func (m *AllTypesMutation) SetFloat64(f float64)
SetFloat64 sets the "float64" field.
func (*AllTypesMutation) SetID ¶
func (m *AllTypesMutation) SetID(id uint32)
SetID sets the value of the id field. Note that this operation is only accepted on creation of AllTypes entities.
func (*AllTypesMutation) SetInt ¶
func (m *AllTypesMutation) SetInt(i int)
SetInt sets the "int" field.
func (*AllTypesMutation) SetInt16 ¶
func (m *AllTypesMutation) SetInt16(i int16)
SetInt16 sets the "int16" field.
func (*AllTypesMutation) SetInt32 ¶
func (m *AllTypesMutation) SetInt32(i int32)
SetInt32 sets the "int32" field.
func (*AllTypesMutation) SetInt64 ¶
func (m *AllTypesMutation) SetInt64(i int64)
SetInt64 sets the "int64" field.
func (*AllTypesMutation) SetInt8 ¶
func (m *AllTypesMutation) SetInt8(i int8)
SetInt8 sets the "int8" field.
func (*AllTypesMutation) SetState ¶
func (m *AllTypesMutation) SetState(a alltypes.State)
SetState sets the "state" field.
func (*AllTypesMutation) SetStringType ¶
func (m *AllTypesMutation) SetStringType(s string)
SetStringType sets the "string_type" field.
func (*AllTypesMutation) SetText ¶
func (m *AllTypesMutation) SetText(s string)
SetText sets the "text" field.
func (*AllTypesMutation) SetTime ¶
func (m *AllTypesMutation) SetTime(t time.Time)
SetTime sets the "time" field.
func (*AllTypesMutation) SetUUID ¶
func (m *AllTypesMutation) SetUUID(u uuid.UUID)
SetUUID sets the "uuid" field.
func (*AllTypesMutation) SetUint ¶
func (m *AllTypesMutation) SetUint(u uint)
SetUint sets the "uint" field.
func (*AllTypesMutation) SetUint16 ¶
func (m *AllTypesMutation) SetUint16(u uint16)
SetUint16 sets the "uint16" field.
func (*AllTypesMutation) SetUint32 ¶
func (m *AllTypesMutation) SetUint32(u uint32)
SetUint32 sets the "uint32" field.
func (*AllTypesMutation) SetUint64 ¶
func (m *AllTypesMutation) SetUint64(u uint64)
SetUint64 sets the "uint64" field.
func (*AllTypesMutation) SetUint8 ¶
func (m *AllTypesMutation) SetUint8(u uint8)
SetUint8 sets the "uint8" field.
func (*AllTypesMutation) State ¶
func (m *AllTypesMutation) State() (r alltypes.State, exists bool)
State returns the value of the "state" field in the mutation.
func (*AllTypesMutation) StringType ¶
func (m *AllTypesMutation) StringType() (r string, exists bool)
StringType returns the value of the "string_type" field in the mutation.
func (*AllTypesMutation) Text ¶
func (m *AllTypesMutation) Text() (r string, exists bool)
Text returns the value of the "text" field in the mutation.
func (*AllTypesMutation) Time ¶
func (m *AllTypesMutation) Time() (r time.Time, exists bool)
Time returns the value of the "time" field in the mutation.
func (AllTypesMutation) Tx ¶
func (m AllTypesMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*AllTypesMutation) Type ¶
func (m *AllTypesMutation) Type() string
Type returns the node type of this mutation (AllTypes).
func (*AllTypesMutation) UUID ¶
func (m *AllTypesMutation) UUID() (r uuid.UUID, exists bool)
UUID returns the value of the "uuid" field in the mutation.
func (*AllTypesMutation) Uint ¶
func (m *AllTypesMutation) Uint() (r uint, exists bool)
Uint returns the value of the "uint" field in the mutation.
func (*AllTypesMutation) Uint16 ¶
func (m *AllTypesMutation) Uint16() (r uint16, exists bool)
Uint16 returns the value of the "uint16" field in the mutation.
func (*AllTypesMutation) Uint32 ¶
func (m *AllTypesMutation) Uint32() (r uint32, exists bool)
Uint32 returns the value of the "uint32" field in the mutation.
func (*AllTypesMutation) Uint64 ¶
func (m *AllTypesMutation) Uint64() (r uint64, exists bool)
Uint64 returns the value of the "uint64" field in the mutation.
func (*AllTypesMutation) Uint8 ¶
func (m *AllTypesMutation) Uint8() (r uint8, exists bool)
Uint8 returns the value of the "uint8" field in the mutation.
func (*AllTypesMutation) Where ¶
func (m *AllTypesMutation) Where(ps ...predicate.AllTypes)
Where appends a list predicates to the AllTypesMutation builder.
type AllTypesQuery ¶
type AllTypesQuery struct {
// contains filtered or unexported fields
}
AllTypesQuery is the builder for querying AllTypes entities.
func (*AllTypesQuery) All ¶
func (atq *AllTypesQuery) All(ctx context.Context) ([]*AllTypes, error)
All executes the query and returns a list of AllTypesSlice.
func (*AllTypesQuery) AllX ¶
func (atq *AllTypesQuery) AllX(ctx context.Context) []*AllTypes
AllX is like All, but panics if an error occurs.
func (*AllTypesQuery) Clone ¶
func (atq *AllTypesQuery) Clone() *AllTypesQuery
Clone returns a duplicate of the AllTypesQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*AllTypesQuery) Count ¶
func (atq *AllTypesQuery) Count(ctx context.Context) (int, error)
Count returns the count of the given query.
func (*AllTypesQuery) CountX ¶
func (atq *AllTypesQuery) CountX(ctx context.Context) int
CountX is like Count, but panics if an error occurs.
func (*AllTypesQuery) Exist ¶
func (atq *AllTypesQuery) Exist(ctx context.Context) (bool, error)
Exist returns true if the query has elements in the graph.
func (*AllTypesQuery) ExistX ¶
func (atq *AllTypesQuery) ExistX(ctx context.Context) bool
ExistX is like Exist, but panics if an error occurs.
func (*AllTypesQuery) First ¶
func (atq *AllTypesQuery) First(ctx context.Context) (*AllTypes, error)
First returns the first AllTypes entity from the query. Returns a *NotFoundError when no AllTypes was found.
func (*AllTypesQuery) FirstID ¶
func (atq *AllTypesQuery) FirstID(ctx context.Context) (id uint32, err error)
FirstID returns the first AllTypes ID from the query. Returns a *NotFoundError when no AllTypes ID was found.
func (*AllTypesQuery) FirstIDX ¶
func (atq *AllTypesQuery) FirstIDX(ctx context.Context) uint32
FirstIDX is like FirstID, but panics if an error occurs.
func (*AllTypesQuery) FirstX ¶
func (atq *AllTypesQuery) FirstX(ctx context.Context) *AllTypes
FirstX is like First, but panics if an error occurs.
func (*AllTypesQuery) GroupBy ¶
func (atq *AllTypesQuery) GroupBy(field string, fields ...string) *AllTypesGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
Example:
var v []struct { Int int `json:"int,omitempty"` Count int `json:"count,omitempty"` } client.AllTypes.Query(). GroupBy(alltypes.FieldInt). Aggregate(ent.Count()). Scan(ctx, &v)
func (*AllTypesQuery) IDs ¶
func (atq *AllTypesQuery) IDs(ctx context.Context) ([]uint32, error)
IDs executes the query and returns a list of AllTypes IDs.
func (*AllTypesQuery) IDsX ¶
func (atq *AllTypesQuery) IDsX(ctx context.Context) []uint32
IDsX is like IDs, but panics if an error occurs.
func (*AllTypesQuery) Limit ¶
func (atq *AllTypesQuery) Limit(limit int) *AllTypesQuery
Limit adds a limit step to the query.
func (*AllTypesQuery) Offset ¶
func (atq *AllTypesQuery) Offset(offset int) *AllTypesQuery
Offset adds an offset step to the query.
func (*AllTypesQuery) Only ¶
func (atq *AllTypesQuery) Only(ctx context.Context) (*AllTypes, error)
Only returns a single AllTypes entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one AllTypes entity is found. Returns a *NotFoundError when no AllTypes entities are found.
func (*AllTypesQuery) OnlyID ¶
func (atq *AllTypesQuery) OnlyID(ctx context.Context) (id uint32, err error)
OnlyID is like Only, but returns the only AllTypes ID in the query. Returns a *NotSingularError when more than one AllTypes ID is found. Returns a *NotFoundError when no entities are found.
func (*AllTypesQuery) OnlyIDX ¶
func (atq *AllTypesQuery) OnlyIDX(ctx context.Context) uint32
OnlyIDX is like OnlyID, but panics if an error occurs.
func (*AllTypesQuery) OnlyX ¶
func (atq *AllTypesQuery) OnlyX(ctx context.Context) *AllTypes
OnlyX is like Only, but panics if an error occurs.
func (*AllTypesQuery) Order ¶
func (atq *AllTypesQuery) Order(o ...OrderFunc) *AllTypesQuery
Order adds an order step to the query.
func (*AllTypesQuery) Select ¶
func (atq *AllTypesQuery) Select(fields ...string) *AllTypesSelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
Example:
var v []struct { Int int `json:"int,omitempty"` } client.AllTypes.Query(). Select(alltypes.FieldInt). Scan(ctx, &v)
func (*AllTypesQuery) Unique ¶
func (atq *AllTypesQuery) Unique(unique bool) *AllTypesQuery
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*AllTypesQuery) Where ¶
func (atq *AllTypesQuery) Where(ps ...predicate.AllTypes) *AllTypesQuery
Where adds a new predicate for the AllTypesQuery builder.
type AllTypesSelect ¶
type AllTypesSelect struct { *AllTypesQuery // contains filtered or unexported fields }
AllTypesSelect is the builder for selecting fields of AllTypes entities.
func (*AllTypesSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*AllTypesSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*AllTypesSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*AllTypesSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*AllTypesSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*AllTypesSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*AllTypesSelect) Scan ¶
func (ats *AllTypesSelect) Scan(ctx context.Context, v any) error
Scan applies the selector query and scans the result into the given value.
func (*AllTypesSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type AllTypesUpdate ¶
type AllTypesUpdate struct {
// contains filtered or unexported fields
}
AllTypesUpdate is the builder for updating AllTypes entities.
func (*AllTypesUpdate) AddFloat32 ¶
func (atu *AllTypesUpdate) AddFloat32(f float32) *AllTypesUpdate
AddFloat32 adds f to the "float32" field.
func (*AllTypesUpdate) AddFloat64 ¶
func (atu *AllTypesUpdate) AddFloat64(f float64) *AllTypesUpdate
AddFloat64 adds f to the "float64" field.
func (*AllTypesUpdate) AddInt ¶
func (atu *AllTypesUpdate) AddInt(i int) *AllTypesUpdate
AddInt adds i to the "int" field.
func (*AllTypesUpdate) AddInt16 ¶
func (atu *AllTypesUpdate) AddInt16(i int16) *AllTypesUpdate
AddInt16 adds i to the "int16" field.
func (*AllTypesUpdate) AddInt32 ¶
func (atu *AllTypesUpdate) AddInt32(i int32) *AllTypesUpdate
AddInt32 adds i to the "int32" field.
func (*AllTypesUpdate) AddInt64 ¶
func (atu *AllTypesUpdate) AddInt64(i int64) *AllTypesUpdate
AddInt64 adds i to the "int64" field.
func (*AllTypesUpdate) AddInt8 ¶
func (atu *AllTypesUpdate) AddInt8(i int8) *AllTypesUpdate
AddInt8 adds i to the "int8" field.
func (*AllTypesUpdate) AddUint ¶
func (atu *AllTypesUpdate) AddUint(u int) *AllTypesUpdate
AddUint adds u to the "uint" field.
func (*AllTypesUpdate) AddUint16 ¶
func (atu *AllTypesUpdate) AddUint16(u int16) *AllTypesUpdate
AddUint16 adds u to the "uint16" field.
func (*AllTypesUpdate) AddUint32 ¶
func (atu *AllTypesUpdate) AddUint32(u int32) *AllTypesUpdate
AddUint32 adds u to the "uint32" field.
func (*AllTypesUpdate) AddUint64 ¶
func (atu *AllTypesUpdate) AddUint64(u int64) *AllTypesUpdate
AddUint64 adds u to the "uint64" field.
func (*AllTypesUpdate) AddUint8 ¶
func (atu *AllTypesUpdate) AddUint8(u int8) *AllTypesUpdate
AddUint8 adds u to the "uint8" field.
func (*AllTypesUpdate) Exec ¶
func (atu *AllTypesUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*AllTypesUpdate) ExecX ¶
func (atu *AllTypesUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*AllTypesUpdate) Mutation ¶
func (atu *AllTypesUpdate) Mutation() *AllTypesMutation
Mutation returns the AllTypesMutation object of the builder.
func (*AllTypesUpdate) Save ¶
func (atu *AllTypesUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*AllTypesUpdate) SaveX ¶
func (atu *AllTypesUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*AllTypesUpdate) SetBool ¶
func (atu *AllTypesUpdate) SetBool(b bool) *AllTypesUpdate
SetBool sets the "bool" field.
func (*AllTypesUpdate) SetBytes ¶
func (atu *AllTypesUpdate) SetBytes(b []byte) *AllTypesUpdate
SetBytes sets the "bytes" field.
func (*AllTypesUpdate) SetFloat32 ¶
func (atu *AllTypesUpdate) SetFloat32(f float32) *AllTypesUpdate
SetFloat32 sets the "float32" field.
func (*AllTypesUpdate) SetFloat64 ¶
func (atu *AllTypesUpdate) SetFloat64(f float64) *AllTypesUpdate
SetFloat64 sets the "float64" field.
func (*AllTypesUpdate) SetInt ¶
func (atu *AllTypesUpdate) SetInt(i int) *AllTypesUpdate
SetInt sets the "int" field.
func (*AllTypesUpdate) SetInt16 ¶
func (atu *AllTypesUpdate) SetInt16(i int16) *AllTypesUpdate
SetInt16 sets the "int16" field.
func (*AllTypesUpdate) SetInt32 ¶
func (atu *AllTypesUpdate) SetInt32(i int32) *AllTypesUpdate
SetInt32 sets the "int32" field.
func (*AllTypesUpdate) SetInt64 ¶
func (atu *AllTypesUpdate) SetInt64(i int64) *AllTypesUpdate
SetInt64 sets the "int64" field.
func (*AllTypesUpdate) SetInt8 ¶
func (atu *AllTypesUpdate) SetInt8(i int8) *AllTypesUpdate
SetInt8 sets the "int8" field.
func (*AllTypesUpdate) SetState ¶
func (atu *AllTypesUpdate) SetState(a alltypes.State) *AllTypesUpdate
SetState sets the "state" field.
func (*AllTypesUpdate) SetStringType ¶
func (atu *AllTypesUpdate) SetStringType(s string) *AllTypesUpdate
SetStringType sets the "string_type" field.
func (*AllTypesUpdate) SetText ¶
func (atu *AllTypesUpdate) SetText(s string) *AllTypesUpdate
SetText sets the "text" field.
func (*AllTypesUpdate) SetTime ¶
func (atu *AllTypesUpdate) SetTime(t time.Time) *AllTypesUpdate
SetTime sets the "time" field.
func (*AllTypesUpdate) SetUUID ¶
func (atu *AllTypesUpdate) SetUUID(u uuid.UUID) *AllTypesUpdate
SetUUID sets the "uuid" field.
func (*AllTypesUpdate) SetUint ¶
func (atu *AllTypesUpdate) SetUint(u uint) *AllTypesUpdate
SetUint sets the "uint" field.
func (*AllTypesUpdate) SetUint16 ¶
func (atu *AllTypesUpdate) SetUint16(u uint16) *AllTypesUpdate
SetUint16 sets the "uint16" field.
func (*AllTypesUpdate) SetUint32 ¶
func (atu *AllTypesUpdate) SetUint32(u uint32) *AllTypesUpdate
SetUint32 sets the "uint32" field.
func (*AllTypesUpdate) SetUint64 ¶
func (atu *AllTypesUpdate) SetUint64(u uint64) *AllTypesUpdate
SetUint64 sets the "uint64" field.
func (*AllTypesUpdate) SetUint8 ¶
func (atu *AllTypesUpdate) SetUint8(u uint8) *AllTypesUpdate
SetUint8 sets the "uint8" field.
func (*AllTypesUpdate) Where ¶
func (atu *AllTypesUpdate) Where(ps ...predicate.AllTypes) *AllTypesUpdate
Where appends a list predicates to the AllTypesUpdate builder.
type AllTypesUpdateOne ¶
type AllTypesUpdateOne struct {
// contains filtered or unexported fields
}
AllTypesUpdateOne is the builder for updating a single AllTypes entity.
func (*AllTypesUpdateOne) AddFloat32 ¶
func (atuo *AllTypesUpdateOne) AddFloat32(f float32) *AllTypesUpdateOne
AddFloat32 adds f to the "float32" field.
func (*AllTypesUpdateOne) AddFloat64 ¶
func (atuo *AllTypesUpdateOne) AddFloat64(f float64) *AllTypesUpdateOne
AddFloat64 adds f to the "float64" field.
func (*AllTypesUpdateOne) AddInt ¶
func (atuo *AllTypesUpdateOne) AddInt(i int) *AllTypesUpdateOne
AddInt adds i to the "int" field.
func (*AllTypesUpdateOne) AddInt16 ¶
func (atuo *AllTypesUpdateOne) AddInt16(i int16) *AllTypesUpdateOne
AddInt16 adds i to the "int16" field.
func (*AllTypesUpdateOne) AddInt32 ¶
func (atuo *AllTypesUpdateOne) AddInt32(i int32) *AllTypesUpdateOne
AddInt32 adds i to the "int32" field.
func (*AllTypesUpdateOne) AddInt64 ¶
func (atuo *AllTypesUpdateOne) AddInt64(i int64) *AllTypesUpdateOne
AddInt64 adds i to the "int64" field.
func (*AllTypesUpdateOne) AddInt8 ¶
func (atuo *AllTypesUpdateOne) AddInt8(i int8) *AllTypesUpdateOne
AddInt8 adds i to the "int8" field.
func (*AllTypesUpdateOne) AddUint ¶
func (atuo *AllTypesUpdateOne) AddUint(u int) *AllTypesUpdateOne
AddUint adds u to the "uint" field.
func (*AllTypesUpdateOne) AddUint16 ¶
func (atuo *AllTypesUpdateOne) AddUint16(u int16) *AllTypesUpdateOne
AddUint16 adds u to the "uint16" field.
func (*AllTypesUpdateOne) AddUint32 ¶
func (atuo *AllTypesUpdateOne) AddUint32(u int32) *AllTypesUpdateOne
AddUint32 adds u to the "uint32" field.
func (*AllTypesUpdateOne) AddUint64 ¶
func (atuo *AllTypesUpdateOne) AddUint64(u int64) *AllTypesUpdateOne
AddUint64 adds u to the "uint64" field.
func (*AllTypesUpdateOne) AddUint8 ¶
func (atuo *AllTypesUpdateOne) AddUint8(u int8) *AllTypesUpdateOne
AddUint8 adds u to the "uint8" field.
func (*AllTypesUpdateOne) Exec ¶
func (atuo *AllTypesUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*AllTypesUpdateOne) ExecX ¶
func (atuo *AllTypesUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*AllTypesUpdateOne) Mutation ¶
func (atuo *AllTypesUpdateOne) Mutation() *AllTypesMutation
Mutation returns the AllTypesMutation object of the builder.
func (*AllTypesUpdateOne) Save ¶
func (atuo *AllTypesUpdateOne) Save(ctx context.Context) (*AllTypes, error)
Save executes the query and returns the updated AllTypes entity.
func (*AllTypesUpdateOne) SaveX ¶
func (atuo *AllTypesUpdateOne) SaveX(ctx context.Context) *AllTypes
SaveX is like Save, but panics if an error occurs.
func (*AllTypesUpdateOne) Select ¶
func (atuo *AllTypesUpdateOne) Select(field string, fields ...string) *AllTypesUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
func (*AllTypesUpdateOne) SetBool ¶
func (atuo *AllTypesUpdateOne) SetBool(b bool) *AllTypesUpdateOne
SetBool sets the "bool" field.
func (*AllTypesUpdateOne) SetBytes ¶
func (atuo *AllTypesUpdateOne) SetBytes(b []byte) *AllTypesUpdateOne
SetBytes sets the "bytes" field.
func (*AllTypesUpdateOne) SetFloat32 ¶
func (atuo *AllTypesUpdateOne) SetFloat32(f float32) *AllTypesUpdateOne
SetFloat32 sets the "float32" field.
func (*AllTypesUpdateOne) SetFloat64 ¶
func (atuo *AllTypesUpdateOne) SetFloat64(f float64) *AllTypesUpdateOne
SetFloat64 sets the "float64" field.
func (*AllTypesUpdateOne) SetInt ¶
func (atuo *AllTypesUpdateOne) SetInt(i int) *AllTypesUpdateOne
SetInt sets the "int" field.
func (*AllTypesUpdateOne) SetInt16 ¶
func (atuo *AllTypesUpdateOne) SetInt16(i int16) *AllTypesUpdateOne
SetInt16 sets the "int16" field.
func (*AllTypesUpdateOne) SetInt32 ¶
func (atuo *AllTypesUpdateOne) SetInt32(i int32) *AllTypesUpdateOne
SetInt32 sets the "int32" field.
func (*AllTypesUpdateOne) SetInt64 ¶
func (atuo *AllTypesUpdateOne) SetInt64(i int64) *AllTypesUpdateOne
SetInt64 sets the "int64" field.
func (*AllTypesUpdateOne) SetInt8 ¶
func (atuo *AllTypesUpdateOne) SetInt8(i int8) *AllTypesUpdateOne
SetInt8 sets the "int8" field.
func (*AllTypesUpdateOne) SetState ¶
func (atuo *AllTypesUpdateOne) SetState(a alltypes.State) *AllTypesUpdateOne
SetState sets the "state" field.
func (*AllTypesUpdateOne) SetStringType ¶
func (atuo *AllTypesUpdateOne) SetStringType(s string) *AllTypesUpdateOne
SetStringType sets the "string_type" field.
func (*AllTypesUpdateOne) SetText ¶
func (atuo *AllTypesUpdateOne) SetText(s string) *AllTypesUpdateOne
SetText sets the "text" field.
func (*AllTypesUpdateOne) SetTime ¶
func (atuo *AllTypesUpdateOne) SetTime(t time.Time) *AllTypesUpdateOne
SetTime sets the "time" field.
func (*AllTypesUpdateOne) SetUUID ¶
func (atuo *AllTypesUpdateOne) SetUUID(u uuid.UUID) *AllTypesUpdateOne
SetUUID sets the "uuid" field.
func (*AllTypesUpdateOne) SetUint ¶
func (atuo *AllTypesUpdateOne) SetUint(u uint) *AllTypesUpdateOne
SetUint sets the "uint" field.
func (*AllTypesUpdateOne) SetUint16 ¶
func (atuo *AllTypesUpdateOne) SetUint16(u uint16) *AllTypesUpdateOne
SetUint16 sets the "uint16" field.
func (*AllTypesUpdateOne) SetUint32 ¶
func (atuo *AllTypesUpdateOne) SetUint32(u uint32) *AllTypesUpdateOne
SetUint32 sets the "uint32" field.
func (*AllTypesUpdateOne) SetUint64 ¶
func (atuo *AllTypesUpdateOne) SetUint64(u uint64) *AllTypesUpdateOne
SetUint64 sets the "uint64" field.
func (*AllTypesUpdateOne) SetUint8 ¶
func (atuo *AllTypesUpdateOne) SetUint8(u uint8) *AllTypesUpdateOne
SetUint8 sets the "uint8" field.
type Category ¶
type Category struct { // ID of the ent. ID int `json:"id,omitempty"` // Name holds the value of the "name" field. Name string `json:"name,omitempty"` // Readonly holds the value of the "readonly" field. Readonly string `json:"readonly,omitempty"` // Edges holds the relations/edges for other nodes in the graph. // The values are being populated by the CategoryQuery when eager-loading is set. Edges CategoryEdges `json:"edges"` // contains filtered or unexported fields }
Category is the model entity for the Category schema.
func (*Category) Unwrap ¶
Unwrap unwraps the Category entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*Category) Update ¶
func (c *Category) Update() *CategoryUpdateOne
Update returns a builder for updating this Category. Note that you need to call Category.Unwrap() before calling this method if this Category was returned from a transaction, and the transaction was committed or rolled back.
type CategoryClient ¶
type CategoryClient struct {
// contains filtered or unexported fields
}
CategoryClient is a client for the Category schema.
func NewCategoryClient ¶
func NewCategoryClient(c config) *CategoryClient
NewCategoryClient returns a client for the Category from the given config.
func (*CategoryClient) Create ¶
func (c *CategoryClient) Create() *CategoryCreate
Create returns a builder for creating a Category entity.
func (*CategoryClient) CreateBulk ¶
func (c *CategoryClient) CreateBulk(builders ...*CategoryCreate) *CategoryCreateBulk
CreateBulk returns a builder for creating a bulk of Category entities.
func (*CategoryClient) Delete ¶
func (c *CategoryClient) Delete() *CategoryDelete
Delete returns a delete builder for Category.
func (*CategoryClient) DeleteOne ¶
func (c *CategoryClient) DeleteOne(ca *Category) *CategoryDeleteOne
DeleteOne returns a builder for deleting the given entity.
func (*CategoryClient) DeleteOneID ¶
func (c *CategoryClient) DeleteOneID(id int) *CategoryDeleteOne
DeleteOne returns a builder for deleting the given entity by its id.
func (*CategoryClient) GetX ¶
func (c *CategoryClient) GetX(ctx context.Context, id int) *Category
GetX is like Get, but panics if an error occurs.
func (*CategoryClient) Hooks ¶
func (c *CategoryClient) Hooks() []Hook
Hooks returns the client hooks.
func (*CategoryClient) Query ¶
func (c *CategoryClient) Query() *CategoryQuery
Query returns a query builder for Category.
func (*CategoryClient) QueryPets ¶
func (c *CategoryClient) QueryPets(ca *Category) *PetQuery
QueryPets queries the pets edge of a Category.
func (*CategoryClient) Update ¶
func (c *CategoryClient) Update() *CategoryUpdate
Update returns an update builder for Category.
func (*CategoryClient) UpdateOne ¶
func (c *CategoryClient) UpdateOne(ca *Category) *CategoryUpdateOne
UpdateOne returns an update builder for the given entity.
func (*CategoryClient) UpdateOneID ¶
func (c *CategoryClient) UpdateOneID(id int) *CategoryUpdateOne
UpdateOneID returns an update builder for the given id.
func (*CategoryClient) Use ¶
func (c *CategoryClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `category.Hooks(f(g(h())))`.
type CategoryCreate ¶
type CategoryCreate struct {
// contains filtered or unexported fields
}
CategoryCreate is the builder for creating a Category entity.
func (*CategoryCreate) AddPetIDs ¶
func (cc *CategoryCreate) AddPetIDs(ids ...int) *CategoryCreate
AddPetIDs adds the "pets" edge to the Pet entity by IDs.
func (*CategoryCreate) AddPets ¶
func (cc *CategoryCreate) AddPets(p ...*Pet) *CategoryCreate
AddPets adds the "pets" edges to the Pet entity.
func (*CategoryCreate) Exec ¶
func (cc *CategoryCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*CategoryCreate) ExecX ¶
func (cc *CategoryCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*CategoryCreate) Mutation ¶
func (cc *CategoryCreate) Mutation() *CategoryMutation
Mutation returns the CategoryMutation object of the builder.
func (*CategoryCreate) Save ¶
func (cc *CategoryCreate) Save(ctx context.Context) (*Category, error)
Save creates the Category in the database.
func (*CategoryCreate) SaveX ¶
func (cc *CategoryCreate) SaveX(ctx context.Context) *Category
SaveX calls Save and panics if Save returns an error.
func (*CategoryCreate) SetName ¶
func (cc *CategoryCreate) SetName(s string) *CategoryCreate
SetName sets the "name" field.
func (*CategoryCreate) SetNillableReadonly ¶
func (cc *CategoryCreate) SetNillableReadonly(s *string) *CategoryCreate
SetNillableReadonly sets the "readonly" field if the given value is not nil.
func (*CategoryCreate) SetReadonly ¶
func (cc *CategoryCreate) SetReadonly(s string) *CategoryCreate
SetReadonly sets the "readonly" field.
type CategoryCreateBulk ¶
type CategoryCreateBulk struct {
// contains filtered or unexported fields
}
CategoryCreateBulk is the builder for creating many Category entities in bulk.
func (*CategoryCreateBulk) Exec ¶
func (ccb *CategoryCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*CategoryCreateBulk) ExecX ¶
func (ccb *CategoryCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type CategoryDelete ¶
type CategoryDelete struct {
// contains filtered or unexported fields
}
CategoryDelete is the builder for deleting a Category entity.
func (*CategoryDelete) Exec ¶
func (cd *CategoryDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*CategoryDelete) ExecX ¶
func (cd *CategoryDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*CategoryDelete) Where ¶
func (cd *CategoryDelete) Where(ps ...predicate.Category) *CategoryDelete
Where appends a list predicates to the CategoryDelete builder.
type CategoryDeleteOne ¶
type CategoryDeleteOne struct {
// contains filtered or unexported fields
}
CategoryDeleteOne is the builder for deleting a single Category entity.
func (*CategoryDeleteOne) Exec ¶
func (cdo *CategoryDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*CategoryDeleteOne) ExecX ¶
func (cdo *CategoryDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type CategoryEdges ¶
type CategoryEdges struct { // Pets holds the value of the pets edge. Pets []*Pet `json:"pets,omitempty"` // contains filtered or unexported fields }
CategoryEdges holds the relations/edges for other nodes in the graph.
func (CategoryEdges) PetsOrErr ¶
func (e CategoryEdges) PetsOrErr() ([]*Pet, error)
PetsOrErr returns the Pets value or an error if the edge was not loaded in eager-loading.
type CategoryGroupBy ¶
type CategoryGroupBy struct {
// contains filtered or unexported fields
}
CategoryGroupBy is the group-by builder for Category entities.
func (*CategoryGroupBy) Aggregate ¶
func (cgb *CategoryGroupBy) Aggregate(fns ...AggregateFunc) *CategoryGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*CategoryGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*CategoryGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*CategoryGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*CategoryGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*CategoryGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*CategoryGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*CategoryGroupBy) Scan ¶
func (cgb *CategoryGroupBy) Scan(ctx context.Context, v any) error
Scan applies the group-by query and scans the result into the given value.
func (*CategoryGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type CategoryMutation ¶
type CategoryMutation struct {
// contains filtered or unexported fields
}
CategoryMutation represents an operation that mutates the Category nodes in the graph.
func (*CategoryMutation) AddField ¶
func (m *CategoryMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*CategoryMutation) AddPetIDs ¶
func (m *CategoryMutation) AddPetIDs(ids ...int)
AddPetIDs adds the "pets" edge to the Pet entity by ids.
func (*CategoryMutation) AddedEdges ¶
func (m *CategoryMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*CategoryMutation) AddedField ¶
func (m *CategoryMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*CategoryMutation) AddedFields ¶
func (m *CategoryMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*CategoryMutation) AddedIDs ¶
func (m *CategoryMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*CategoryMutation) ClearEdge ¶
func (m *CategoryMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*CategoryMutation) ClearField ¶
func (m *CategoryMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*CategoryMutation) ClearPets ¶
func (m *CategoryMutation) ClearPets()
ClearPets clears the "pets" edge to the Pet entity.
func (*CategoryMutation) ClearReadonly ¶
func (m *CategoryMutation) ClearReadonly()
ClearReadonly clears the value of the "readonly" field.
func (*CategoryMutation) ClearedEdges ¶
func (m *CategoryMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*CategoryMutation) ClearedFields ¶
func (m *CategoryMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (CategoryMutation) Client ¶
func (m CategoryMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*CategoryMutation) EdgeCleared ¶
func (m *CategoryMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*CategoryMutation) Field ¶
func (m *CategoryMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*CategoryMutation) FieldCleared ¶
func (m *CategoryMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*CategoryMutation) Fields ¶
func (m *CategoryMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*CategoryMutation) ID ¶
func (m *CategoryMutation) ID() (id int, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*CategoryMutation) IDs ¶
func (m *CategoryMutation) IDs(ctx context.Context) ([]int, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*CategoryMutation) Name ¶
func (m *CategoryMutation) Name() (r string, exists bool)
Name returns the value of the "name" field in the mutation.
func (*CategoryMutation) OldField ¶
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*CategoryMutation) OldName ¶
func (m *CategoryMutation) OldName(ctx context.Context) (v string, err error)
OldName returns the old "name" field's value of the Category entity. If the Category object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*CategoryMutation) OldReadonly ¶
func (m *CategoryMutation) OldReadonly(ctx context.Context) (v string, err error)
OldReadonly returns the old "readonly" field's value of the Category entity. If the Category object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*CategoryMutation) PetsCleared ¶
func (m *CategoryMutation) PetsCleared() bool
PetsCleared reports if the "pets" edge to the Pet entity was cleared.
func (*CategoryMutation) PetsIDs ¶
func (m *CategoryMutation) PetsIDs() (ids []int)
PetsIDs returns the "pets" edge IDs in the mutation.
func (*CategoryMutation) Readonly ¶
func (m *CategoryMutation) Readonly() (r string, exists bool)
Readonly returns the value of the "readonly" field in the mutation.
func (*CategoryMutation) ReadonlyCleared ¶
func (m *CategoryMutation) ReadonlyCleared() bool
ReadonlyCleared returns if the "readonly" field was cleared in this mutation.
func (*CategoryMutation) RemovePetIDs ¶
func (m *CategoryMutation) RemovePetIDs(ids ...int)
RemovePetIDs removes the "pets" edge to the Pet entity by IDs.
func (*CategoryMutation) RemovedEdges ¶
func (m *CategoryMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*CategoryMutation) RemovedIDs ¶
func (m *CategoryMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*CategoryMutation) RemovedPetsIDs ¶
func (m *CategoryMutation) RemovedPetsIDs() (ids []int)
RemovedPets returns the removed IDs of the "pets" edge to the Pet entity.
func (*CategoryMutation) ResetEdge ¶
func (m *CategoryMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*CategoryMutation) ResetField ¶
func (m *CategoryMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*CategoryMutation) ResetName ¶
func (m *CategoryMutation) ResetName()
ResetName resets all changes to the "name" field.
func (*CategoryMutation) ResetPets ¶
func (m *CategoryMutation) ResetPets()
ResetPets resets all changes to the "pets" edge.
func (*CategoryMutation) ResetReadonly ¶
func (m *CategoryMutation) ResetReadonly()
ResetReadonly resets all changes to the "readonly" field.
func (*CategoryMutation) SetField ¶
func (m *CategoryMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*CategoryMutation) SetName ¶
func (m *CategoryMutation) SetName(s string)
SetName sets the "name" field.
func (*CategoryMutation) SetReadonly ¶
func (m *CategoryMutation) SetReadonly(s string)
SetReadonly sets the "readonly" field.
func (CategoryMutation) Tx ¶
func (m CategoryMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*CategoryMutation) Type ¶
func (m *CategoryMutation) Type() string
Type returns the node type of this mutation (Category).
func (*CategoryMutation) Where ¶
func (m *CategoryMutation) Where(ps ...predicate.Category)
Where appends a list predicates to the CategoryMutation builder.
type CategoryQuery ¶
type CategoryQuery struct {
// contains filtered or unexported fields
}
CategoryQuery is the builder for querying Category entities.
func (*CategoryQuery) All ¶
func (cq *CategoryQuery) All(ctx context.Context) ([]*Category, error)
All executes the query and returns a list of Categories.
func (*CategoryQuery) AllX ¶
func (cq *CategoryQuery) AllX(ctx context.Context) []*Category
AllX is like All, but panics if an error occurs.
func (*CategoryQuery) Clone ¶
func (cq *CategoryQuery) Clone() *CategoryQuery
Clone returns a duplicate of the CategoryQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*CategoryQuery) Count ¶
func (cq *CategoryQuery) Count(ctx context.Context) (int, error)
Count returns the count of the given query.
func (*CategoryQuery) CountX ¶
func (cq *CategoryQuery) CountX(ctx context.Context) int
CountX is like Count, but panics if an error occurs.
func (*CategoryQuery) Exist ¶
func (cq *CategoryQuery) Exist(ctx context.Context) (bool, error)
Exist returns true if the query has elements in the graph.
func (*CategoryQuery) ExistX ¶
func (cq *CategoryQuery) ExistX(ctx context.Context) bool
ExistX is like Exist, but panics if an error occurs.
func (*CategoryQuery) First ¶
func (cq *CategoryQuery) First(ctx context.Context) (*Category, error)
First returns the first Category entity from the query. Returns a *NotFoundError when no Category was found.
func (*CategoryQuery) FirstID ¶
func (cq *CategoryQuery) FirstID(ctx context.Context) (id int, err error)
FirstID returns the first Category ID from the query. Returns a *NotFoundError when no Category ID was found.
func (*CategoryQuery) FirstIDX ¶
func (cq *CategoryQuery) FirstIDX(ctx context.Context) int
FirstIDX is like FirstID, but panics if an error occurs.
func (*CategoryQuery) FirstX ¶
func (cq *CategoryQuery) FirstX(ctx context.Context) *Category
FirstX is like First, but panics if an error occurs.
func (*CategoryQuery) GroupBy ¶
func (cq *CategoryQuery) GroupBy(field string, fields ...string) *CategoryGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
Example:
var v []struct { Name string `json:"name,omitempty"` Count int `json:"count,omitempty"` } client.Category.Query(). GroupBy(category.FieldName). Aggregate(ent.Count()). Scan(ctx, &v)
func (*CategoryQuery) IDs ¶
func (cq *CategoryQuery) IDs(ctx context.Context) ([]int, error)
IDs executes the query and returns a list of Category IDs.
func (*CategoryQuery) IDsX ¶
func (cq *CategoryQuery) IDsX(ctx context.Context) []int
IDsX is like IDs, but panics if an error occurs.
func (*CategoryQuery) Limit ¶
func (cq *CategoryQuery) Limit(limit int) *CategoryQuery
Limit adds a limit step to the query.
func (*CategoryQuery) Offset ¶
func (cq *CategoryQuery) Offset(offset int) *CategoryQuery
Offset adds an offset step to the query.
func (*CategoryQuery) Only ¶
func (cq *CategoryQuery) Only(ctx context.Context) (*Category, error)
Only returns a single Category entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one Category entity is found. Returns a *NotFoundError when no Category entities are found.
func (*CategoryQuery) OnlyID ¶
func (cq *CategoryQuery) OnlyID(ctx context.Context) (id int, err error)
OnlyID is like Only, but returns the only Category ID in the query. Returns a *NotSingularError when more than one Category ID is found. Returns a *NotFoundError when no entities are found.
func (*CategoryQuery) OnlyIDX ¶
func (cq *CategoryQuery) OnlyIDX(ctx context.Context) int
OnlyIDX is like OnlyID, but panics if an error occurs.
func (*CategoryQuery) OnlyX ¶
func (cq *CategoryQuery) OnlyX(ctx context.Context) *Category
OnlyX is like Only, but panics if an error occurs.
func (*CategoryQuery) Order ¶
func (cq *CategoryQuery) Order(o ...OrderFunc) *CategoryQuery
Order adds an order step to the query.
func (*CategoryQuery) QueryPets ¶
func (cq *CategoryQuery) QueryPets() *PetQuery
QueryPets chains the current query on the "pets" edge.
func (*CategoryQuery) Select ¶
func (cq *CategoryQuery) Select(fields ...string) *CategorySelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
Example:
var v []struct { Name string `json:"name,omitempty"` } client.Category.Query(). Select(category.FieldName). Scan(ctx, &v)
func (*CategoryQuery) Unique ¶
func (cq *CategoryQuery) Unique(unique bool) *CategoryQuery
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*CategoryQuery) Where ¶
func (cq *CategoryQuery) Where(ps ...predicate.Category) *CategoryQuery
Where adds a new predicate for the CategoryQuery builder.
func (*CategoryQuery) WithPets ¶
func (cq *CategoryQuery) WithPets(opts ...func(*PetQuery)) *CategoryQuery
WithPets tells the query-builder to eager-load the nodes that are connected to the "pets" edge. The optional arguments are used to configure the query builder of the edge.
type CategorySelect ¶
type CategorySelect struct { *CategoryQuery // contains filtered or unexported fields }
CategorySelect is the builder for selecting fields of Category entities.
func (*CategorySelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*CategorySelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*CategorySelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*CategorySelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*CategorySelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*CategorySelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*CategorySelect) Scan ¶
func (cs *CategorySelect) Scan(ctx context.Context, v any) error
Scan applies the selector query and scans the result into the given value.
func (*CategorySelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type CategoryUpdate ¶
type CategoryUpdate struct {
// contains filtered or unexported fields
}
CategoryUpdate is the builder for updating Category entities.
func (*CategoryUpdate) AddPetIDs ¶
func (cu *CategoryUpdate) AddPetIDs(ids ...int) *CategoryUpdate
AddPetIDs adds the "pets" edge to the Pet entity by IDs.
func (*CategoryUpdate) AddPets ¶
func (cu *CategoryUpdate) AddPets(p ...*Pet) *CategoryUpdate
AddPets adds the "pets" edges to the Pet entity.
func (*CategoryUpdate) ClearPets ¶
func (cu *CategoryUpdate) ClearPets() *CategoryUpdate
ClearPets clears all "pets" edges to the Pet entity.
func (*CategoryUpdate) ClearReadonly ¶
func (cu *CategoryUpdate) ClearReadonly() *CategoryUpdate
ClearReadonly clears the value of the "readonly" field.
func (*CategoryUpdate) Exec ¶
func (cu *CategoryUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*CategoryUpdate) ExecX ¶
func (cu *CategoryUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*CategoryUpdate) Mutation ¶
func (cu *CategoryUpdate) Mutation() *CategoryMutation
Mutation returns the CategoryMutation object of the builder.
func (*CategoryUpdate) RemovePetIDs ¶
func (cu *CategoryUpdate) RemovePetIDs(ids ...int) *CategoryUpdate
RemovePetIDs removes the "pets" edge to Pet entities by IDs.
func (*CategoryUpdate) RemovePets ¶
func (cu *CategoryUpdate) RemovePets(p ...*Pet) *CategoryUpdate
RemovePets removes "pets" edges to Pet entities.
func (*CategoryUpdate) Save ¶
func (cu *CategoryUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*CategoryUpdate) SaveX ¶
func (cu *CategoryUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*CategoryUpdate) SetName ¶
func (cu *CategoryUpdate) SetName(s string) *CategoryUpdate
SetName sets the "name" field.
func (*CategoryUpdate) SetNillableReadonly ¶
func (cu *CategoryUpdate) SetNillableReadonly(s *string) *CategoryUpdate
SetNillableReadonly sets the "readonly" field if the given value is not nil.
func (*CategoryUpdate) SetReadonly ¶
func (cu *CategoryUpdate) SetReadonly(s string) *CategoryUpdate
SetReadonly sets the "readonly" field.
func (*CategoryUpdate) Where ¶
func (cu *CategoryUpdate) Where(ps ...predicate.Category) *CategoryUpdate
Where appends a list predicates to the CategoryUpdate builder.
type CategoryUpdateOne ¶
type CategoryUpdateOne struct {
// contains filtered or unexported fields
}
CategoryUpdateOne is the builder for updating a single Category entity.
func (*CategoryUpdateOne) AddPetIDs ¶
func (cuo *CategoryUpdateOne) AddPetIDs(ids ...int) *CategoryUpdateOne
AddPetIDs adds the "pets" edge to the Pet entity by IDs.
func (*CategoryUpdateOne) AddPets ¶
func (cuo *CategoryUpdateOne) AddPets(p ...*Pet) *CategoryUpdateOne
AddPets adds the "pets" edges to the Pet entity.
func (*CategoryUpdateOne) ClearPets ¶
func (cuo *CategoryUpdateOne) ClearPets() *CategoryUpdateOne
ClearPets clears all "pets" edges to the Pet entity.
func (*CategoryUpdateOne) ClearReadonly ¶
func (cuo *CategoryUpdateOne) ClearReadonly() *CategoryUpdateOne
ClearReadonly clears the value of the "readonly" field.
func (*CategoryUpdateOne) Exec ¶
func (cuo *CategoryUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*CategoryUpdateOne) ExecX ¶
func (cuo *CategoryUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*CategoryUpdateOne) Mutation ¶
func (cuo *CategoryUpdateOne) Mutation() *CategoryMutation
Mutation returns the CategoryMutation object of the builder.
func (*CategoryUpdateOne) RemovePetIDs ¶
func (cuo *CategoryUpdateOne) RemovePetIDs(ids ...int) *CategoryUpdateOne
RemovePetIDs removes the "pets" edge to Pet entities by IDs.
func (*CategoryUpdateOne) RemovePets ¶
func (cuo *CategoryUpdateOne) RemovePets(p ...*Pet) *CategoryUpdateOne
RemovePets removes "pets" edges to Pet entities.
func (*CategoryUpdateOne) Save ¶
func (cuo *CategoryUpdateOne) Save(ctx context.Context) (*Category, error)
Save executes the query and returns the updated Category entity.
func (*CategoryUpdateOne) SaveX ¶
func (cuo *CategoryUpdateOne) SaveX(ctx context.Context) *Category
SaveX is like Save, but panics if an error occurs.
func (*CategoryUpdateOne) Select ¶
func (cuo *CategoryUpdateOne) Select(field string, fields ...string) *CategoryUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
func (*CategoryUpdateOne) SetName ¶
func (cuo *CategoryUpdateOne) SetName(s string) *CategoryUpdateOne
SetName sets the "name" field.
func (*CategoryUpdateOne) SetNillableReadonly ¶
func (cuo *CategoryUpdateOne) SetNillableReadonly(s *string) *CategoryUpdateOne
SetNillableReadonly sets the "readonly" field if the given value is not nil.
func (*CategoryUpdateOne) SetReadonly ¶
func (cuo *CategoryUpdateOne) SetReadonly(s string) *CategoryUpdateOne
SetReadonly sets the "readonly" field.
type Client ¶
type Client struct { // Schema is the client for creating, migrating and dropping schema. Schema *migrate.Schema // AllTypes is the client for interacting with the AllTypes builders. AllTypes *AllTypesClient // Category is the client for interacting with the Category builders. Category *CategoryClient // Pet is the client for interacting with the Pet builders. Pet *PetClient // User is the client for interacting with the User builders. User *UserClient // contains filtered or unexported fields }
Client is the client that holds all ent builders.
func FromContext ¶
FromContext returns a Client stored inside a context, or nil if there isn't one.
func Open ¶
Open opens a database/sql.DB specified by the driver name and the data source name, and returns a new client attached to it. Optional parameters can be added for configuring the client.
func (*Client) Debug ¶
Debug returns a new debug-client. It's used to get verbose logging on specific operations.
client.Debug(). AllTypes. Query(). Count(ctx)
type CommitFunc ¶
The CommitFunc type is an adapter to allow the use of ordinary function as a Committer. If f is a function with the appropriate signature, CommitFunc(f) is a Committer that calls f.
type CommitHook ¶
CommitHook defines the "commit middleware". A function that gets a Committer and returns a Committer. For example:
hook := func(next ent.Committer) ent.Committer { return ent.CommitFunc(func(ctx context.Context, tx *ent.Tx) error { // Do some stuff before. if err := next.Commit(ctx, tx); err != nil { return err } // Do some stuff after. return nil }) }
type ConstraintError ¶
type ConstraintError struct {
// contains filtered or unexported fields
}
ConstraintError returns when trying to create/update one or more entities and one or more of their constraints failed. For example, violation of edge or field uniqueness.
func (ConstraintError) Error ¶
func (e ConstraintError) Error() string
Error implements the error interface.
func (*ConstraintError) Unwrap ¶
func (e *ConstraintError) Unwrap() error
Unwrap implements the errors.Wrapper interface.
type MutateFunc ¶
type MutateFunc = ent.MutateFunc
ent aliases to avoid import conflicts in user's code.
type NotFoundError ¶
type NotFoundError struct {
// contains filtered or unexported fields
}
NotFoundError returns when trying to fetch a specific entity and it was not found in the database.
func (*NotFoundError) Error ¶
func (e *NotFoundError) Error() string
Error implements the error interface.
type NotLoadedError ¶
type NotLoadedError struct {
// contains filtered or unexported fields
}
NotLoadedError returns when trying to get a node that was not loaded by the query.
func (*NotLoadedError) Error ¶
func (e *NotLoadedError) Error() string
Error implements the error interface.
type NotSingularError ¶
type NotSingularError struct {
// contains filtered or unexported fields
}
NotSingularError returns when trying to fetch a singular entity and more then one was found in the database.
func (*NotSingularError) Error ¶
func (e *NotSingularError) Error() string
Error implements the error interface.
type Pet ¶
type Pet struct { // ID of the ent. ID int `json:"id,omitempty"` // Name holds the value of the "name" field. Name string `json:"name,omitempty"` // Weight holds the value of the "weight" field. Weight int `json:"weight,omitempty"` // Birthday holds the value of the "birthday" field. Birthday time.Time `json:"birthday,omitempty"` // TagID holds the value of the "tag_id" field. TagID []byte `json:"tag_id,omitempty"` // Height holds the value of the "height" field. Height *int `json:"height,omitempty"` // Edges holds the relations/edges for other nodes in the graph. // The values are being populated by the PetQuery when eager-loading is set. Edges PetEdges `json:"edges"` // contains filtered or unexported fields }
Pet is the model entity for the Pet schema.
func (*Pet) QueryCategories ¶
func (pe *Pet) QueryCategories() *CategoryQuery
QueryCategories queries the "categories" edge of the Pet entity.
func (*Pet) QueryFriends ¶
QueryFriends queries the "friends" edge of the Pet entity.
func (*Pet) QueryOwner ¶
QueryOwner queries the "owner" edge of the Pet entity.
func (*Pet) Unwrap ¶
Unwrap unwraps the Pet entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*Pet) Update ¶
func (pe *Pet) Update() *PetUpdateOne
Update returns a builder for updating this Pet. Note that you need to call Pet.Unwrap() before calling this method if this Pet was returned from a transaction, and the transaction was committed or rolled back.
type PetClient ¶
type PetClient struct {
// contains filtered or unexported fields
}
PetClient is a client for the Pet schema.
func NewPetClient ¶
func NewPetClient(c config) *PetClient
NewPetClient returns a client for the Pet from the given config.
func (*PetClient) CreateBulk ¶
func (c *PetClient) CreateBulk(builders ...*PetCreate) *PetCreateBulk
CreateBulk returns a builder for creating a bulk of Pet entities.
func (*PetClient) DeleteOne ¶
func (c *PetClient) DeleteOne(pe *Pet) *PetDeleteOne
DeleteOne returns a builder for deleting the given entity.
func (*PetClient) DeleteOneID ¶
func (c *PetClient) DeleteOneID(id int) *PetDeleteOne
DeleteOne returns a builder for deleting the given entity by its id.
func (*PetClient) QueryCategories ¶
func (c *PetClient) QueryCategories(pe *Pet) *CategoryQuery
QueryCategories queries the categories edge of a Pet.
func (*PetClient) QueryFriends ¶
QueryFriends queries the friends edge of a Pet.
func (*PetClient) QueryOwner ¶
QueryOwner queries the owner edge of a Pet.
func (*PetClient) UpdateOne ¶
func (c *PetClient) UpdateOne(pe *Pet) *PetUpdateOne
UpdateOne returns an update builder for the given entity.
func (*PetClient) UpdateOneID ¶
func (c *PetClient) UpdateOneID(id int) *PetUpdateOne
UpdateOneID returns an update builder for the given id.
type PetCreate ¶
type PetCreate struct {
// contains filtered or unexported fields
}
PetCreate is the builder for creating a Pet entity.
func (*PetCreate) AddCategories ¶
AddCategories adds the "categories" edges to the Category entity.
func (*PetCreate) AddCategoryIDs ¶
AddCategoryIDs adds the "categories" edge to the Category entity by IDs.
func (*PetCreate) AddFriendIDs ¶
AddFriendIDs adds the "friends" edge to the Pet entity by IDs.
func (*PetCreate) AddFriends ¶
AddFriends adds the "friends" edges to the Pet entity.
func (*PetCreate) Mutation ¶
func (pc *PetCreate) Mutation() *PetMutation
Mutation returns the PetMutation object of the builder.
func (*PetCreate) SetBirthday ¶
SetBirthday sets the "birthday" field.
func (*PetCreate) SetNillableBirthday ¶
SetNillableBirthday sets the "birthday" field if the given value is not nil.
func (*PetCreate) SetNillableHeight ¶
SetNillableHeight sets the "height" field if the given value is not nil.
func (*PetCreate) SetNillableWeight ¶
SetNillableWeight sets the "weight" field if the given value is not nil.
func (*PetCreate) SetOwnerID ¶
SetOwnerID sets the "owner" edge to the User entity by ID.
type PetCreateBulk ¶
type PetCreateBulk struct {
// contains filtered or unexported fields
}
PetCreateBulk is the builder for creating many Pet entities in bulk.
func (*PetCreateBulk) Exec ¶
func (pcb *PetCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*PetCreateBulk) ExecX ¶
func (pcb *PetCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type PetDelete ¶
type PetDelete struct {
// contains filtered or unexported fields
}
PetDelete is the builder for deleting a Pet entity.
func (*PetDelete) Exec ¶
Exec executes the deletion query and returns how many vertices were deleted.
type PetDeleteOne ¶
type PetDeleteOne struct {
// contains filtered or unexported fields
}
PetDeleteOne is the builder for deleting a single Pet entity.
func (*PetDeleteOne) Exec ¶
func (pdo *PetDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*PetDeleteOne) ExecX ¶
func (pdo *PetDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type PetEdges ¶
type PetEdges struct { // Categories holds the value of the categories edge. Categories []*Category `json:"categories,omitempty"` // Owner holds the value of the owner edge. Owner *User `json:"owner,omitempty"` // Friends holds the value of the friends edge. Friends []*Pet `json:"friends,omitempty"` // contains filtered or unexported fields }
PetEdges holds the relations/edges for other nodes in the graph.
func (PetEdges) CategoriesOrErr ¶
CategoriesOrErr returns the Categories value or an error if the edge was not loaded in eager-loading.
func (PetEdges) FriendsOrErr ¶
FriendsOrErr returns the Friends value or an error if the edge was not loaded in eager-loading.
func (PetEdges) OwnerOrErr ¶
OwnerOrErr returns the Owner value or an error if the edge was not loaded in eager-loading, or loaded but was not found.
type PetGroupBy ¶
type PetGroupBy struct {
// contains filtered or unexported fields
}
PetGroupBy is the group-by builder for Pet entities.
func (*PetGroupBy) Aggregate ¶
func (pgb *PetGroupBy) Aggregate(fns ...AggregateFunc) *PetGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*PetGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*PetGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*PetGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*PetGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*PetGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*PetGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*PetGroupBy) Scan ¶
func (pgb *PetGroupBy) Scan(ctx context.Context, v any) error
Scan applies the group-by query and scans the result into the given value.
func (*PetGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type PetMutation ¶
type PetMutation struct {
// contains filtered or unexported fields
}
PetMutation represents an operation that mutates the Pet nodes in the graph.
func (*PetMutation) AddCategoryIDs ¶
func (m *PetMutation) AddCategoryIDs(ids ...int)
AddCategoryIDs adds the "categories" edge to the Category entity by ids.
func (*PetMutation) AddField ¶
func (m *PetMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*PetMutation) AddFriendIDs ¶
func (m *PetMutation) AddFriendIDs(ids ...int)
AddFriendIDs adds the "friends" edge to the Pet entity by ids.
func (*PetMutation) AddHeight ¶
func (m *PetMutation) AddHeight(i int)
AddHeight adds i to the "height" field.
func (*PetMutation) AddWeight ¶
func (m *PetMutation) AddWeight(i int)
AddWeight adds i to the "weight" field.
func (*PetMutation) AddedEdges ¶
func (m *PetMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*PetMutation) AddedField ¶
func (m *PetMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*PetMutation) AddedFields ¶
func (m *PetMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*PetMutation) AddedHeight ¶
func (m *PetMutation) AddedHeight() (r int, exists bool)
AddedHeight returns the value that was added to the "height" field in this mutation.
func (*PetMutation) AddedIDs ¶
func (m *PetMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*PetMutation) AddedWeight ¶
func (m *PetMutation) AddedWeight() (r int, exists bool)
AddedWeight returns the value that was added to the "weight" field in this mutation.
func (*PetMutation) Birthday ¶
func (m *PetMutation) Birthday() (r time.Time, exists bool)
Birthday returns the value of the "birthday" field in the mutation.
func (*PetMutation) BirthdayCleared ¶
func (m *PetMutation) BirthdayCleared() bool
BirthdayCleared returns if the "birthday" field was cleared in this mutation.
func (*PetMutation) CategoriesCleared ¶
func (m *PetMutation) CategoriesCleared() bool
CategoriesCleared reports if the "categories" edge to the Category entity was cleared.
func (*PetMutation) CategoriesIDs ¶
func (m *PetMutation) CategoriesIDs() (ids []int)
CategoriesIDs returns the "categories" edge IDs in the mutation.
func (*PetMutation) ClearBirthday ¶
func (m *PetMutation) ClearBirthday()
ClearBirthday clears the value of the "birthday" field.
func (*PetMutation) ClearCategories ¶
func (m *PetMutation) ClearCategories()
ClearCategories clears the "categories" edge to the Category entity.
func (*PetMutation) ClearEdge ¶
func (m *PetMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*PetMutation) ClearField ¶
func (m *PetMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*PetMutation) ClearFriends ¶
func (m *PetMutation) ClearFriends()
ClearFriends clears the "friends" edge to the Pet entity.
func (*PetMutation) ClearHeight ¶
func (m *PetMutation) ClearHeight()
ClearHeight clears the value of the "height" field.
func (*PetMutation) ClearOwner ¶
func (m *PetMutation) ClearOwner()
ClearOwner clears the "owner" edge to the User entity.
func (*PetMutation) ClearTagID ¶
func (m *PetMutation) ClearTagID()
ClearTagID clears the value of the "tag_id" field.
func (*PetMutation) ClearWeight ¶
func (m *PetMutation) ClearWeight()
ClearWeight clears the value of the "weight" field.
func (*PetMutation) ClearedEdges ¶
func (m *PetMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*PetMutation) ClearedFields ¶
func (m *PetMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (PetMutation) Client ¶
func (m PetMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*PetMutation) EdgeCleared ¶
func (m *PetMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*PetMutation) Field ¶
func (m *PetMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*PetMutation) FieldCleared ¶
func (m *PetMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*PetMutation) Fields ¶
func (m *PetMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*PetMutation) FriendsCleared ¶
func (m *PetMutation) FriendsCleared() bool
FriendsCleared reports if the "friends" edge to the Pet entity was cleared.
func (*PetMutation) FriendsIDs ¶
func (m *PetMutation) FriendsIDs() (ids []int)
FriendsIDs returns the "friends" edge IDs in the mutation.
func (*PetMutation) Height ¶
func (m *PetMutation) Height() (r int, exists bool)
Height returns the value of the "height" field in the mutation.
func (*PetMutation) HeightCleared ¶
func (m *PetMutation) HeightCleared() bool
HeightCleared returns if the "height" field was cleared in this mutation.
func (*PetMutation) ID ¶
func (m *PetMutation) ID() (id int, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*PetMutation) IDs ¶
func (m *PetMutation) IDs(ctx context.Context) ([]int, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*PetMutation) Name ¶
func (m *PetMutation) Name() (r string, exists bool)
Name returns the value of the "name" field in the mutation.
func (*PetMutation) OldBirthday ¶
OldBirthday returns the old "birthday" field's value of the Pet entity. If the Pet object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*PetMutation) OldField ¶
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*PetMutation) OldHeight ¶
func (m *PetMutation) OldHeight(ctx context.Context) (v *int, err error)
OldHeight returns the old "height" field's value of the Pet entity. If the Pet object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*PetMutation) OldName ¶
func (m *PetMutation) OldName(ctx context.Context) (v string, err error)
OldName returns the old "name" field's value of the Pet entity. If the Pet object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*PetMutation) OldTagID ¶
func (m *PetMutation) OldTagID(ctx context.Context) (v []byte, err error)
OldTagID returns the old "tag_id" field's value of the Pet entity. If the Pet object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*PetMutation) OldWeight ¶
func (m *PetMutation) OldWeight(ctx context.Context) (v int, err error)
OldWeight returns the old "weight" field's value of the Pet entity. If the Pet object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*PetMutation) OwnerCleared ¶
func (m *PetMutation) OwnerCleared() bool
OwnerCleared reports if the "owner" edge to the User entity was cleared.
func (*PetMutation) OwnerID ¶
func (m *PetMutation) OwnerID() (id int, exists bool)
OwnerID returns the "owner" edge ID in the mutation.
func (*PetMutation) OwnerIDs ¶
func (m *PetMutation) OwnerIDs() (ids []int)
OwnerIDs returns the "owner" edge IDs in the mutation. Note that IDs always returns len(IDs) <= 1 for unique edges, and you should use OwnerID instead. It exists only for internal usage by the builders.
func (*PetMutation) RemoveCategoryIDs ¶
func (m *PetMutation) RemoveCategoryIDs(ids ...int)
RemoveCategoryIDs removes the "categories" edge to the Category entity by IDs.
func (*PetMutation) RemoveFriendIDs ¶
func (m *PetMutation) RemoveFriendIDs(ids ...int)
RemoveFriendIDs removes the "friends" edge to the Pet entity by IDs.
func (*PetMutation) RemovedCategoriesIDs ¶
func (m *PetMutation) RemovedCategoriesIDs() (ids []int)
RemovedCategories returns the removed IDs of the "categories" edge to the Category entity.
func (*PetMutation) RemovedEdges ¶
func (m *PetMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*PetMutation) RemovedFriendsIDs ¶
func (m *PetMutation) RemovedFriendsIDs() (ids []int)
RemovedFriends returns the removed IDs of the "friends" edge to the Pet entity.
func (*PetMutation) RemovedIDs ¶
func (m *PetMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*PetMutation) ResetBirthday ¶
func (m *PetMutation) ResetBirthday()
ResetBirthday resets all changes to the "birthday" field.
func (*PetMutation) ResetCategories ¶
func (m *PetMutation) ResetCategories()
ResetCategories resets all changes to the "categories" edge.
func (*PetMutation) ResetEdge ¶
func (m *PetMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*PetMutation) ResetField ¶
func (m *PetMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*PetMutation) ResetFriends ¶
func (m *PetMutation) ResetFriends()
ResetFriends resets all changes to the "friends" edge.
func (*PetMutation) ResetHeight ¶
func (m *PetMutation) ResetHeight()
ResetHeight resets all changes to the "height" field.
func (*PetMutation) ResetName ¶
func (m *PetMutation) ResetName()
ResetName resets all changes to the "name" field.
func (*PetMutation) ResetOwner ¶
func (m *PetMutation) ResetOwner()
ResetOwner resets all changes to the "owner" edge.
func (*PetMutation) ResetTagID ¶
func (m *PetMutation) ResetTagID()
ResetTagID resets all changes to the "tag_id" field.
func (*PetMutation) ResetWeight ¶
func (m *PetMutation) ResetWeight()
ResetWeight resets all changes to the "weight" field.
func (*PetMutation) SetBirthday ¶
func (m *PetMutation) SetBirthday(t time.Time)
SetBirthday sets the "birthday" field.
func (*PetMutation) SetField ¶
func (m *PetMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*PetMutation) SetHeight ¶
func (m *PetMutation) SetHeight(i int)
SetHeight sets the "height" field.
func (*PetMutation) SetName ¶
func (m *PetMutation) SetName(s string)
SetName sets the "name" field.
func (*PetMutation) SetOwnerID ¶
func (m *PetMutation) SetOwnerID(id int)
SetOwnerID sets the "owner" edge to the User entity by id.
func (*PetMutation) SetTagID ¶
func (m *PetMutation) SetTagID(b []byte)
SetTagID sets the "tag_id" field.
func (*PetMutation) SetWeight ¶
func (m *PetMutation) SetWeight(i int)
SetWeight sets the "weight" field.
func (*PetMutation) TagID ¶
func (m *PetMutation) TagID() (r []byte, exists bool)
TagID returns the value of the "tag_id" field in the mutation.
func (*PetMutation) TagIDCleared ¶
func (m *PetMutation) TagIDCleared() bool
TagIDCleared returns if the "tag_id" field was cleared in this mutation.
func (PetMutation) Tx ¶
func (m PetMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*PetMutation) Type ¶
func (m *PetMutation) Type() string
Type returns the node type of this mutation (Pet).
func (*PetMutation) Weight ¶
func (m *PetMutation) Weight() (r int, exists bool)
Weight returns the value of the "weight" field in the mutation.
func (*PetMutation) WeightCleared ¶
func (m *PetMutation) WeightCleared() bool
WeightCleared returns if the "weight" field was cleared in this mutation.
func (*PetMutation) Where ¶
func (m *PetMutation) Where(ps ...predicate.Pet)
Where appends a list predicates to the PetMutation builder.
type PetQuery ¶
type PetQuery struct {
// contains filtered or unexported fields
}
PetQuery is the builder for querying Pet entities.
func (*PetQuery) Clone ¶
Clone returns a duplicate of the PetQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*PetQuery) First ¶
First returns the first Pet entity from the query. Returns a *NotFoundError when no Pet was found.
func (*PetQuery) FirstID ¶
FirstID returns the first Pet ID from the query. Returns a *NotFoundError when no Pet ID was found.
func (*PetQuery) GroupBy ¶
func (pq *PetQuery) GroupBy(field string, fields ...string) *PetGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
Example:
var v []struct { Name string `json:"name,omitempty"` Count int `json:"count,omitempty"` } client.Pet.Query(). GroupBy(pet.FieldName). Aggregate(ent.Count()). Scan(ctx, &v)
func (*PetQuery) Only ¶
Only returns a single Pet entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one Pet entity is found. Returns a *NotFoundError when no Pet entities are found.
func (*PetQuery) OnlyID ¶
OnlyID is like Only, but returns the only Pet ID in the query. Returns a *NotSingularError when more than one Pet ID is found. Returns a *NotFoundError when no entities are found.
func (*PetQuery) QueryCategories ¶
func (pq *PetQuery) QueryCategories() *CategoryQuery
QueryCategories chains the current query on the "categories" edge.
func (*PetQuery) QueryFriends ¶
QueryFriends chains the current query on the "friends" edge.
func (*PetQuery) QueryOwner ¶
QueryOwner chains the current query on the "owner" edge.
func (*PetQuery) Select ¶
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
Example:
var v []struct { Name string `json:"name,omitempty"` } client.Pet.Query(). Select(pet.FieldName). Scan(ctx, &v)
func (*PetQuery) Unique ¶
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*PetQuery) WithCategories ¶
func (pq *PetQuery) WithCategories(opts ...func(*CategoryQuery)) *PetQuery
WithCategories tells the query-builder to eager-load the nodes that are connected to the "categories" edge. The optional arguments are used to configure the query builder of the edge.
func (*PetQuery) WithFriends ¶
WithFriends tells the query-builder to eager-load the nodes that are connected to the "friends" edge. The optional arguments are used to configure the query builder of the edge.
type PetSelect ¶
type PetSelect struct { *PetQuery // contains filtered or unexported fields }
PetSelect is the builder for selecting fields of Pet entities.
func (*PetSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*PetSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*PetSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*PetSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*PetSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*PetSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*PetSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type PetUpdate ¶
type PetUpdate struct {
// contains filtered or unexported fields
}
PetUpdate is the builder for updating Pet entities.
func (*PetUpdate) AddCategories ¶
AddCategories adds the "categories" edges to the Category entity.
func (*PetUpdate) AddCategoryIDs ¶
AddCategoryIDs adds the "categories" edge to the Category entity by IDs.
func (*PetUpdate) AddFriendIDs ¶
AddFriendIDs adds the "friends" edge to the Pet entity by IDs.
func (*PetUpdate) AddFriends ¶
AddFriends adds the "friends" edges to the Pet entity.
func (*PetUpdate) ClearBirthday ¶
ClearBirthday clears the value of the "birthday" field.
func (*PetUpdate) ClearCategories ¶
ClearCategories clears all "categories" edges to the Category entity.
func (*PetUpdate) ClearFriends ¶
ClearFriends clears all "friends" edges to the Pet entity.
func (*PetUpdate) ClearHeight ¶
ClearHeight clears the value of the "height" field.
func (*PetUpdate) ClearOwner ¶
ClearOwner clears the "owner" edge to the User entity.
func (*PetUpdate) ClearTagID ¶
ClearTagID clears the value of the "tag_id" field.
func (*PetUpdate) ClearWeight ¶
ClearWeight clears the value of the "weight" field.
func (*PetUpdate) Mutation ¶
func (pu *PetUpdate) Mutation() *PetMutation
Mutation returns the PetMutation object of the builder.
func (*PetUpdate) RemoveCategories ¶
RemoveCategories removes "categories" edges to Category entities.
func (*PetUpdate) RemoveCategoryIDs ¶
RemoveCategoryIDs removes the "categories" edge to Category entities by IDs.
func (*PetUpdate) RemoveFriendIDs ¶
RemoveFriendIDs removes the "friends" edge to Pet entities by IDs.
func (*PetUpdate) RemoveFriends ¶
RemoveFriends removes "friends" edges to Pet entities.
func (*PetUpdate) Save ¶
Save executes the query and returns the number of nodes affected by the update operation.
func (*PetUpdate) SetBirthday ¶
SetBirthday sets the "birthday" field.
func (*PetUpdate) SetNillableBirthday ¶
SetNillableBirthday sets the "birthday" field if the given value is not nil.
func (*PetUpdate) SetNillableHeight ¶
SetNillableHeight sets the "height" field if the given value is not nil.
func (*PetUpdate) SetNillableWeight ¶
SetNillableWeight sets the "weight" field if the given value is not nil.
func (*PetUpdate) SetOwnerID ¶
SetOwnerID sets the "owner" edge to the User entity by ID.
type PetUpdateOne ¶
type PetUpdateOne struct {
// contains filtered or unexported fields
}
PetUpdateOne is the builder for updating a single Pet entity.
func (*PetUpdateOne) AddCategories ¶
func (puo *PetUpdateOne) AddCategories(c ...*Category) *PetUpdateOne
AddCategories adds the "categories" edges to the Category entity.
func (*PetUpdateOne) AddCategoryIDs ¶
func (puo *PetUpdateOne) AddCategoryIDs(ids ...int) *PetUpdateOne
AddCategoryIDs adds the "categories" edge to the Category entity by IDs.
func (*PetUpdateOne) AddFriendIDs ¶
func (puo *PetUpdateOne) AddFriendIDs(ids ...int) *PetUpdateOne
AddFriendIDs adds the "friends" edge to the Pet entity by IDs.
func (*PetUpdateOne) AddFriends ¶
func (puo *PetUpdateOne) AddFriends(p ...*Pet) *PetUpdateOne
AddFriends adds the "friends" edges to the Pet entity.
func (*PetUpdateOne) AddHeight ¶
func (puo *PetUpdateOne) AddHeight(i int) *PetUpdateOne
AddHeight adds i to the "height" field.
func (*PetUpdateOne) AddWeight ¶
func (puo *PetUpdateOne) AddWeight(i int) *PetUpdateOne
AddWeight adds i to the "weight" field.
func (*PetUpdateOne) ClearBirthday ¶
func (puo *PetUpdateOne) ClearBirthday() *PetUpdateOne
ClearBirthday clears the value of the "birthday" field.
func (*PetUpdateOne) ClearCategories ¶
func (puo *PetUpdateOne) ClearCategories() *PetUpdateOne
ClearCategories clears all "categories" edges to the Category entity.
func (*PetUpdateOne) ClearFriends ¶
func (puo *PetUpdateOne) ClearFriends() *PetUpdateOne
ClearFriends clears all "friends" edges to the Pet entity.
func (*PetUpdateOne) ClearHeight ¶
func (puo *PetUpdateOne) ClearHeight() *PetUpdateOne
ClearHeight clears the value of the "height" field.
func (*PetUpdateOne) ClearOwner ¶
func (puo *PetUpdateOne) ClearOwner() *PetUpdateOne
ClearOwner clears the "owner" edge to the User entity.
func (*PetUpdateOne) ClearTagID ¶
func (puo *PetUpdateOne) ClearTagID() *PetUpdateOne
ClearTagID clears the value of the "tag_id" field.
func (*PetUpdateOne) ClearWeight ¶
func (puo *PetUpdateOne) ClearWeight() *PetUpdateOne
ClearWeight clears the value of the "weight" field.
func (*PetUpdateOne) Exec ¶
func (puo *PetUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*PetUpdateOne) ExecX ¶
func (puo *PetUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*PetUpdateOne) Mutation ¶
func (puo *PetUpdateOne) Mutation() *PetMutation
Mutation returns the PetMutation object of the builder.
func (*PetUpdateOne) RemoveCategories ¶
func (puo *PetUpdateOne) RemoveCategories(c ...*Category) *PetUpdateOne
RemoveCategories removes "categories" edges to Category entities.
func (*PetUpdateOne) RemoveCategoryIDs ¶
func (puo *PetUpdateOne) RemoveCategoryIDs(ids ...int) *PetUpdateOne
RemoveCategoryIDs removes the "categories" edge to Category entities by IDs.
func (*PetUpdateOne) RemoveFriendIDs ¶
func (puo *PetUpdateOne) RemoveFriendIDs(ids ...int) *PetUpdateOne
RemoveFriendIDs removes the "friends" edge to Pet entities by IDs.
func (*PetUpdateOne) RemoveFriends ¶
func (puo *PetUpdateOne) RemoveFriends(p ...*Pet) *PetUpdateOne
RemoveFriends removes "friends" edges to Pet entities.
func (*PetUpdateOne) Save ¶
func (puo *PetUpdateOne) Save(ctx context.Context) (*Pet, error)
Save executes the query and returns the updated Pet entity.
func (*PetUpdateOne) SaveX ¶
func (puo *PetUpdateOne) SaveX(ctx context.Context) *Pet
SaveX is like Save, but panics if an error occurs.
func (*PetUpdateOne) Select ¶
func (puo *PetUpdateOne) Select(field string, fields ...string) *PetUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
func (*PetUpdateOne) SetBirthday ¶
func (puo *PetUpdateOne) SetBirthday(t time.Time) *PetUpdateOne
SetBirthday sets the "birthday" field.
func (*PetUpdateOne) SetHeight ¶
func (puo *PetUpdateOne) SetHeight(i int) *PetUpdateOne
SetHeight sets the "height" field.
func (*PetUpdateOne) SetName ¶
func (puo *PetUpdateOne) SetName(s string) *PetUpdateOne
SetName sets the "name" field.
func (*PetUpdateOne) SetNillableBirthday ¶
func (puo *PetUpdateOne) SetNillableBirthday(t *time.Time) *PetUpdateOne
SetNillableBirthday sets the "birthday" field if the given value is not nil.
func (*PetUpdateOne) SetNillableHeight ¶
func (puo *PetUpdateOne) SetNillableHeight(i *int) *PetUpdateOne
SetNillableHeight sets the "height" field if the given value is not nil.
func (*PetUpdateOne) SetNillableWeight ¶
func (puo *PetUpdateOne) SetNillableWeight(i *int) *PetUpdateOne
SetNillableWeight sets the "weight" field if the given value is not nil.
func (*PetUpdateOne) SetOwner ¶
func (puo *PetUpdateOne) SetOwner(u *User) *PetUpdateOne
SetOwner sets the "owner" edge to the User entity.
func (*PetUpdateOne) SetOwnerID ¶
func (puo *PetUpdateOne) SetOwnerID(id int) *PetUpdateOne
SetOwnerID sets the "owner" edge to the User entity by ID.
func (*PetUpdateOne) SetTagID ¶
func (puo *PetUpdateOne) SetTagID(b []byte) *PetUpdateOne
SetTagID sets the "tag_id" field.
func (*PetUpdateOne) SetWeight ¶
func (puo *PetUpdateOne) SetWeight(i int) *PetUpdateOne
SetWeight sets the "weight" field.
type RollbackFunc ¶
The RollbackFunc type is an adapter to allow the use of ordinary function as a Rollbacker. If f is a function with the appropriate signature, RollbackFunc(f) is a Rollbacker that calls f.
type RollbackHook ¶
type RollbackHook func(Rollbacker) Rollbacker
RollbackHook defines the "rollback middleware". A function that gets a Rollbacker and returns a Rollbacker. For example:
hook := func(next ent.Rollbacker) ent.Rollbacker { return ent.RollbackFunc(func(ctx context.Context, tx *ent.Tx) error { // Do some stuff before. if err := next.Rollback(ctx, tx); err != nil { return err } // Do some stuff after. return nil }) }
type Rollbacker ¶
Rollbacker is the interface that wraps the Rollback method.
type Tx ¶
type Tx struct { // AllTypes is the client for interacting with the AllTypes builders. AllTypes *AllTypesClient // Category is the client for interacting with the Category builders. Category *CategoryClient // Pet is the client for interacting with the Pet builders. Pet *PetClient // User is the client for interacting with the User builders. User *UserClient // contains filtered or unexported fields }
Tx is a transactional client that is created by calling Client.Tx().
func TxFromContext ¶
TxFromContext returns a Tx stored inside a context, or nil if there isn't one.
func (*Tx) OnRollback ¶
func (tx *Tx) OnRollback(f RollbackHook)
OnRollback adds a hook to call on rollback.
type User ¶
type User struct { // ID of the ent. ID int `json:"id,omitempty"` // Name holds the value of the "name" field. Name string `json:"name,omitempty"` // Age holds the value of the "age" field. Age uint `json:"age,omitempty"` // Height holds the value of the "height" field. Height uint `json:"height,omitempty"` // FavoriteCatBreed holds the value of the "favorite_cat_breed" field. FavoriteCatBreed user.FavoriteCatBreed `json:"favorite_cat_breed,omitempty"` // FavoriteDogBreed holds the value of the "favorite_dog_breed" field. FavoriteDogBreed user.FavoriteDogBreed `json:"favorite_dog_breed,omitempty"` // FavoriteFishBreed holds the value of the "favorite_fish_breed" field. FavoriteFishBreed schema.FishBreed `json:"favorite_fish_breed,omitempty"` // Edges holds the relations/edges for other nodes in the graph. // The values are being populated by the UserQuery when eager-loading is set. Edges UserEdges `json:"edges"` // contains filtered or unexported fields }
User is the model entity for the User schema.
func (*User) QueryBestFriend ¶
QueryBestFriend queries the "best_friend" edge of the User entity.
func (*User) Unwrap ¶
Unwrap unwraps the User entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*User) Update ¶
func (u *User) Update() *UserUpdateOne
Update returns a builder for updating this User. Note that you need to call User.Unwrap() before calling this method if this User was returned from a transaction, and the transaction was committed or rolled back.
type UserClient ¶
type UserClient struct {
// contains filtered or unexported fields
}
UserClient is a client for the User schema.
func NewUserClient ¶
func NewUserClient(c config) *UserClient
NewUserClient returns a client for the User from the given config.
func (*UserClient) Create ¶
func (c *UserClient) Create() *UserCreate
Create returns a builder for creating a User entity.
func (*UserClient) CreateBulk ¶
func (c *UserClient) CreateBulk(builders ...*UserCreate) *UserCreateBulk
CreateBulk returns a builder for creating a bulk of User entities.
func (*UserClient) Delete ¶
func (c *UserClient) Delete() *UserDelete
Delete returns a delete builder for User.
func (*UserClient) DeleteOne ¶
func (c *UserClient) DeleteOne(u *User) *UserDeleteOne
DeleteOne returns a builder for deleting the given entity.
func (*UserClient) DeleteOneID ¶
func (c *UserClient) DeleteOneID(id int) *UserDeleteOne
DeleteOne returns a builder for deleting the given entity by its id.
func (*UserClient) GetX ¶
func (c *UserClient) GetX(ctx context.Context, id int) *User
GetX is like Get, but panics if an error occurs.
func (*UserClient) Query ¶
func (c *UserClient) Query() *UserQuery
Query returns a query builder for User.
func (*UserClient) QueryBestFriend ¶
func (c *UserClient) QueryBestFriend(u *User) *UserQuery
QueryBestFriend queries the best_friend edge of a User.
func (*UserClient) QueryPets ¶
func (c *UserClient) QueryPets(u *User) *PetQuery
QueryPets queries the pets edge of a User.
func (*UserClient) Update ¶
func (c *UserClient) Update() *UserUpdate
Update returns an update builder for User.
func (*UserClient) UpdateOne ¶
func (c *UserClient) UpdateOne(u *User) *UserUpdateOne
UpdateOne returns an update builder for the given entity.
func (*UserClient) UpdateOneID ¶
func (c *UserClient) UpdateOneID(id int) *UserUpdateOne
UpdateOneID returns an update builder for the given id.
func (*UserClient) Use ¶
func (c *UserClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `user.Hooks(f(g(h())))`.
type UserCreate ¶
type UserCreate struct {
// contains filtered or unexported fields
}
UserCreate is the builder for creating a User entity.
func (*UserCreate) AddPetIDs ¶
func (uc *UserCreate) AddPetIDs(ids ...int) *UserCreate
AddPetIDs adds the "pets" edge to the Pet entity by IDs.
func (*UserCreate) AddPets ¶
func (uc *UserCreate) AddPets(p ...*Pet) *UserCreate
AddPets adds the "pets" edges to the Pet entity.
func (*UserCreate) Exec ¶
func (uc *UserCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*UserCreate) ExecX ¶
func (uc *UserCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*UserCreate) Mutation ¶
func (uc *UserCreate) Mutation() *UserMutation
Mutation returns the UserMutation object of the builder.
func (*UserCreate) Save ¶
func (uc *UserCreate) Save(ctx context.Context) (*User, error)
Save creates the User in the database.
func (*UserCreate) SaveX ¶
func (uc *UserCreate) SaveX(ctx context.Context) *User
SaveX calls Save and panics if Save returns an error.
func (*UserCreate) SetAge ¶
func (uc *UserCreate) SetAge(u uint) *UserCreate
SetAge sets the "age" field.
func (*UserCreate) SetBestFriend ¶
func (uc *UserCreate) SetBestFriend(u *User) *UserCreate
SetBestFriend sets the "best_friend" edge to the User entity.
func (*UserCreate) SetBestFriendID ¶
func (uc *UserCreate) SetBestFriendID(id int) *UserCreate
SetBestFriendID sets the "best_friend" edge to the User entity by ID.
func (*UserCreate) SetFavoriteCatBreed ¶
func (uc *UserCreate) SetFavoriteCatBreed(ucb user.FavoriteCatBreed) *UserCreate
SetFavoriteCatBreed sets the "favorite_cat_breed" field.
func (*UserCreate) SetFavoriteDogBreed ¶
func (uc *UserCreate) SetFavoriteDogBreed(udb user.FavoriteDogBreed) *UserCreate
SetFavoriteDogBreed sets the "favorite_dog_breed" field.
func (*UserCreate) SetFavoriteFishBreed ¶
func (uc *UserCreate) SetFavoriteFishBreed(sb schema.FishBreed) *UserCreate
SetFavoriteFishBreed sets the "favorite_fish_breed" field.
func (*UserCreate) SetHeight ¶
func (uc *UserCreate) SetHeight(u uint) *UserCreate
SetHeight sets the "height" field.
func (*UserCreate) SetName ¶
func (uc *UserCreate) SetName(s string) *UserCreate
SetName sets the "name" field.
func (*UserCreate) SetNillableBestFriendID ¶
func (uc *UserCreate) SetNillableBestFriendID(id *int) *UserCreate
SetNillableBestFriendID sets the "best_friend" edge to the User entity by ID if the given value is not nil.
func (*UserCreate) SetNillableFavoriteDogBreed ¶
func (uc *UserCreate) SetNillableFavoriteDogBreed(udb *user.FavoriteDogBreed) *UserCreate
SetNillableFavoriteDogBreed sets the "favorite_dog_breed" field if the given value is not nil.
func (*UserCreate) SetNillableFavoriteFishBreed ¶
func (uc *UserCreate) SetNillableFavoriteFishBreed(sb *schema.FishBreed) *UserCreate
SetNillableFavoriteFishBreed sets the "favorite_fish_breed" field if the given value is not nil.
func (*UserCreate) SetNillableHeight ¶
func (uc *UserCreate) SetNillableHeight(u *uint) *UserCreate
SetNillableHeight sets the "height" field if the given value is not nil.
type UserCreateBulk ¶
type UserCreateBulk struct {
// contains filtered or unexported fields
}
UserCreateBulk is the builder for creating many User entities in bulk.
func (*UserCreateBulk) Exec ¶
func (ucb *UserCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*UserCreateBulk) ExecX ¶
func (ucb *UserCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type UserDelete ¶
type UserDelete struct {
// contains filtered or unexported fields
}
UserDelete is the builder for deleting a User entity.
func (*UserDelete) Exec ¶
func (ud *UserDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*UserDelete) ExecX ¶
func (ud *UserDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*UserDelete) Where ¶
func (ud *UserDelete) Where(ps ...predicate.User) *UserDelete
Where appends a list predicates to the UserDelete builder.
type UserDeleteOne ¶
type UserDeleteOne struct {
// contains filtered or unexported fields
}
UserDeleteOne is the builder for deleting a single User entity.
func (*UserDeleteOne) Exec ¶
func (udo *UserDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*UserDeleteOne) ExecX ¶
func (udo *UserDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type UserEdges ¶
type UserEdges struct { // Pets holds the value of the pets edge. Pets []*Pet `json:"pets,omitempty"` // BestFriend holds the value of the best_friend edge. BestFriend *User `json:"best_friend,omitempty"` // contains filtered or unexported fields }
UserEdges holds the relations/edges for other nodes in the graph.
func (UserEdges) BestFriendOrErr ¶
BestFriendOrErr returns the BestFriend value or an error if the edge was not loaded in eager-loading, or loaded but was not found.
type UserGroupBy ¶
type UserGroupBy struct {
// contains filtered or unexported fields
}
UserGroupBy is the group-by builder for User entities.
func (*UserGroupBy) Aggregate ¶
func (ugb *UserGroupBy) Aggregate(fns ...AggregateFunc) *UserGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*UserGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*UserGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*UserGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*UserGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*UserGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*UserGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*UserGroupBy) Scan ¶
func (ugb *UserGroupBy) Scan(ctx context.Context, v any) error
Scan applies the group-by query and scans the result into the given value.
func (*UserGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type UserMutation ¶
type UserMutation struct {
// contains filtered or unexported fields
}
UserMutation represents an operation that mutates the User nodes in the graph.
func (*UserMutation) AddAge ¶
func (m *UserMutation) AddAge(u int)
AddAge adds u to the "age" field.
func (*UserMutation) AddField ¶
func (m *UserMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*UserMutation) AddHeight ¶
func (m *UserMutation) AddHeight(u int)
AddHeight adds u to the "height" field.
func (*UserMutation) AddPetIDs ¶
func (m *UserMutation) AddPetIDs(ids ...int)
AddPetIDs adds the "pets" edge to the Pet entity by ids.
func (*UserMutation) AddedAge ¶
func (m *UserMutation) AddedAge() (r int, exists bool)
AddedAge returns the value that was added to the "age" field in this mutation.
func (*UserMutation) AddedEdges ¶
func (m *UserMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*UserMutation) AddedField ¶
func (m *UserMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*UserMutation) AddedFields ¶
func (m *UserMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*UserMutation) AddedHeight ¶
func (m *UserMutation) AddedHeight() (r int, exists bool)
AddedHeight returns the value that was added to the "height" field in this mutation.
func (*UserMutation) AddedIDs ¶
func (m *UserMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*UserMutation) Age ¶
func (m *UserMutation) Age() (r uint, exists bool)
Age returns the value of the "age" field in the mutation.
func (*UserMutation) BestFriendCleared ¶
func (m *UserMutation) BestFriendCleared() bool
BestFriendCleared reports if the "best_friend" edge to the User entity was cleared.
func (*UserMutation) BestFriendID ¶
func (m *UserMutation) BestFriendID() (id int, exists bool)
BestFriendID returns the "best_friend" edge ID in the mutation.
func (*UserMutation) BestFriendIDs ¶
func (m *UserMutation) BestFriendIDs() (ids []int)
BestFriendIDs returns the "best_friend" edge IDs in the mutation. Note that IDs always returns len(IDs) <= 1 for unique edges, and you should use BestFriendID instead. It exists only for internal usage by the builders.
func (*UserMutation) ClearBestFriend ¶
func (m *UserMutation) ClearBestFriend()
ClearBestFriend clears the "best_friend" edge to the User entity.
func (*UserMutation) ClearEdge ¶
func (m *UserMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*UserMutation) ClearFavoriteDogBreed ¶
func (m *UserMutation) ClearFavoriteDogBreed()
ClearFavoriteDogBreed clears the value of the "favorite_dog_breed" field.
func (*UserMutation) ClearFavoriteFishBreed ¶
func (m *UserMutation) ClearFavoriteFishBreed()
ClearFavoriteFishBreed clears the value of the "favorite_fish_breed" field.
func (*UserMutation) ClearField ¶
func (m *UserMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*UserMutation) ClearHeight ¶
func (m *UserMutation) ClearHeight()
ClearHeight clears the value of the "height" field.
func (*UserMutation) ClearPets ¶
func (m *UserMutation) ClearPets()
ClearPets clears the "pets" edge to the Pet entity.
func (*UserMutation) ClearedEdges ¶
func (m *UserMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*UserMutation) ClearedFields ¶
func (m *UserMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (UserMutation) Client ¶
func (m UserMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*UserMutation) EdgeCleared ¶
func (m *UserMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*UserMutation) FavoriteCatBreed ¶
func (m *UserMutation) FavoriteCatBreed() (r user.FavoriteCatBreed, exists bool)
FavoriteCatBreed returns the value of the "favorite_cat_breed" field in the mutation.
func (*UserMutation) FavoriteDogBreed ¶
func (m *UserMutation) FavoriteDogBreed() (r user.FavoriteDogBreed, exists bool)
FavoriteDogBreed returns the value of the "favorite_dog_breed" field in the mutation.
func (*UserMutation) FavoriteDogBreedCleared ¶
func (m *UserMutation) FavoriteDogBreedCleared() bool
FavoriteDogBreedCleared returns if the "favorite_dog_breed" field was cleared in this mutation.
func (*UserMutation) FavoriteFishBreed ¶
func (m *UserMutation) FavoriteFishBreed() (r schema.FishBreed, exists bool)
FavoriteFishBreed returns the value of the "favorite_fish_breed" field in the mutation.
func (*UserMutation) FavoriteFishBreedCleared ¶
func (m *UserMutation) FavoriteFishBreedCleared() bool
FavoriteFishBreedCleared returns if the "favorite_fish_breed" field was cleared in this mutation.
func (*UserMutation) Field ¶
func (m *UserMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*UserMutation) FieldCleared ¶
func (m *UserMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*UserMutation) Fields ¶
func (m *UserMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*UserMutation) Height ¶
func (m *UserMutation) Height() (r uint, exists bool)
Height returns the value of the "height" field in the mutation.
func (*UserMutation) HeightCleared ¶
func (m *UserMutation) HeightCleared() bool
HeightCleared returns if the "height" field was cleared in this mutation.
func (*UserMutation) ID ¶
func (m *UserMutation) ID() (id int, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*UserMutation) IDs ¶
func (m *UserMutation) IDs(ctx context.Context) ([]int, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*UserMutation) Name ¶
func (m *UserMutation) Name() (r string, exists bool)
Name returns the value of the "name" field in the mutation.
func (*UserMutation) OldAge ¶
func (m *UserMutation) OldAge(ctx context.Context) (v uint, err error)
OldAge returns the old "age" field's value of the User entity. If the User object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*UserMutation) OldFavoriteCatBreed ¶
func (m *UserMutation) OldFavoriteCatBreed(ctx context.Context) (v user.FavoriteCatBreed, err error)
OldFavoriteCatBreed returns the old "favorite_cat_breed" field's value of the User entity. If the User object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*UserMutation) OldFavoriteDogBreed ¶
func (m *UserMutation) OldFavoriteDogBreed(ctx context.Context) (v user.FavoriteDogBreed, err error)
OldFavoriteDogBreed returns the old "favorite_dog_breed" field's value of the User entity. If the User object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*UserMutation) OldFavoriteFishBreed ¶
OldFavoriteFishBreed returns the old "favorite_fish_breed" field's value of the User entity. If the User object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*UserMutation) OldField ¶
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*UserMutation) OldHeight ¶
func (m *UserMutation) OldHeight(ctx context.Context) (v uint, err error)
OldHeight returns the old "height" field's value of the User entity. If the User object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*UserMutation) OldName ¶
func (m *UserMutation) OldName(ctx context.Context) (v string, err error)
OldName returns the old "name" field's value of the User entity. If the User object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*UserMutation) PetsCleared ¶
func (m *UserMutation) PetsCleared() bool
PetsCleared reports if the "pets" edge to the Pet entity was cleared.
func (*UserMutation) PetsIDs ¶
func (m *UserMutation) PetsIDs() (ids []int)
PetsIDs returns the "pets" edge IDs in the mutation.
func (*UserMutation) RemovePetIDs ¶
func (m *UserMutation) RemovePetIDs(ids ...int)
RemovePetIDs removes the "pets" edge to the Pet entity by IDs.
func (*UserMutation) RemovedEdges ¶
func (m *UserMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*UserMutation) RemovedIDs ¶
func (m *UserMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*UserMutation) RemovedPetsIDs ¶
func (m *UserMutation) RemovedPetsIDs() (ids []int)
RemovedPets returns the removed IDs of the "pets" edge to the Pet entity.
func (*UserMutation) ResetAge ¶
func (m *UserMutation) ResetAge()
ResetAge resets all changes to the "age" field.
func (*UserMutation) ResetBestFriend ¶
func (m *UserMutation) ResetBestFriend()
ResetBestFriend resets all changes to the "best_friend" edge.
func (*UserMutation) ResetEdge ¶
func (m *UserMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*UserMutation) ResetFavoriteCatBreed ¶
func (m *UserMutation) ResetFavoriteCatBreed()
ResetFavoriteCatBreed resets all changes to the "favorite_cat_breed" field.
func (*UserMutation) ResetFavoriteDogBreed ¶
func (m *UserMutation) ResetFavoriteDogBreed()
ResetFavoriteDogBreed resets all changes to the "favorite_dog_breed" field.
func (*UserMutation) ResetFavoriteFishBreed ¶
func (m *UserMutation) ResetFavoriteFishBreed()
ResetFavoriteFishBreed resets all changes to the "favorite_fish_breed" field.
func (*UserMutation) ResetField ¶
func (m *UserMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*UserMutation) ResetHeight ¶
func (m *UserMutation) ResetHeight()
ResetHeight resets all changes to the "height" field.
func (*UserMutation) ResetName ¶
func (m *UserMutation) ResetName()
ResetName resets all changes to the "name" field.
func (*UserMutation) ResetPets ¶
func (m *UserMutation) ResetPets()
ResetPets resets all changes to the "pets" edge.
func (*UserMutation) SetBestFriendID ¶
func (m *UserMutation) SetBestFriendID(id int)
SetBestFriendID sets the "best_friend" edge to the User entity by id.
func (*UserMutation) SetFavoriteCatBreed ¶
func (m *UserMutation) SetFavoriteCatBreed(ucb user.FavoriteCatBreed)
SetFavoriteCatBreed sets the "favorite_cat_breed" field.
func (*UserMutation) SetFavoriteDogBreed ¶
func (m *UserMutation) SetFavoriteDogBreed(udb user.FavoriteDogBreed)
SetFavoriteDogBreed sets the "favorite_dog_breed" field.
func (*UserMutation) SetFavoriteFishBreed ¶
func (m *UserMutation) SetFavoriteFishBreed(sb schema.FishBreed)
SetFavoriteFishBreed sets the "favorite_fish_breed" field.
func (*UserMutation) SetField ¶
func (m *UserMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*UserMutation) SetHeight ¶
func (m *UserMutation) SetHeight(u uint)
SetHeight sets the "height" field.
func (*UserMutation) SetName ¶
func (m *UserMutation) SetName(s string)
SetName sets the "name" field.
func (UserMutation) Tx ¶
func (m UserMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*UserMutation) Type ¶
func (m *UserMutation) Type() string
Type returns the node type of this mutation (User).
func (*UserMutation) Where ¶
func (m *UserMutation) Where(ps ...predicate.User)
Where appends a list predicates to the UserMutation builder.
type UserQuery ¶
type UserQuery struct {
// contains filtered or unexported fields
}
UserQuery is the builder for querying User entities.
func (*UserQuery) Clone ¶
Clone returns a duplicate of the UserQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*UserQuery) First ¶
First returns the first User entity from the query. Returns a *NotFoundError when no User was found.
func (*UserQuery) FirstID ¶
FirstID returns the first User ID from the query. Returns a *NotFoundError when no User ID was found.
func (*UserQuery) GroupBy ¶
func (uq *UserQuery) GroupBy(field string, fields ...string) *UserGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
Example:
var v []struct { Name string `json:"name,omitempty"` Count int `json:"count,omitempty"` } client.User.Query(). GroupBy(user.FieldName). Aggregate(ent.Count()). Scan(ctx, &v)
func (*UserQuery) Only ¶
Only returns a single User entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one User entity is found. Returns a *NotFoundError when no User entities are found.
func (*UserQuery) OnlyID ¶
OnlyID is like Only, but returns the only User ID in the query. Returns a *NotSingularError when more than one User ID is found. Returns a *NotFoundError when no entities are found.
func (*UserQuery) QueryBestFriend ¶
QueryBestFriend chains the current query on the "best_friend" edge.
func (*UserQuery) Select ¶
func (uq *UserQuery) Select(fields ...string) *UserSelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
Example:
var v []struct { Name string `json:"name,omitempty"` } client.User.Query(). Select(user.FieldName). Scan(ctx, &v)
func (*UserQuery) Unique ¶
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*UserQuery) WithBestFriend ¶
WithBestFriend tells the query-builder to eager-load the nodes that are connected to the "best_friend" edge. The optional arguments are used to configure the query builder of the edge.
type UserSelect ¶
type UserSelect struct { *UserQuery // contains filtered or unexported fields }
UserSelect is the builder for selecting fields of User entities.
func (*UserSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*UserSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*UserSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*UserSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*UserSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*UserSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*UserSelect) Scan ¶
func (us *UserSelect) Scan(ctx context.Context, v any) error
Scan applies the selector query and scans the result into the given value.
func (*UserSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type UserUpdate ¶
type UserUpdate struct {
// contains filtered or unexported fields
}
UserUpdate is the builder for updating User entities.
func (*UserUpdate) AddAge ¶
func (uu *UserUpdate) AddAge(u int) *UserUpdate
AddAge adds u to the "age" field.
func (*UserUpdate) AddHeight ¶
func (uu *UserUpdate) AddHeight(u int) *UserUpdate
AddHeight adds u to the "height" field.
func (*UserUpdate) AddPetIDs ¶
func (uu *UserUpdate) AddPetIDs(ids ...int) *UserUpdate
AddPetIDs adds the "pets" edge to the Pet entity by IDs.
func (*UserUpdate) AddPets ¶
func (uu *UserUpdate) AddPets(p ...*Pet) *UserUpdate
AddPets adds the "pets" edges to the Pet entity.
func (*UserUpdate) ClearBestFriend ¶
func (uu *UserUpdate) ClearBestFriend() *UserUpdate
ClearBestFriend clears the "best_friend" edge to the User entity.
func (*UserUpdate) ClearFavoriteDogBreed ¶
func (uu *UserUpdate) ClearFavoriteDogBreed() *UserUpdate
ClearFavoriteDogBreed clears the value of the "favorite_dog_breed" field.
func (*UserUpdate) ClearFavoriteFishBreed ¶
func (uu *UserUpdate) ClearFavoriteFishBreed() *UserUpdate
ClearFavoriteFishBreed clears the value of the "favorite_fish_breed" field.
func (*UserUpdate) ClearHeight ¶
func (uu *UserUpdate) ClearHeight() *UserUpdate
ClearHeight clears the value of the "height" field.
func (*UserUpdate) ClearPets ¶
func (uu *UserUpdate) ClearPets() *UserUpdate
ClearPets clears all "pets" edges to the Pet entity.
func (*UserUpdate) Exec ¶
func (uu *UserUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*UserUpdate) ExecX ¶
func (uu *UserUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*UserUpdate) Mutation ¶
func (uu *UserUpdate) Mutation() *UserMutation
Mutation returns the UserMutation object of the builder.
func (*UserUpdate) RemovePetIDs ¶
func (uu *UserUpdate) RemovePetIDs(ids ...int) *UserUpdate
RemovePetIDs removes the "pets" edge to Pet entities by IDs.
func (*UserUpdate) RemovePets ¶
func (uu *UserUpdate) RemovePets(p ...*Pet) *UserUpdate
RemovePets removes "pets" edges to Pet entities.
func (*UserUpdate) Save ¶
func (uu *UserUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*UserUpdate) SaveX ¶
func (uu *UserUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*UserUpdate) SetAge ¶
func (uu *UserUpdate) SetAge(u uint) *UserUpdate
SetAge sets the "age" field.
func (*UserUpdate) SetBestFriend ¶
func (uu *UserUpdate) SetBestFriend(u *User) *UserUpdate
SetBestFriend sets the "best_friend" edge to the User entity.
func (*UserUpdate) SetBestFriendID ¶
func (uu *UserUpdate) SetBestFriendID(id int) *UserUpdate
SetBestFriendID sets the "best_friend" edge to the User entity by ID.
func (*UserUpdate) SetFavoriteCatBreed ¶
func (uu *UserUpdate) SetFavoriteCatBreed(ucb user.FavoriteCatBreed) *UserUpdate
SetFavoriteCatBreed sets the "favorite_cat_breed" field.
func (*UserUpdate) SetFavoriteDogBreed ¶
func (uu *UserUpdate) SetFavoriteDogBreed(udb user.FavoriteDogBreed) *UserUpdate
SetFavoriteDogBreed sets the "favorite_dog_breed" field.
func (*UserUpdate) SetFavoriteFishBreed ¶
func (uu *UserUpdate) SetFavoriteFishBreed(sb schema.FishBreed) *UserUpdate
SetFavoriteFishBreed sets the "favorite_fish_breed" field.
func (*UserUpdate) SetHeight ¶
func (uu *UserUpdate) SetHeight(u uint) *UserUpdate
SetHeight sets the "height" field.
func (*UserUpdate) SetName ¶
func (uu *UserUpdate) SetName(s string) *UserUpdate
SetName sets the "name" field.
func (*UserUpdate) SetNillableBestFriendID ¶
func (uu *UserUpdate) SetNillableBestFriendID(id *int) *UserUpdate
SetNillableBestFriendID sets the "best_friend" edge to the User entity by ID if the given value is not nil.
func (*UserUpdate) SetNillableFavoriteDogBreed ¶
func (uu *UserUpdate) SetNillableFavoriteDogBreed(udb *user.FavoriteDogBreed) *UserUpdate
SetNillableFavoriteDogBreed sets the "favorite_dog_breed" field if the given value is not nil.
func (*UserUpdate) SetNillableFavoriteFishBreed ¶
func (uu *UserUpdate) SetNillableFavoriteFishBreed(sb *schema.FishBreed) *UserUpdate
SetNillableFavoriteFishBreed sets the "favorite_fish_breed" field if the given value is not nil.
func (*UserUpdate) SetNillableHeight ¶
func (uu *UserUpdate) SetNillableHeight(u *uint) *UserUpdate
SetNillableHeight sets the "height" field if the given value is not nil.
func (*UserUpdate) Where ¶
func (uu *UserUpdate) Where(ps ...predicate.User) *UserUpdate
Where appends a list predicates to the UserUpdate builder.
type UserUpdateOne ¶
type UserUpdateOne struct {
// contains filtered or unexported fields
}
UserUpdateOne is the builder for updating a single User entity.
func (*UserUpdateOne) AddAge ¶
func (uuo *UserUpdateOne) AddAge(u int) *UserUpdateOne
AddAge adds u to the "age" field.
func (*UserUpdateOne) AddHeight ¶
func (uuo *UserUpdateOne) AddHeight(u int) *UserUpdateOne
AddHeight adds u to the "height" field.
func (*UserUpdateOne) AddPetIDs ¶
func (uuo *UserUpdateOne) AddPetIDs(ids ...int) *UserUpdateOne
AddPetIDs adds the "pets" edge to the Pet entity by IDs.
func (*UserUpdateOne) AddPets ¶
func (uuo *UserUpdateOne) AddPets(p ...*Pet) *UserUpdateOne
AddPets adds the "pets" edges to the Pet entity.
func (*UserUpdateOne) ClearBestFriend ¶
func (uuo *UserUpdateOne) ClearBestFriend() *UserUpdateOne
ClearBestFriend clears the "best_friend" edge to the User entity.
func (*UserUpdateOne) ClearFavoriteDogBreed ¶
func (uuo *UserUpdateOne) ClearFavoriteDogBreed() *UserUpdateOne
ClearFavoriteDogBreed clears the value of the "favorite_dog_breed" field.
func (*UserUpdateOne) ClearFavoriteFishBreed ¶
func (uuo *UserUpdateOne) ClearFavoriteFishBreed() *UserUpdateOne
ClearFavoriteFishBreed clears the value of the "favorite_fish_breed" field.
func (*UserUpdateOne) ClearHeight ¶
func (uuo *UserUpdateOne) ClearHeight() *UserUpdateOne
ClearHeight clears the value of the "height" field.
func (*UserUpdateOne) ClearPets ¶
func (uuo *UserUpdateOne) ClearPets() *UserUpdateOne
ClearPets clears all "pets" edges to the Pet entity.
func (*UserUpdateOne) Exec ¶
func (uuo *UserUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*UserUpdateOne) ExecX ¶
func (uuo *UserUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*UserUpdateOne) Mutation ¶
func (uuo *UserUpdateOne) Mutation() *UserMutation
Mutation returns the UserMutation object of the builder.
func (*UserUpdateOne) RemovePetIDs ¶
func (uuo *UserUpdateOne) RemovePetIDs(ids ...int) *UserUpdateOne
RemovePetIDs removes the "pets" edge to Pet entities by IDs.
func (*UserUpdateOne) RemovePets ¶
func (uuo *UserUpdateOne) RemovePets(p ...*Pet) *UserUpdateOne
RemovePets removes "pets" edges to Pet entities.
func (*UserUpdateOne) Save ¶
func (uuo *UserUpdateOne) Save(ctx context.Context) (*User, error)
Save executes the query and returns the updated User entity.
func (*UserUpdateOne) SaveX ¶
func (uuo *UserUpdateOne) SaveX(ctx context.Context) *User
SaveX is like Save, but panics if an error occurs.
func (*UserUpdateOne) Select ¶
func (uuo *UserUpdateOne) Select(field string, fields ...string) *UserUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
func (*UserUpdateOne) SetAge ¶
func (uuo *UserUpdateOne) SetAge(u uint) *UserUpdateOne
SetAge sets the "age" field.
func (*UserUpdateOne) SetBestFriend ¶
func (uuo *UserUpdateOne) SetBestFriend(u *User) *UserUpdateOne
SetBestFriend sets the "best_friend" edge to the User entity.
func (*UserUpdateOne) SetBestFriendID ¶
func (uuo *UserUpdateOne) SetBestFriendID(id int) *UserUpdateOne
SetBestFriendID sets the "best_friend" edge to the User entity by ID.
func (*UserUpdateOne) SetFavoriteCatBreed ¶
func (uuo *UserUpdateOne) SetFavoriteCatBreed(ucb user.FavoriteCatBreed) *UserUpdateOne
SetFavoriteCatBreed sets the "favorite_cat_breed" field.
func (*UserUpdateOne) SetFavoriteDogBreed ¶
func (uuo *UserUpdateOne) SetFavoriteDogBreed(udb user.FavoriteDogBreed) *UserUpdateOne
SetFavoriteDogBreed sets the "favorite_dog_breed" field.
func (*UserUpdateOne) SetFavoriteFishBreed ¶
func (uuo *UserUpdateOne) SetFavoriteFishBreed(sb schema.FishBreed) *UserUpdateOne
SetFavoriteFishBreed sets the "favorite_fish_breed" field.
func (*UserUpdateOne) SetHeight ¶
func (uuo *UserUpdateOne) SetHeight(u uint) *UserUpdateOne
SetHeight sets the "height" field.
func (*UserUpdateOne) SetName ¶
func (uuo *UserUpdateOne) SetName(s string) *UserUpdateOne
SetName sets the "name" field.
func (*UserUpdateOne) SetNillableBestFriendID ¶
func (uuo *UserUpdateOne) SetNillableBestFriendID(id *int) *UserUpdateOne
SetNillableBestFriendID sets the "best_friend" edge to the User entity by ID if the given value is not nil.
func (*UserUpdateOne) SetNillableFavoriteDogBreed ¶
func (uuo *UserUpdateOne) SetNillableFavoriteDogBreed(udb *user.FavoriteDogBreed) *UserUpdateOne
SetNillableFavoriteDogBreed sets the "favorite_dog_breed" field if the given value is not nil.
func (*UserUpdateOne) SetNillableFavoriteFishBreed ¶
func (uuo *UserUpdateOne) SetNillableFavoriteFishBreed(sb *schema.FishBreed) *UserUpdateOne
SetNillableFavoriteFishBreed sets the "favorite_fish_breed" field if the given value is not nil.
func (*UserUpdateOne) SetNillableHeight ¶
func (uuo *UserUpdateOne) SetNillableHeight(u *uint) *UserUpdateOne
SetNillableHeight sets the "height" field if the given value is not nil.
type ValidationError ¶
type ValidationError struct { Name string // Field or edge name. // contains filtered or unexported fields }
ValidationError returns when validating a field or edge fails.
func (*ValidationError) Error ¶
func (e *ValidationError) Error() string
Error implements the error interface.
func (*ValidationError) Unwrap ¶
func (e *ValidationError) Unwrap() error
Unwrap implements the errors.Wrapper interface.
Source Files ¶
- alltypes.go
- alltypes_create.go
- alltypes_delete.go
- alltypes_query.go
- alltypes_update.go
- category.go
- category_create.go
- category_delete.go
- category_query.go
- category_update.go
- client.go
- config.go
- context.go
- ent.go
- generate.go
- mutation.go
- pet.go
- pet_create.go
- pet_delete.go
- pet_query.go
- pet_update.go
- runtime.go
- tx.go
- user.go
- user_create.go
- user_delete.go
- user_query.go
- user_update.go