Documentation
¶
Overview ¶
Code generated by protoc-gen-pgdb 0.1.0 from models/animals/v1/animals.proto. DO NOT EDIT
Index ¶
- Variables
- type Book
- func (x *Book) DB() *BookDB
- func (dbr *Book) DBReflect() pgdb_v1.Message
- func (*Book) Descriptor() ([]byte, []int)deprecated
- func (x *Book) GetCreatedAt() *timestamppb.Timestamp
- func (x *Book) GetEbook() *EBook
- func (x *Book) GetId() string
- func (m *Book) GetMedium() isBook_Medium
- func (x *Book) GetNews() *Newspaper
- func (x *Book) GetPaper() *PaperBook
- func (x *Book) GetTenantId() string
- func (*Book) ProtoMessage()
- func (x *Book) ProtoReflect() protoreflect.Message
- func (x *Book) Reset()
- func (x *Book) String() string
- type BookCreatedAtQueryType
- type BookDB
- type BookDBColumns
- func (x *BookDBColumns) CreatedAt() exp.Expression
- func (x *BookDBColumns) FTSData() exp.Expression
- func (x *BookDBColumns) Id() exp.Expression
- func (x *BookDBColumns) Medium() exp.Expression
- func (x *BookDBColumns) PBData() exp.Expression
- func (x *BookDBColumns) PK() exp.Expression
- func (x *BookDBColumns) PKSK() exp.Expression
- func (x *BookDBColumns) SK() exp.Expression
- func (x *BookDBColumns) TenantId() exp.Expression
- func (x *BookDBColumns) WithTable(t string) *BookDBColumns
- type BookDBQueryBuilder
- func (x *BookDBQueryBuilder) FTSData() *BookFTSDataSafeOperators
- func (x *BookDBQueryBuilder) PK() *BookPKSafeOperators
- func (x *BookDBQueryBuilder) PKSK() *BookPKSKSafeOperators
- func (x *BookDBQueryBuilder) SK() *BookSKSafeOperators
- func (x *BookDBQueryBuilder) TenantId() *BookTenantIdSafeOperators
- func (x *BookDBQueryBuilder) Unsafe() *BookDBQueryUnsafe
- func (x *BookDBQueryBuilder) WithTable(t string) *BookDBQueryBuilder
- type BookDBQueryUnsafe
- func (x *BookDBQueryUnsafe) CreatedAt() *BookCreatedAtQueryType
- func (x *BookDBQueryUnsafe) FTSData() *BookFTSDataQueryType
- func (x *BookDBQueryUnsafe) Id() *BookIdQueryType
- func (x *BookDBQueryUnsafe) Medium() *BookMediumQueryType
- func (x *BookDBQueryUnsafe) PBData() *BookPBDataQueryType
- func (x *BookDBQueryUnsafe) PK() *BookPKQueryType
- func (x *BookDBQueryUnsafe) PKSK() *BookPKSKQueryType
- func (x *BookDBQueryUnsafe) SK() *BookSKQueryType
- func (x *BookDBQueryUnsafe) TenantId() *BookTenantIdQueryType
- type BookFTSDataQueryType
- type BookFTSDataSafeOperators
- type BookIdQueryType
- type BookMediumQueryType
- type BookMediumType
- type BookPBDataQueryType
- type BookPKQueryType
- type BookPKSKQueryType
- type BookPKSKSafeOperators
- func (x *BookPKSKSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *BookPKSKSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *BookPKSKSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *BookPKSKSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *BookPKSKSafeOperators) Identifier() exp.IdentifierExpression
- func (x *BookPKSKSafeOperators) In(v []string) exp.BooleanExpression
- func (x *BookPKSKSafeOperators) IsNotEmpty() exp.Expression
- func (x *BookPKSKSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *BookPKSKSafeOperators) IsNull() exp.BooleanExpression
- func (x *BookPKSKSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *BookPKSKSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *BookPKSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *BookPKSKSafeOperators) NotIn(v []string) exp.BooleanExpression
- type BookPKSafeOperators
- func (x *BookPKSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *BookPKSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *BookPKSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *BookPKSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *BookPKSafeOperators) Identifier() exp.IdentifierExpression
- func (x *BookPKSafeOperators) In(v []string) exp.BooleanExpression
- func (x *BookPKSafeOperators) IsNotEmpty() exp.Expression
- func (x *BookPKSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *BookPKSafeOperators) IsNull() exp.BooleanExpression
- func (x *BookPKSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *BookPKSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *BookPKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *BookPKSafeOperators) NotIn(v []string) exp.BooleanExpression
- type BookSKQueryType
- type BookSKSafeOperators
- func (x *BookSKSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *BookSKSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *BookSKSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *BookSKSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *BookSKSafeOperators) Identifier() exp.IdentifierExpression
- func (x *BookSKSafeOperators) In(v []string) exp.BooleanExpression
- func (x *BookSKSafeOperators) IsNotEmpty() exp.Expression
- func (x *BookSKSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *BookSKSafeOperators) IsNull() exp.BooleanExpression
- func (x *BookSKSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *BookSKSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *BookSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *BookSKSafeOperators) NotIn(v []string) exp.BooleanExpression
- type BookTenantIdQueryType
- type BookTenantIdSafeOperators
- func (x *BookTenantIdSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *BookTenantIdSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *BookTenantIdSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *BookTenantIdSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *BookTenantIdSafeOperators) Identifier() exp.IdentifierExpression
- func (x *BookTenantIdSafeOperators) In(v []string) exp.BooleanExpression
- func (x *BookTenantIdSafeOperators) IsNotEmpty() exp.Expression
- func (x *BookTenantIdSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *BookTenantIdSafeOperators) IsNull() exp.BooleanExpression
- func (x *BookTenantIdSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *BookTenantIdSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *BookTenantIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *BookTenantIdSafeOperators) NotIn(v []string) exp.BooleanExpression
- type Book_Ebook
- type Book_News
- type Book_Paper
- type EBook
- type EBookDB
- type EBookDBColumns
- type EBookDBQueryBuilder
- type EBookDBQueryUnsafe
- type EBookSizeQueryType
- type FurType
- type Newspaper
- func (x *Newspaper) DB() *NewspaperDB
- func (dbr *Newspaper) DBReflect() pgdb_v1.Message
- func (*Newspaper) Descriptor() ([]byte, []int)deprecated
- func (x *Newspaper) GetCreatedAt() *timestamppb.Timestamp
- func (x *Newspaper) GetId() string
- func (x *Newspaper) GetName() string
- func (*Newspaper) ProtoMessage()
- func (x *Newspaper) ProtoReflect() protoreflect.Message
- func (x *Newspaper) Reset()
- func (x *Newspaper) String() string
- type NewspaperCreatedAtQueryType
- type NewspaperDB
- type NewspaperDBColumns
- func (x *NewspaperDBColumns) CreatedAt() exp.Expression
- func (x *NewspaperDBColumns) FTSData() exp.Expression
- func (x *NewspaperDBColumns) Name() exp.Expression
- func (x *NewspaperDBColumns) PBData() exp.Expression
- func (x *NewspaperDBColumns) PK() exp.Expression
- func (x *NewspaperDBColumns) PKSK() exp.Expression
- func (x *NewspaperDBColumns) SK() exp.Expression
- func (x *NewspaperDBColumns) TenantId() exp.Expression
- func (x *NewspaperDBColumns) WithTable(t string) *NewspaperDBColumns
- type NewspaperDBQueryBuilder
- func (x *NewspaperDBQueryBuilder) FTSData() *NewspaperFTSDataSafeOperators
- func (x *NewspaperDBQueryBuilder) PK() *NewspaperPKSafeOperators
- func (x *NewspaperDBQueryBuilder) PKSK() *NewspaperPKSKSafeOperators
- func (x *NewspaperDBQueryBuilder) SK() *NewspaperSKSafeOperators
- func (x *NewspaperDBQueryBuilder) TenantId() *NewspaperTenantIdSafeOperators
- func (x *NewspaperDBQueryBuilder) Unsafe() *NewspaperDBQueryUnsafe
- func (x *NewspaperDBQueryBuilder) WithTable(t string) *NewspaperDBQueryBuilder
- type NewspaperDBQueryUnsafe
- func (x *NewspaperDBQueryUnsafe) CreatedAt() *NewspaperCreatedAtQueryType
- func (x *NewspaperDBQueryUnsafe) FTSData() *NewspaperFTSDataQueryType
- func (x *NewspaperDBQueryUnsafe) Name() *NewspaperNameQueryType
- func (x *NewspaperDBQueryUnsafe) PBData() *NewspaperPBDataQueryType
- func (x *NewspaperDBQueryUnsafe) PK() *NewspaperPKQueryType
- func (x *NewspaperDBQueryUnsafe) PKSK() *NewspaperPKSKQueryType
- func (x *NewspaperDBQueryUnsafe) SK() *NewspaperSKQueryType
- func (x *NewspaperDBQueryUnsafe) TenantId() *NewspaperTenantIdQueryType
- type NewspaperFTSDataQueryType
- type NewspaperFTSDataSafeOperators
- type NewspaperNameQueryType
- type NewspaperPBDataQueryType
- type NewspaperPKQueryType
- type NewspaperPKSKQueryType
- type NewspaperPKSKSafeOperators
- func (x *NewspaperPKSKSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *NewspaperPKSKSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *NewspaperPKSKSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *NewspaperPKSKSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *NewspaperPKSKSafeOperators) Identifier() exp.IdentifierExpression
- func (x *NewspaperPKSKSafeOperators) In(v []string) exp.BooleanExpression
- func (x *NewspaperPKSKSafeOperators) IsNotEmpty() exp.Expression
- func (x *NewspaperPKSKSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *NewspaperPKSKSafeOperators) IsNull() exp.BooleanExpression
- func (x *NewspaperPKSKSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *NewspaperPKSKSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *NewspaperPKSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *NewspaperPKSKSafeOperators) NotIn(v []string) exp.BooleanExpression
- type NewspaperPKSafeOperators
- func (x *NewspaperPKSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *NewspaperPKSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *NewspaperPKSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *NewspaperPKSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *NewspaperPKSafeOperators) Identifier() exp.IdentifierExpression
- func (x *NewspaperPKSafeOperators) In(v []string) exp.BooleanExpression
- func (x *NewspaperPKSafeOperators) IsNotEmpty() exp.Expression
- func (x *NewspaperPKSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *NewspaperPKSafeOperators) IsNull() exp.BooleanExpression
- func (x *NewspaperPKSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *NewspaperPKSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *NewspaperPKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *NewspaperPKSafeOperators) NotIn(v []string) exp.BooleanExpression
- type NewspaperSKQueryType
- type NewspaperSKSafeOperators
- func (x *NewspaperSKSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *NewspaperSKSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *NewspaperSKSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *NewspaperSKSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *NewspaperSKSafeOperators) Identifier() exp.IdentifierExpression
- func (x *NewspaperSKSafeOperators) In(v []string) exp.BooleanExpression
- func (x *NewspaperSKSafeOperators) IsNotEmpty() exp.Expression
- func (x *NewspaperSKSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *NewspaperSKSafeOperators) IsNull() exp.BooleanExpression
- func (x *NewspaperSKSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *NewspaperSKSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *NewspaperSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *NewspaperSKSafeOperators) NotIn(v []string) exp.BooleanExpression
- type NewspaperTenantIdQueryType
- type NewspaperTenantIdSafeOperators
- func (x *NewspaperTenantIdSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *NewspaperTenantIdSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *NewspaperTenantIdSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *NewspaperTenantIdSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *NewspaperTenantIdSafeOperators) Identifier() exp.IdentifierExpression
- func (x *NewspaperTenantIdSafeOperators) In(v []string) exp.BooleanExpression
- func (x *NewspaperTenantIdSafeOperators) IsNotEmpty() exp.Expression
- func (x *NewspaperTenantIdSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *NewspaperTenantIdSafeOperators) IsNull() exp.BooleanExpression
- func (x *NewspaperTenantIdSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *NewspaperTenantIdSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *NewspaperTenantIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *NewspaperTenantIdSafeOperators) NotIn(v []string) exp.BooleanExpression
- type PaperBook
- func (x *PaperBook) DB() *PaperBookDB
- func (dbr *PaperBook) DBReflect() pgdb_v1.Message
- func (*PaperBook) Descriptor() ([]byte, []int)deprecated
- func (x *PaperBook) GetPages() int32
- func (*PaperBook) ProtoMessage()
- func (x *PaperBook) ProtoReflect() protoreflect.Message
- func (x *PaperBook) Reset()
- func (x *PaperBook) String() string
- type PaperBookDB
- type PaperBookDBColumns
- type PaperBookDBQueryBuilder
- type PaperBookDBQueryUnsafe
- type PaperBookPagesQueryType
- type Pet
- func (x *Pet) DB() *PetDB
- func (dbr *Pet) DBReflect() pgdb_v1.Message
- func (*Pet) Descriptor() ([]byte, []int)deprecated
- func (x *Pet) GetCreatedAt() *timestamppb.Timestamp
- func (x *Pet) GetCuteness() float32
- func (x *Pet) GetDeletedAt() *timestamppb.Timestamp
- func (x *Pet) GetDescription() string
- func (x *Pet) GetDisplayName() string
- func (x *Pet) GetElapsed() *durationpb.Duration
- func (x *Pet) GetExtraProfiles() []*structpb.Struct
- func (x *Pet) GetId() string
- func (x *Pet) GetPrice() float64
- func (x *Pet) GetProfile() *structpb.Struct
- func (x *Pet) GetSystemBuiltin() bool
- func (x *Pet) GetTenantId() string
- func (x *Pet) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Pet) GetVeryLongNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaame() bool
- func (*Pet) ProtoMessage()
- func (x *Pet) ProtoReflect() protoreflect.Message
- func (x *Pet) Reset()
- func (x *Pet) String() string
- type PetCreatedAtQueryType
- type PetCutenessQueryType
- type PetDB
- type PetDBColumns
- func (x *PetDBColumns) CreatedAt() exp.Expression
- func (x *PetDBColumns) Cuteness() exp.Expression
- func (x *PetDBColumns) DeletedAt() exp.Expression
- func (x *PetDBColumns) Description() exp.Expression
- func (x *PetDBColumns) DisplayName() exp.Expression
- func (x *PetDBColumns) Elapsed() exp.Expression
- func (x *PetDBColumns) ExtraProfiles() exp.Expression
- func (x *PetDBColumns) FTSData() exp.Expression
- func (x *PetDBColumns) Id() exp.Expression
- func (x *PetDBColumns) PBData() exp.Expression
- func (x *PetDBColumns) PK() exp.Expression
- func (x *PetDBColumns) PKSK() exp.Expression
- func (x *PetDBColumns) Price() exp.Expression
- func (x *PetDBColumns) Profile() exp.Expression
- func (x *PetDBColumns) SK() exp.Expression
- func (x *PetDBColumns) SystemBuiltin() exp.Expression
- func (x *PetDBColumns) TenantId() exp.Expression
- func (x *PetDBColumns) UpdatedAt() exp.Expression
- func (x *PetDBColumns) VeryLongNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaame() exp.Expression
- func (x *PetDBColumns) WithTable(t string) *PetDBColumns
- type PetDBQueryBuilder
- func (x *PetDBQueryBuilder) FTSData() *PetFTSDataSafeOperators
- func (x *PetDBQueryBuilder) PK() *PetPKSafeOperators
- func (x *PetDBQueryBuilder) PKSK() *PetPKSKSafeOperators
- func (x *PetDBQueryBuilder) Profile() *PetProfileSafeOperators
- func (x *PetDBQueryBuilder) SK() *PetSKSafeOperators
- func (x *PetDBQueryBuilder) TenantId() *PetTenantIdSafeOperators
- func (x *PetDBQueryBuilder) Unsafe() *PetDBQueryUnsafe
- func (x *PetDBQueryBuilder) WithTable(t string) *PetDBQueryBuilder
- type PetDBQueryUnsafe
- func (x *PetDBQueryUnsafe) CreatedAt() *PetCreatedAtQueryType
- func (x *PetDBQueryUnsafe) Cuteness() *PetCutenessQueryType
- func (x *PetDBQueryUnsafe) DeletedAt() *PetDeletedAtQueryType
- func (x *PetDBQueryUnsafe) Description() *PetDescriptionQueryType
- func (x *PetDBQueryUnsafe) DisplayName() *PetDisplayNameQueryType
- func (x *PetDBQueryUnsafe) Elapsed() *PetElapsedQueryType
- func (x *PetDBQueryUnsafe) ExtraProfiles() *PetExtraProfilesQueryType
- func (x *PetDBQueryUnsafe) FTSData() *PetFTSDataQueryType
- func (x *PetDBQueryUnsafe) Id() *PetIdQueryType
- func (x *PetDBQueryUnsafe) PBData() *PetPBDataQueryType
- func (x *PetDBQueryUnsafe) PK() *PetPKQueryType
- func (x *PetDBQueryUnsafe) PKSK() *PetPKSKQueryType
- func (x *PetDBQueryUnsafe) Price() *PetPriceQueryType
- func (x *PetDBQueryUnsafe) Profile() *PetProfileQueryType
- func (x *PetDBQueryUnsafe) SK() *PetSKQueryType
- func (x *PetDBQueryUnsafe) SystemBuiltin() *PetSystemBuiltinQueryType
- func (x *PetDBQueryUnsafe) TenantId() *PetTenantIdQueryType
- func (x *PetDBQueryUnsafe) UpdatedAt() *PetUpdatedAtQueryType
- func (x *PetDBQueryUnsafe) VeryLongNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaame() ...
- type PetDeletedAtQueryType
- type PetDescriptionQueryType
- type PetDisplayNameQueryType
- type PetElapsedQueryType
- type PetExtraProfilesQueryType
- type PetFTSDataQueryType
- type PetFTSDataSafeOperators
- type PetIdQueryType
- type PetPBDataQueryType
- type PetPKQueryType
- type PetPKSKQueryType
- type PetPKSKSafeOperators
- func (x *PetPKSKSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *PetPKSKSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *PetPKSKSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *PetPKSKSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *PetPKSKSafeOperators) Identifier() exp.IdentifierExpression
- func (x *PetPKSKSafeOperators) In(v []string) exp.BooleanExpression
- func (x *PetPKSKSafeOperators) IsNotEmpty() exp.Expression
- func (x *PetPKSKSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *PetPKSKSafeOperators) IsNull() exp.BooleanExpression
- func (x *PetPKSKSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *PetPKSKSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *PetPKSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *PetPKSKSafeOperators) NotIn(v []string) exp.BooleanExpression
- type PetPKSafeOperators
- func (x *PetPKSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *PetPKSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *PetPKSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *PetPKSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *PetPKSafeOperators) Identifier() exp.IdentifierExpression
- func (x *PetPKSafeOperators) In(v []string) exp.BooleanExpression
- func (x *PetPKSafeOperators) IsNotEmpty() exp.Expression
- func (x *PetPKSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *PetPKSafeOperators) IsNull() exp.BooleanExpression
- func (x *PetPKSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *PetPKSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *PetPKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *PetPKSafeOperators) NotIn(v []string) exp.BooleanExpression
- type PetPriceQueryType
- type PetProfileQueryType
- type PetProfileSafeOperators
- func (x *PetProfileSafeOperators) Eq(v any) exp.BooleanExpression
- func (x *PetProfileSafeOperators) Identifier() exp.IdentifierExpression
- func (x *PetProfileSafeOperators) ObjectAllKeyExists(keys ...string) exp.Expression
- func (x *PetProfileSafeOperators) ObjectAnyKeyExists(keys ...string) exp.Expression
- func (x *PetProfileSafeOperators) ObjectContains(obj interface{}) (exp.Expression, error)
- func (x *PetProfileSafeOperators) ObjectKeyExists(key string) exp.Expression
- func (x *PetProfileSafeOperators) ObjectPath(path string) exp.Expression
- func (x *PetProfileSafeOperators) ObjectPathExists(path string) exp.Expression
- type PetSKQueryType
- type PetSKSafeOperators
- func (x *PetSKSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *PetSKSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *PetSKSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *PetSKSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *PetSKSafeOperators) Identifier() exp.IdentifierExpression
- func (x *PetSKSafeOperators) In(v []string) exp.BooleanExpression
- func (x *PetSKSafeOperators) IsNotEmpty() exp.Expression
- func (x *PetSKSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *PetSKSafeOperators) IsNull() exp.BooleanExpression
- func (x *PetSKSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *PetSKSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *PetSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *PetSKSafeOperators) NotIn(v []string) exp.BooleanExpression
- type PetSystemBuiltinQueryType
- type PetTenantIdQueryType
- type PetTenantIdSafeOperators
- func (x *PetTenantIdSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *PetTenantIdSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *PetTenantIdSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *PetTenantIdSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *PetTenantIdSafeOperators) Identifier() exp.IdentifierExpression
- func (x *PetTenantIdSafeOperators) In(v []string) exp.BooleanExpression
- func (x *PetTenantIdSafeOperators) IsNotEmpty() exp.Expression
- func (x *PetTenantIdSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *PetTenantIdSafeOperators) IsNull() exp.BooleanExpression
- func (x *PetTenantIdSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *PetTenantIdSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *PetTenantIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *PetTenantIdSafeOperators) NotIn(v []string) exp.BooleanExpression
- type PetUpdatedAtQueryType
- type PetVeryLongNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaameQueryType
- type ScalarValue
- func (x *ScalarValue) DB() *ScalarValueDB
- func (dbr *ScalarValue) DBReflect() pgdb_v1.Message
- func (*ScalarValue) Descriptor() ([]byte, []int)deprecated
- func (x *ScalarValue) GetBool() bool
- func (x *ScalarValue) GetBoolPtr() *wrapperspb.BoolValue
- func (x *ScalarValue) GetBytes() []byte
- func (x *ScalarValue) GetCreatedAt() *timestamppb.Timestamp
- func (x *ScalarValue) GetDouble() float64
- func (x *ScalarValue) GetFixed32() uint32
- func (x *ScalarValue) GetFixed64() uint64
- func (x *ScalarValue) GetFloat() float32
- func (x *ScalarValue) GetId() string
- func (x *ScalarValue) GetInt32() int32
- func (x *ScalarValue) GetInt64() int64
- func (x *ScalarValue) GetRepeatedBool() []bool
- func (x *ScalarValue) GetRepeatedBytes() [][]byte
- func (x *ScalarValue) GetRepeatedDouble() []float64
- func (x *ScalarValue) GetRepeatedEnum() []FurType
- func (x *ScalarValue) GetRepeatedFixed32() []uint32
- func (x *ScalarValue) GetRepeatedFixed64() []uint64
- func (x *ScalarValue) GetRepeatedFloat() []float32
- func (x *ScalarValue) GetRepeatedInt32() []int32
- func (x *ScalarValue) GetRepeatedInt64() []int64
- func (x *ScalarValue) GetRepeatedSfixed32() []int32
- func (x *ScalarValue) GetRepeatedSfixed64() []int64
- func (x *ScalarValue) GetRepeatedSint32() []int32
- func (x *ScalarValue) GetRepeatedSint64() []int64
- func (x *ScalarValue) GetRepeatedString() []string
- func (x *ScalarValue) GetRepeatedUint32() []uint32
- func (x *ScalarValue) GetRepeatedUint64() []uint64
- func (x *ScalarValue) GetSfixed32() int32
- func (x *ScalarValue) GetSfixed64() int64
- func (x *ScalarValue) GetSint32() int32
- func (x *ScalarValue) GetSint64() int64
- func (x *ScalarValue) GetStrPtr() *wrapperspb.StringValue
- func (x *ScalarValue) GetStringMap() map[string]string
- func (x *ScalarValue) GetString_() string
- func (x *ScalarValue) GetTenantId() string
- func (x *ScalarValue) GetUint32() uint32
- func (x *ScalarValue) GetUint64() uint64
- func (*ScalarValue) ProtoMessage()
- func (x *ScalarValue) ProtoReflect() protoreflect.Message
- func (x *ScalarValue) Reset()
- func (x *ScalarValue) String() string
- type ScalarValueBoolPtrQueryType
- type ScalarValueBoolQueryType
- type ScalarValueBytesQueryType
- type ScalarValueCreatedAtQueryType
- type ScalarValueDB
- type ScalarValueDBColumns
- func (x *ScalarValueDBColumns) Bool() exp.Expression
- func (x *ScalarValueDBColumns) BoolPtr() exp.Expression
- func (x *ScalarValueDBColumns) Bytes() exp.Expression
- func (x *ScalarValueDBColumns) CreatedAt() exp.Expression
- func (x *ScalarValueDBColumns) Double() exp.Expression
- func (x *ScalarValueDBColumns) FTSData() exp.Expression
- func (x *ScalarValueDBColumns) Fixed32() exp.Expression
- func (x *ScalarValueDBColumns) Fixed64() exp.Expression
- func (x *ScalarValueDBColumns) Float() exp.Expression
- func (x *ScalarValueDBColumns) Id() exp.Expression
- func (x *ScalarValueDBColumns) Int32() exp.Expression
- func (x *ScalarValueDBColumns) Int64() exp.Expression
- func (x *ScalarValueDBColumns) PBData() exp.Expression
- func (x *ScalarValueDBColumns) PK() exp.Expression
- func (x *ScalarValueDBColumns) PKSK() exp.Expression
- func (x *ScalarValueDBColumns) RepeatedBool() exp.Expression
- func (x *ScalarValueDBColumns) RepeatedBytes() exp.Expression
- func (x *ScalarValueDBColumns) RepeatedDouble() exp.Expression
- func (x *ScalarValueDBColumns) RepeatedEnum() exp.Expression
- func (x *ScalarValueDBColumns) RepeatedFixed32() exp.Expression
- func (x *ScalarValueDBColumns) RepeatedFixed64() exp.Expression
- func (x *ScalarValueDBColumns) RepeatedFloat() exp.Expression
- func (x *ScalarValueDBColumns) RepeatedInt32() exp.Expression
- func (x *ScalarValueDBColumns) RepeatedInt64() exp.Expression
- func (x *ScalarValueDBColumns) RepeatedSfixed32() exp.Expression
- func (x *ScalarValueDBColumns) RepeatedSfixed64() exp.Expression
- func (x *ScalarValueDBColumns) RepeatedSint32() exp.Expression
- func (x *ScalarValueDBColumns) RepeatedSint64() exp.Expression
- func (x *ScalarValueDBColumns) RepeatedString() exp.Expression
- func (x *ScalarValueDBColumns) RepeatedUint32() exp.Expression
- func (x *ScalarValueDBColumns) RepeatedUint64() exp.Expression
- func (x *ScalarValueDBColumns) SK() exp.Expression
- func (x *ScalarValueDBColumns) Sfixed32() exp.Expression
- func (x *ScalarValueDBColumns) Sfixed64() exp.Expression
- func (x *ScalarValueDBColumns) Sint32() exp.Expression
- func (x *ScalarValueDBColumns) Sint64() exp.Expression
- func (x *ScalarValueDBColumns) StrPtr() exp.Expression
- func (x *ScalarValueDBColumns) StringMap() exp.Expression
- func (x *ScalarValueDBColumns) String_() exp.Expression
- func (x *ScalarValueDBColumns) TenantId() exp.Expression
- func (x *ScalarValueDBColumns) Uint32() exp.Expression
- func (x *ScalarValueDBColumns) Uint64() exp.Expression
- func (x *ScalarValueDBColumns) WithTable(t string) *ScalarValueDBColumns
- type ScalarValueDBQueryBuilder
- func (x *ScalarValueDBQueryBuilder) FTSData() *ScalarValueFTSDataSafeOperators
- func (x *ScalarValueDBQueryBuilder) PK() *ScalarValuePKSafeOperators
- func (x *ScalarValueDBQueryBuilder) PKSK() *ScalarValuePKSKSafeOperators
- func (x *ScalarValueDBQueryBuilder) RepeatedBytes() *ScalarValueRepeatedBytesSafeOperators
- func (x *ScalarValueDBQueryBuilder) RepeatedDouble() *ScalarValueRepeatedDoubleSafeOperators
- func (x *ScalarValueDBQueryBuilder) RepeatedSfixed32() *ScalarValueRepeatedSfixed32SafeOperators
- func (x *ScalarValueDBQueryBuilder) RepeatedSfixed64() *ScalarValueRepeatedSfixed64SafeOperators
- func (x *ScalarValueDBQueryBuilder) SK() *ScalarValueSKSafeOperators
- func (x *ScalarValueDBQueryBuilder) StringMap() *ScalarValueStringMapSafeOperators
- func (x *ScalarValueDBQueryBuilder) TenantId() *ScalarValueTenantIdSafeOperators
- func (x *ScalarValueDBQueryBuilder) Unsafe() *ScalarValueDBQueryUnsafe
- func (x *ScalarValueDBQueryBuilder) WithTable(t string) *ScalarValueDBQueryBuilder
- type ScalarValueDBQueryUnsafe
- func (x *ScalarValueDBQueryUnsafe) Bool() *ScalarValueBoolQueryType
- func (x *ScalarValueDBQueryUnsafe) BoolPtr() *ScalarValueBoolPtrQueryType
- func (x *ScalarValueDBQueryUnsafe) Bytes() *ScalarValueBytesQueryType
- func (x *ScalarValueDBQueryUnsafe) CreatedAt() *ScalarValueCreatedAtQueryType
- func (x *ScalarValueDBQueryUnsafe) Double() *ScalarValueDoubleQueryType
- func (x *ScalarValueDBQueryUnsafe) FTSData() *ScalarValueFTSDataQueryType
- func (x *ScalarValueDBQueryUnsafe) Fixed32() *ScalarValueFixed32QueryType
- func (x *ScalarValueDBQueryUnsafe) Fixed64() *ScalarValueFixed64QueryType
- func (x *ScalarValueDBQueryUnsafe) Float() *ScalarValueFloatQueryType
- func (x *ScalarValueDBQueryUnsafe) Id() *ScalarValueIdQueryType
- func (x *ScalarValueDBQueryUnsafe) Int32() *ScalarValueInt32QueryType
- func (x *ScalarValueDBQueryUnsafe) Int64() *ScalarValueInt64QueryType
- func (x *ScalarValueDBQueryUnsafe) PBData() *ScalarValuePBDataQueryType
- func (x *ScalarValueDBQueryUnsafe) PK() *ScalarValuePKQueryType
- func (x *ScalarValueDBQueryUnsafe) PKSK() *ScalarValuePKSKQueryType
- func (x *ScalarValueDBQueryUnsafe) RepeatedBool() *ScalarValueRepeatedBoolQueryType
- func (x *ScalarValueDBQueryUnsafe) RepeatedBytes() *ScalarValueRepeatedBytesQueryType
- func (x *ScalarValueDBQueryUnsafe) RepeatedDouble() *ScalarValueRepeatedDoubleQueryType
- func (x *ScalarValueDBQueryUnsafe) RepeatedEnum() *ScalarValueRepeatedEnumQueryType
- func (x *ScalarValueDBQueryUnsafe) RepeatedFixed32() *ScalarValueRepeatedFixed32QueryType
- func (x *ScalarValueDBQueryUnsafe) RepeatedFixed64() *ScalarValueRepeatedFixed64QueryType
- func (x *ScalarValueDBQueryUnsafe) RepeatedFloat() *ScalarValueRepeatedFloatQueryType
- func (x *ScalarValueDBQueryUnsafe) RepeatedInt32() *ScalarValueRepeatedInt32QueryType
- func (x *ScalarValueDBQueryUnsafe) RepeatedInt64() *ScalarValueRepeatedInt64QueryType
- func (x *ScalarValueDBQueryUnsafe) RepeatedSfixed32() *ScalarValueRepeatedSfixed32QueryType
- func (x *ScalarValueDBQueryUnsafe) RepeatedSfixed64() *ScalarValueRepeatedSfixed64QueryType
- func (x *ScalarValueDBQueryUnsafe) RepeatedSint32() *ScalarValueRepeatedSint32QueryType
- func (x *ScalarValueDBQueryUnsafe) RepeatedSint64() *ScalarValueRepeatedSint64QueryType
- func (x *ScalarValueDBQueryUnsafe) RepeatedString() *ScalarValueRepeatedStringQueryType
- func (x *ScalarValueDBQueryUnsafe) RepeatedUint32() *ScalarValueRepeatedUint32QueryType
- func (x *ScalarValueDBQueryUnsafe) RepeatedUint64() *ScalarValueRepeatedUint64QueryType
- func (x *ScalarValueDBQueryUnsafe) SK() *ScalarValueSKQueryType
- func (x *ScalarValueDBQueryUnsafe) Sfixed32() *ScalarValueSfixed32QueryType
- func (x *ScalarValueDBQueryUnsafe) Sfixed64() *ScalarValueSfixed64QueryType
- func (x *ScalarValueDBQueryUnsafe) Sint32() *ScalarValueSint32QueryType
- func (x *ScalarValueDBQueryUnsafe) Sint64() *ScalarValueSint64QueryType
- func (x *ScalarValueDBQueryUnsafe) StrPtr() *ScalarValueStrPtrQueryType
- func (x *ScalarValueDBQueryUnsafe) StringMap() *ScalarValueStringMapQueryType
- func (x *ScalarValueDBQueryUnsafe) String_() *ScalarValueString_QueryType
- func (x *ScalarValueDBQueryUnsafe) TenantId() *ScalarValueTenantIdQueryType
- func (x *ScalarValueDBQueryUnsafe) Uint32() *ScalarValueUint32QueryType
- func (x *ScalarValueDBQueryUnsafe) Uint64() *ScalarValueUint64QueryType
- type ScalarValueDoubleQueryType
- type ScalarValueFTSDataQueryType
- type ScalarValueFTSDataSafeOperators
- type ScalarValueFixed32QueryType
- type ScalarValueFixed64QueryType
- type ScalarValueFloatQueryType
- type ScalarValueIdQueryType
- type ScalarValueInt32QueryType
- type ScalarValueInt64QueryType
- type ScalarValuePBDataQueryType
- type ScalarValuePKQueryType
- type ScalarValuePKSKQueryType
- type ScalarValuePKSKSafeOperators
- func (x *ScalarValuePKSKSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *ScalarValuePKSKSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *ScalarValuePKSKSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *ScalarValuePKSKSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *ScalarValuePKSKSafeOperators) Identifier() exp.IdentifierExpression
- func (x *ScalarValuePKSKSafeOperators) In(v []string) exp.BooleanExpression
- func (x *ScalarValuePKSKSafeOperators) IsNotEmpty() exp.Expression
- func (x *ScalarValuePKSKSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *ScalarValuePKSKSafeOperators) IsNull() exp.BooleanExpression
- func (x *ScalarValuePKSKSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *ScalarValuePKSKSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *ScalarValuePKSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *ScalarValuePKSKSafeOperators) NotIn(v []string) exp.BooleanExpression
- type ScalarValuePKSafeOperators
- func (x *ScalarValuePKSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *ScalarValuePKSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *ScalarValuePKSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *ScalarValuePKSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *ScalarValuePKSafeOperators) Identifier() exp.IdentifierExpression
- func (x *ScalarValuePKSafeOperators) In(v []string) exp.BooleanExpression
- func (x *ScalarValuePKSafeOperators) IsNotEmpty() exp.Expression
- func (x *ScalarValuePKSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *ScalarValuePKSafeOperators) IsNull() exp.BooleanExpression
- func (x *ScalarValuePKSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *ScalarValuePKSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *ScalarValuePKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *ScalarValuePKSafeOperators) NotIn(v []string) exp.BooleanExpression
- type ScalarValueRepeatedBoolQueryType
- type ScalarValueRepeatedBytesQueryType
- type ScalarValueRepeatedBytesSafeOperators
- func (x *ScalarValueRepeatedBytesSafeOperators) Contains(items ...[]byte) exp.Expression
- func (x *ScalarValueRepeatedBytesSafeOperators) Eq(v []byte) exp.BooleanExpression
- func (x *ScalarValueRepeatedBytesSafeOperators) Identifier() exp.IdentifierExpression
- func (x *ScalarValueRepeatedBytesSafeOperators) IsContainedBy(items ...[]byte) exp.Expression
- func (x *ScalarValueRepeatedBytesSafeOperators) Overlaps(items ...[]byte) exp.Expression
- func (x *ScalarValueRepeatedBytesSafeOperators) UnsafeNotContains(items ...[]byte) exp.Expression
- func (x *ScalarValueRepeatedBytesSafeOperators) UnsafeNotOverlaps(items ...[]byte) exp.Expression
- type ScalarValueRepeatedDoubleQueryType
- type ScalarValueRepeatedDoubleSafeOperators
- func (x *ScalarValueRepeatedDoubleSafeOperators) Contains(items ...float64) exp.Expression
- func (x *ScalarValueRepeatedDoubleSafeOperators) Eq(v float64) exp.BooleanExpression
- func (x *ScalarValueRepeatedDoubleSafeOperators) Identifier() exp.IdentifierExpression
- func (x *ScalarValueRepeatedDoubleSafeOperators) IsContainedBy(items ...float64) exp.Expression
- func (x *ScalarValueRepeatedDoubleSafeOperators) Overlaps(items ...float64) exp.Expression
- func (x *ScalarValueRepeatedDoubleSafeOperators) UnsafeNotContains(items ...float64) exp.Expression
- func (x *ScalarValueRepeatedDoubleSafeOperators) UnsafeNotOverlaps(items ...float64) exp.Expression
- type ScalarValueRepeatedEnumQueryType
- type ScalarValueRepeatedFixed32QueryType
- type ScalarValueRepeatedFixed64QueryType
- type ScalarValueRepeatedFloatQueryType
- type ScalarValueRepeatedInt32QueryType
- type ScalarValueRepeatedInt64QueryType
- type ScalarValueRepeatedSfixed32QueryType
- type ScalarValueRepeatedSfixed32SafeOperators
- func (x *ScalarValueRepeatedSfixed32SafeOperators) Contains(items ...int32) exp.Expression
- func (x *ScalarValueRepeatedSfixed32SafeOperators) Eq(v int32) exp.BooleanExpression
- func (x *ScalarValueRepeatedSfixed32SafeOperators) Identifier() exp.IdentifierExpression
- func (x *ScalarValueRepeatedSfixed32SafeOperators) IsContainedBy(items ...int32) exp.Expression
- func (x *ScalarValueRepeatedSfixed32SafeOperators) Overlaps(items ...int32) exp.Expression
- func (x *ScalarValueRepeatedSfixed32SafeOperators) UnsafeNotContains(items ...int32) exp.Expression
- func (x *ScalarValueRepeatedSfixed32SafeOperators) UnsafeNotOverlaps(items ...int32) exp.Expression
- type ScalarValueRepeatedSfixed64QueryType
- type ScalarValueRepeatedSfixed64SafeOperators
- func (x *ScalarValueRepeatedSfixed64SafeOperators) Contains(items ...int64) exp.Expression
- func (x *ScalarValueRepeatedSfixed64SafeOperators) Eq(v int64) exp.BooleanExpression
- func (x *ScalarValueRepeatedSfixed64SafeOperators) Identifier() exp.IdentifierExpression
- func (x *ScalarValueRepeatedSfixed64SafeOperators) IsContainedBy(items ...int64) exp.Expression
- func (x *ScalarValueRepeatedSfixed64SafeOperators) Overlaps(items ...int64) exp.Expression
- func (x *ScalarValueRepeatedSfixed64SafeOperators) UnsafeNotContains(items ...int64) exp.Expression
- func (x *ScalarValueRepeatedSfixed64SafeOperators) UnsafeNotOverlaps(items ...int64) exp.Expression
- type ScalarValueRepeatedSint32QueryType
- type ScalarValueRepeatedSint64QueryType
- type ScalarValueRepeatedStringQueryType
- type ScalarValueRepeatedUint32QueryType
- type ScalarValueRepeatedUint64QueryType
- type ScalarValueSKQueryType
- type ScalarValueSKSafeOperators
- func (x *ScalarValueSKSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *ScalarValueSKSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *ScalarValueSKSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *ScalarValueSKSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *ScalarValueSKSafeOperators) Identifier() exp.IdentifierExpression
- func (x *ScalarValueSKSafeOperators) In(v []string) exp.BooleanExpression
- func (x *ScalarValueSKSafeOperators) IsNotEmpty() exp.Expression
- func (x *ScalarValueSKSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *ScalarValueSKSafeOperators) IsNull() exp.BooleanExpression
- func (x *ScalarValueSKSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *ScalarValueSKSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *ScalarValueSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *ScalarValueSKSafeOperators) NotIn(v []string) exp.BooleanExpression
- type ScalarValueSfixed32QueryType
- type ScalarValueSfixed64QueryType
- type ScalarValueSint32QueryType
- type ScalarValueSint64QueryType
- type ScalarValueStrPtrQueryType
- type ScalarValueStringMapQueryType
- type ScalarValueStringMapSafeOperators
- func (x *ScalarValueStringMapSafeOperators) Eq(v any) exp.BooleanExpression
- func (x *ScalarValueStringMapSafeOperators) Identifier() exp.IdentifierExpression
- func (x *ScalarValueStringMapSafeOperators) ObjectAllKeyExists(keys ...string) exp.Expression
- func (x *ScalarValueStringMapSafeOperators) ObjectAnyKeyExists(keys ...string) exp.Expression
- func (x *ScalarValueStringMapSafeOperators) ObjectContains(obj interface{}) (exp.Expression, error)
- func (x *ScalarValueStringMapSafeOperators) ObjectKeyExists(key string) exp.Expression
- func (x *ScalarValueStringMapSafeOperators) ObjectPath(path string) exp.Expression
- func (x *ScalarValueStringMapSafeOperators) ObjectPathExists(path string) exp.Expression
- type ScalarValueString_QueryType
- type ScalarValueTenantIdQueryType
- type ScalarValueTenantIdSafeOperators
- func (x *ScalarValueTenantIdSafeOperators) Between(start string, end string) exp.RangeExpression
- func (x *ScalarValueTenantIdSafeOperators) Eq(v string) exp.BooleanExpression
- func (x *ScalarValueTenantIdSafeOperators) Gt(v string) exp.BooleanExpression
- func (x *ScalarValueTenantIdSafeOperators) Gte(v string) exp.BooleanExpression
- func (x *ScalarValueTenantIdSafeOperators) Identifier() exp.IdentifierExpression
- func (x *ScalarValueTenantIdSafeOperators) In(v []string) exp.BooleanExpression
- func (x *ScalarValueTenantIdSafeOperators) IsNotEmpty() exp.Expression
- func (x *ScalarValueTenantIdSafeOperators) IsNotNull() exp.BooleanExpression
- func (x *ScalarValueTenantIdSafeOperators) IsNull() exp.BooleanExpression
- func (x *ScalarValueTenantIdSafeOperators) Lt(v string) exp.BooleanExpression
- func (x *ScalarValueTenantIdSafeOperators) Lte(v string) exp.BooleanExpression
- func (x *ScalarValueTenantIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression
- func (x *ScalarValueTenantIdSafeOperators) NotIn(v []string) exp.BooleanExpression
- type ScalarValueUint32QueryType
- type ScalarValueUint64QueryType
Constants ¶
This section is empty.
Variables ¶
var ( FurType_name = map[int32]string{ 0: "FUR_TYPE_UNSPECIFIED", 1: "FUR_TYPE_NONE", 2: "FUR_TYPE_LOTS", } FurType_value = map[string]int32{ "FUR_TYPE_UNSPECIFIED": 0, "FUR_TYPE_NONE": 1, "FUR_TYPE_LOTS": 2, } )
Enum value maps for FurType.
var BookMedium = struct { Paper BookMediumType Ebook BookMediumType News BookMediumType }{ Paper: 50, Ebook: 51, News: 52, }
var File_models_animals_v1_animals_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Book ¶
type Book struct { TenantId string `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // Types that are assignable to Medium: // // *Book_Paper // *Book_Ebook // *Book_News Medium isBook_Medium `protobuf_oneof:"medium"` // contains filtered or unexported fields }
func (*Book) Descriptor
deprecated
func (*Book) GetCreatedAt ¶
func (x *Book) GetCreatedAt() *timestamppb.Timestamp
func (*Book) GetTenantId ¶
func (*Book) ProtoMessage ¶
func (*Book) ProtoMessage()
func (*Book) ProtoReflect ¶
func (x *Book) ProtoReflect() protoreflect.Message
type BookCreatedAtQueryType ¶
type BookCreatedAtQueryType struct {
// contains filtered or unexported fields
}
func (*BookCreatedAtQueryType) Identifier ¶
func (x *BookCreatedAtQueryType) Identifier() exp.IdentifierExpression
type BookDB ¶
type BookDB struct {
// contains filtered or unexported fields
}
func (*BookDB) Columns ¶
func (x *BookDB) Columns() *BookDBColumns
func (*BookDB) Query ¶
func (x *BookDB) Query() *BookDBQueryBuilder
type BookDBColumns ¶
type BookDBColumns struct {
// contains filtered or unexported fields
}
func (*BookDBColumns) CreatedAt ¶
func (x *BookDBColumns) CreatedAt() exp.Expression
func (*BookDBColumns) FTSData ¶
func (x *BookDBColumns) FTSData() exp.Expression
func (*BookDBColumns) Id ¶
func (x *BookDBColumns) Id() exp.Expression
func (*BookDBColumns) Medium ¶
func (x *BookDBColumns) Medium() exp.Expression
func (*BookDBColumns) PBData ¶
func (x *BookDBColumns) PBData() exp.Expression
func (*BookDBColumns) PK ¶
func (x *BookDBColumns) PK() exp.Expression
func (*BookDBColumns) PKSK ¶
func (x *BookDBColumns) PKSK() exp.Expression
func (*BookDBColumns) SK ¶
func (x *BookDBColumns) SK() exp.Expression
func (*BookDBColumns) TenantId ¶
func (x *BookDBColumns) TenantId() exp.Expression
func (*BookDBColumns) WithTable ¶
func (x *BookDBColumns) WithTable(t string) *BookDBColumns
type BookDBQueryBuilder ¶
type BookDBQueryBuilder struct {
// contains filtered or unexported fields
}
func (*BookDBQueryBuilder) FTSData ¶
func (x *BookDBQueryBuilder) FTSData() *BookFTSDataSafeOperators
func (*BookDBQueryBuilder) PK ¶
func (x *BookDBQueryBuilder) PK() *BookPKSafeOperators
func (*BookDBQueryBuilder) PKSK ¶
func (x *BookDBQueryBuilder) PKSK() *BookPKSKSafeOperators
func (*BookDBQueryBuilder) SK ¶
func (x *BookDBQueryBuilder) SK() *BookSKSafeOperators
func (*BookDBQueryBuilder) TenantId ¶
func (x *BookDBQueryBuilder) TenantId() *BookTenantIdSafeOperators
func (*BookDBQueryBuilder) Unsafe ¶
func (x *BookDBQueryBuilder) Unsafe() *BookDBQueryUnsafe
func (*BookDBQueryBuilder) WithTable ¶
func (x *BookDBQueryBuilder) WithTable(t string) *BookDBQueryBuilder
type BookDBQueryUnsafe ¶
type BookDBQueryUnsafe struct {
// contains filtered or unexported fields
}
func (*BookDBQueryUnsafe) CreatedAt ¶
func (x *BookDBQueryUnsafe) CreatedAt() *BookCreatedAtQueryType
func (*BookDBQueryUnsafe) FTSData ¶
func (x *BookDBQueryUnsafe) FTSData() *BookFTSDataQueryType
func (*BookDBQueryUnsafe) Id ¶
func (x *BookDBQueryUnsafe) Id() *BookIdQueryType
func (*BookDBQueryUnsafe) Medium ¶
func (x *BookDBQueryUnsafe) Medium() *BookMediumQueryType
func (*BookDBQueryUnsafe) PBData ¶
func (x *BookDBQueryUnsafe) PBData() *BookPBDataQueryType
func (*BookDBQueryUnsafe) PK ¶
func (x *BookDBQueryUnsafe) PK() *BookPKQueryType
func (*BookDBQueryUnsafe) PKSK ¶
func (x *BookDBQueryUnsafe) PKSK() *BookPKSKQueryType
func (*BookDBQueryUnsafe) SK ¶
func (x *BookDBQueryUnsafe) SK() *BookSKQueryType
func (*BookDBQueryUnsafe) TenantId ¶
func (x *BookDBQueryUnsafe) TenantId() *BookTenantIdQueryType
type BookFTSDataQueryType ¶
type BookFTSDataQueryType struct {
// contains filtered or unexported fields
}
func (*BookFTSDataQueryType) Identifier ¶
func (x *BookFTSDataQueryType) Identifier() exp.IdentifierExpression
type BookFTSDataSafeOperators ¶
type BookFTSDataSafeOperators struct {
// contains filtered or unexported fields
}
func (*BookFTSDataSafeOperators) Eq ¶
func (x *BookFTSDataSafeOperators) Eq(v string) exp.BooleanExpression
func (*BookFTSDataSafeOperators) Identifier ¶
func (x *BookFTSDataSafeOperators) Identifier() exp.IdentifierExpression
type BookIdQueryType ¶
type BookIdQueryType struct {
// contains filtered or unexported fields
}
func (*BookIdQueryType) Identifier ¶
func (x *BookIdQueryType) Identifier() exp.IdentifierExpression
type BookMediumQueryType ¶
type BookMediumQueryType struct {
// contains filtered or unexported fields
}
func (*BookMediumQueryType) Identifier ¶
func (x *BookMediumQueryType) Identifier() exp.IdentifierExpression
type BookMediumType ¶
type BookMediumType int32
type BookPBDataQueryType ¶
type BookPBDataQueryType struct {
// contains filtered or unexported fields
}
func (*BookPBDataQueryType) Identifier ¶
func (x *BookPBDataQueryType) Identifier() exp.IdentifierExpression
type BookPKQueryType ¶
type BookPKQueryType struct {
// contains filtered or unexported fields
}
func (*BookPKQueryType) Identifier ¶
func (x *BookPKQueryType) Identifier() exp.IdentifierExpression
type BookPKSKQueryType ¶
type BookPKSKQueryType struct {
// contains filtered or unexported fields
}
func (*BookPKSKQueryType) Identifier ¶
func (x *BookPKSKQueryType) Identifier() exp.IdentifierExpression
type BookPKSKSafeOperators ¶
type BookPKSKSafeOperators struct {
// contains filtered or unexported fields
}
func (*BookPKSKSafeOperators) Between ¶
func (x *BookPKSKSafeOperators) Between(start string, end string) exp.RangeExpression
func (*BookPKSKSafeOperators) Eq ¶
func (x *BookPKSKSafeOperators) Eq(v string) exp.BooleanExpression
func (*BookPKSKSafeOperators) Gt ¶
func (x *BookPKSKSafeOperators) Gt(v string) exp.BooleanExpression
func (*BookPKSKSafeOperators) Gte ¶
func (x *BookPKSKSafeOperators) Gte(v string) exp.BooleanExpression
func (*BookPKSKSafeOperators) Identifier ¶
func (x *BookPKSKSafeOperators) Identifier() exp.IdentifierExpression
func (*BookPKSKSafeOperators) In ¶
func (x *BookPKSKSafeOperators) In(v []string) exp.BooleanExpression
func (*BookPKSKSafeOperators) IsNotEmpty ¶
func (x *BookPKSKSafeOperators) IsNotEmpty() exp.Expression
func (*BookPKSKSafeOperators) IsNotNull ¶
func (x *BookPKSKSafeOperators) IsNotNull() exp.BooleanExpression
func (*BookPKSKSafeOperators) IsNull ¶
func (x *BookPKSKSafeOperators) IsNull() exp.BooleanExpression
func (*BookPKSKSafeOperators) Lt ¶
func (x *BookPKSKSafeOperators) Lt(v string) exp.BooleanExpression
func (*BookPKSKSafeOperators) Lte ¶
func (x *BookPKSKSafeOperators) Lte(v string) exp.BooleanExpression
func (*BookPKSKSafeOperators) NotBetween ¶
func (x *BookPKSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*BookPKSKSafeOperators) NotIn ¶
func (x *BookPKSKSafeOperators) NotIn(v []string) exp.BooleanExpression
type BookPKSafeOperators ¶
type BookPKSafeOperators struct {
// contains filtered or unexported fields
}
func (*BookPKSafeOperators) Between ¶
func (x *BookPKSafeOperators) Between(start string, end string) exp.RangeExpression
func (*BookPKSafeOperators) Eq ¶
func (x *BookPKSafeOperators) Eq(v string) exp.BooleanExpression
func (*BookPKSafeOperators) Gt ¶
func (x *BookPKSafeOperators) Gt(v string) exp.BooleanExpression
func (*BookPKSafeOperators) Gte ¶
func (x *BookPKSafeOperators) Gte(v string) exp.BooleanExpression
func (*BookPKSafeOperators) Identifier ¶
func (x *BookPKSafeOperators) Identifier() exp.IdentifierExpression
func (*BookPKSafeOperators) In ¶
func (x *BookPKSafeOperators) In(v []string) exp.BooleanExpression
func (*BookPKSafeOperators) IsNotEmpty ¶
func (x *BookPKSafeOperators) IsNotEmpty() exp.Expression
func (*BookPKSafeOperators) IsNotNull ¶
func (x *BookPKSafeOperators) IsNotNull() exp.BooleanExpression
func (*BookPKSafeOperators) IsNull ¶
func (x *BookPKSafeOperators) IsNull() exp.BooleanExpression
func (*BookPKSafeOperators) Lt ¶
func (x *BookPKSafeOperators) Lt(v string) exp.BooleanExpression
func (*BookPKSafeOperators) Lte ¶
func (x *BookPKSafeOperators) Lte(v string) exp.BooleanExpression
func (*BookPKSafeOperators) NotBetween ¶
func (x *BookPKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*BookPKSafeOperators) NotIn ¶
func (x *BookPKSafeOperators) NotIn(v []string) exp.BooleanExpression
type BookSKQueryType ¶
type BookSKQueryType struct {
// contains filtered or unexported fields
}
func (*BookSKQueryType) Identifier ¶
func (x *BookSKQueryType) Identifier() exp.IdentifierExpression
type BookSKSafeOperators ¶
type BookSKSafeOperators struct {
// contains filtered or unexported fields
}
func (*BookSKSafeOperators) Between ¶
func (x *BookSKSafeOperators) Between(start string, end string) exp.RangeExpression
func (*BookSKSafeOperators) Eq ¶
func (x *BookSKSafeOperators) Eq(v string) exp.BooleanExpression
func (*BookSKSafeOperators) Gt ¶
func (x *BookSKSafeOperators) Gt(v string) exp.BooleanExpression
func (*BookSKSafeOperators) Gte ¶
func (x *BookSKSafeOperators) Gte(v string) exp.BooleanExpression
func (*BookSKSafeOperators) Identifier ¶
func (x *BookSKSafeOperators) Identifier() exp.IdentifierExpression
func (*BookSKSafeOperators) In ¶
func (x *BookSKSafeOperators) In(v []string) exp.BooleanExpression
func (*BookSKSafeOperators) IsNotEmpty ¶
func (x *BookSKSafeOperators) IsNotEmpty() exp.Expression
func (*BookSKSafeOperators) IsNotNull ¶
func (x *BookSKSafeOperators) IsNotNull() exp.BooleanExpression
func (*BookSKSafeOperators) IsNull ¶
func (x *BookSKSafeOperators) IsNull() exp.BooleanExpression
func (*BookSKSafeOperators) Lt ¶
func (x *BookSKSafeOperators) Lt(v string) exp.BooleanExpression
func (*BookSKSafeOperators) Lte ¶
func (x *BookSKSafeOperators) Lte(v string) exp.BooleanExpression
func (*BookSKSafeOperators) NotBetween ¶
func (x *BookSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*BookSKSafeOperators) NotIn ¶
func (x *BookSKSafeOperators) NotIn(v []string) exp.BooleanExpression
type BookTenantIdQueryType ¶
type BookTenantIdQueryType struct {
// contains filtered or unexported fields
}
func (*BookTenantIdQueryType) Identifier ¶
func (x *BookTenantIdQueryType) Identifier() exp.IdentifierExpression
type BookTenantIdSafeOperators ¶
type BookTenantIdSafeOperators struct {
// contains filtered or unexported fields
}
func (*BookTenantIdSafeOperators) Between ¶
func (x *BookTenantIdSafeOperators) Between(start string, end string) exp.RangeExpression
func (*BookTenantIdSafeOperators) Eq ¶
func (x *BookTenantIdSafeOperators) Eq(v string) exp.BooleanExpression
func (*BookTenantIdSafeOperators) Gt ¶
func (x *BookTenantIdSafeOperators) Gt(v string) exp.BooleanExpression
func (*BookTenantIdSafeOperators) Gte ¶
func (x *BookTenantIdSafeOperators) Gte(v string) exp.BooleanExpression
func (*BookTenantIdSafeOperators) Identifier ¶
func (x *BookTenantIdSafeOperators) Identifier() exp.IdentifierExpression
func (*BookTenantIdSafeOperators) In ¶
func (x *BookTenantIdSafeOperators) In(v []string) exp.BooleanExpression
func (*BookTenantIdSafeOperators) IsNotEmpty ¶
func (x *BookTenantIdSafeOperators) IsNotEmpty() exp.Expression
func (*BookTenantIdSafeOperators) IsNotNull ¶
func (x *BookTenantIdSafeOperators) IsNotNull() exp.BooleanExpression
func (*BookTenantIdSafeOperators) IsNull ¶
func (x *BookTenantIdSafeOperators) IsNull() exp.BooleanExpression
func (*BookTenantIdSafeOperators) Lt ¶
func (x *BookTenantIdSafeOperators) Lt(v string) exp.BooleanExpression
func (*BookTenantIdSafeOperators) Lte ¶
func (x *BookTenantIdSafeOperators) Lte(v string) exp.BooleanExpression
func (*BookTenantIdSafeOperators) NotBetween ¶
func (x *BookTenantIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*BookTenantIdSafeOperators) NotIn ¶
func (x *BookTenantIdSafeOperators) NotIn(v []string) exp.BooleanExpression
type Book_Ebook ¶
type Book_Ebook struct {
Ebook *EBook `protobuf:"bytes,51,opt,name=ebook,proto3,oneof"`
}
type Book_News ¶
type Book_News struct {
News *Newspaper `protobuf:"bytes,52,opt,name=news,proto3,oneof"`
}
type Book_Paper ¶
type Book_Paper struct {
Paper *PaperBook `protobuf:"bytes,50,opt,name=paper,proto3,oneof"`
}
type EBook ¶
type EBook struct { Size int64 `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"` // contains filtered or unexported fields }
func (*EBook) Descriptor
deprecated
func (*EBook) ProtoMessage ¶
func (*EBook) ProtoMessage()
func (*EBook) ProtoReflect ¶
func (x *EBook) ProtoReflect() protoreflect.Message
type EBookDB ¶
type EBookDB struct {
// contains filtered or unexported fields
}
func (*EBookDB) Columns ¶
func (x *EBookDB) Columns() *EBookDBColumns
func (*EBookDB) Query ¶
func (x *EBookDB) Query() *EBookDBQueryBuilder
type EBookDBColumns ¶
type EBookDBColumns struct {
// contains filtered or unexported fields
}
func (*EBookDBColumns) Size ¶
func (x *EBookDBColumns) Size() exp.Expression
func (*EBookDBColumns) WithTable ¶
func (x *EBookDBColumns) WithTable(t string) *EBookDBColumns
type EBookDBQueryBuilder ¶
type EBookDBQueryBuilder struct {
// contains filtered or unexported fields
}
func (*EBookDBQueryBuilder) Unsafe ¶
func (x *EBookDBQueryBuilder) Unsafe() *EBookDBQueryUnsafe
func (*EBookDBQueryBuilder) WithTable ¶
func (x *EBookDBQueryBuilder) WithTable(t string) *EBookDBQueryBuilder
type EBookDBQueryUnsafe ¶
type EBookDBQueryUnsafe struct {
// contains filtered or unexported fields
}
func (*EBookDBQueryUnsafe) Size ¶
func (x *EBookDBQueryUnsafe) Size() *EBookSizeQueryType
type EBookSizeQueryType ¶
type EBookSizeQueryType struct {
// contains filtered or unexported fields
}
func (*EBookSizeQueryType) Identifier ¶
func (x *EBookSizeQueryType) Identifier() exp.IdentifierExpression
type FurType ¶
type FurType int32
func (FurType) Descriptor ¶
func (FurType) Descriptor() protoreflect.EnumDescriptor
func (FurType) EnumDescriptor
deprecated
func (FurType) Number ¶
func (x FurType) Number() protoreflect.EnumNumber
func (FurType) Type ¶
func (FurType) Type() protoreflect.EnumType
type Newspaper ¶
type Newspaper struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // contains filtered or unexported fields }
func (*Newspaper) DB ¶
func (x *Newspaper) DB() *NewspaperDB
func (*Newspaper) Descriptor
deprecated
func (*Newspaper) GetCreatedAt ¶
func (x *Newspaper) GetCreatedAt() *timestamppb.Timestamp
func (*Newspaper) ProtoMessage ¶
func (*Newspaper) ProtoMessage()
func (*Newspaper) ProtoReflect ¶
func (x *Newspaper) ProtoReflect() protoreflect.Message
type NewspaperCreatedAtQueryType ¶
type NewspaperCreatedAtQueryType struct {
// contains filtered or unexported fields
}
func (*NewspaperCreatedAtQueryType) Identifier ¶
func (x *NewspaperCreatedAtQueryType) Identifier() exp.IdentifierExpression
type NewspaperDB ¶
type NewspaperDB struct {
// contains filtered or unexported fields
}
func (*NewspaperDB) Columns ¶
func (x *NewspaperDB) Columns() *NewspaperDBColumns
func (*NewspaperDB) Query ¶
func (x *NewspaperDB) Query() *NewspaperDBQueryBuilder
func (*NewspaperDB) TableName ¶
func (x *NewspaperDB) TableName() string
func (*NewspaperDB) WithTable ¶
func (x *NewspaperDB) WithTable(t string) *NewspaperDB
type NewspaperDBColumns ¶
type NewspaperDBColumns struct {
// contains filtered or unexported fields
}
func (*NewspaperDBColumns) CreatedAt ¶
func (x *NewspaperDBColumns) CreatedAt() exp.Expression
func (*NewspaperDBColumns) FTSData ¶
func (x *NewspaperDBColumns) FTSData() exp.Expression
func (*NewspaperDBColumns) Name ¶
func (x *NewspaperDBColumns) Name() exp.Expression
func (*NewspaperDBColumns) PBData ¶
func (x *NewspaperDBColumns) PBData() exp.Expression
func (*NewspaperDBColumns) PK ¶
func (x *NewspaperDBColumns) PK() exp.Expression
func (*NewspaperDBColumns) PKSK ¶
func (x *NewspaperDBColumns) PKSK() exp.Expression
func (*NewspaperDBColumns) SK ¶
func (x *NewspaperDBColumns) SK() exp.Expression
func (*NewspaperDBColumns) TenantId ¶
func (x *NewspaperDBColumns) TenantId() exp.Expression
func (*NewspaperDBColumns) WithTable ¶
func (x *NewspaperDBColumns) WithTable(t string) *NewspaperDBColumns
type NewspaperDBQueryBuilder ¶
type NewspaperDBQueryBuilder struct {
// contains filtered or unexported fields
}
func (*NewspaperDBQueryBuilder) FTSData ¶
func (x *NewspaperDBQueryBuilder) FTSData() *NewspaperFTSDataSafeOperators
func (*NewspaperDBQueryBuilder) PK ¶
func (x *NewspaperDBQueryBuilder) PK() *NewspaperPKSafeOperators
func (*NewspaperDBQueryBuilder) PKSK ¶
func (x *NewspaperDBQueryBuilder) PKSK() *NewspaperPKSKSafeOperators
func (*NewspaperDBQueryBuilder) SK ¶
func (x *NewspaperDBQueryBuilder) SK() *NewspaperSKSafeOperators
func (*NewspaperDBQueryBuilder) TenantId ¶
func (x *NewspaperDBQueryBuilder) TenantId() *NewspaperTenantIdSafeOperators
func (*NewspaperDBQueryBuilder) Unsafe ¶
func (x *NewspaperDBQueryBuilder) Unsafe() *NewspaperDBQueryUnsafe
func (*NewspaperDBQueryBuilder) WithTable ¶
func (x *NewspaperDBQueryBuilder) WithTable(t string) *NewspaperDBQueryBuilder
type NewspaperDBQueryUnsafe ¶
type NewspaperDBQueryUnsafe struct {
// contains filtered or unexported fields
}
func (*NewspaperDBQueryUnsafe) CreatedAt ¶
func (x *NewspaperDBQueryUnsafe) CreatedAt() *NewspaperCreatedAtQueryType
func (*NewspaperDBQueryUnsafe) FTSData ¶
func (x *NewspaperDBQueryUnsafe) FTSData() *NewspaperFTSDataQueryType
func (*NewspaperDBQueryUnsafe) Name ¶
func (x *NewspaperDBQueryUnsafe) Name() *NewspaperNameQueryType
func (*NewspaperDBQueryUnsafe) PBData ¶
func (x *NewspaperDBQueryUnsafe) PBData() *NewspaperPBDataQueryType
func (*NewspaperDBQueryUnsafe) PK ¶
func (x *NewspaperDBQueryUnsafe) PK() *NewspaperPKQueryType
func (*NewspaperDBQueryUnsafe) PKSK ¶
func (x *NewspaperDBQueryUnsafe) PKSK() *NewspaperPKSKQueryType
func (*NewspaperDBQueryUnsafe) SK ¶
func (x *NewspaperDBQueryUnsafe) SK() *NewspaperSKQueryType
func (*NewspaperDBQueryUnsafe) TenantId ¶
func (x *NewspaperDBQueryUnsafe) TenantId() *NewspaperTenantIdQueryType
type NewspaperFTSDataQueryType ¶
type NewspaperFTSDataQueryType struct {
// contains filtered or unexported fields
}
func (*NewspaperFTSDataQueryType) Identifier ¶
func (x *NewspaperFTSDataQueryType) Identifier() exp.IdentifierExpression
type NewspaperFTSDataSafeOperators ¶
type NewspaperFTSDataSafeOperators struct {
// contains filtered or unexported fields
}
func (*NewspaperFTSDataSafeOperators) Eq ¶
func (x *NewspaperFTSDataSafeOperators) Eq(v string) exp.BooleanExpression
func (*NewspaperFTSDataSafeOperators) Identifier ¶
func (x *NewspaperFTSDataSafeOperators) Identifier() exp.IdentifierExpression
type NewspaperNameQueryType ¶
type NewspaperNameQueryType struct {
// contains filtered or unexported fields
}
func (*NewspaperNameQueryType) Identifier ¶
func (x *NewspaperNameQueryType) Identifier() exp.IdentifierExpression
type NewspaperPBDataQueryType ¶
type NewspaperPBDataQueryType struct {
// contains filtered or unexported fields
}
func (*NewspaperPBDataQueryType) Identifier ¶
func (x *NewspaperPBDataQueryType) Identifier() exp.IdentifierExpression
type NewspaperPKQueryType ¶
type NewspaperPKQueryType struct {
// contains filtered or unexported fields
}
func (*NewspaperPKQueryType) Identifier ¶
func (x *NewspaperPKQueryType) Identifier() exp.IdentifierExpression
type NewspaperPKSKQueryType ¶
type NewspaperPKSKQueryType struct {
// contains filtered or unexported fields
}
func (*NewspaperPKSKQueryType) Identifier ¶
func (x *NewspaperPKSKQueryType) Identifier() exp.IdentifierExpression
type NewspaperPKSKSafeOperators ¶
type NewspaperPKSKSafeOperators struct {
// contains filtered or unexported fields
}
func (*NewspaperPKSKSafeOperators) Between ¶
func (x *NewspaperPKSKSafeOperators) Between(start string, end string) exp.RangeExpression
func (*NewspaperPKSKSafeOperators) Eq ¶
func (x *NewspaperPKSKSafeOperators) Eq(v string) exp.BooleanExpression
func (*NewspaperPKSKSafeOperators) Gt ¶
func (x *NewspaperPKSKSafeOperators) Gt(v string) exp.BooleanExpression
func (*NewspaperPKSKSafeOperators) Gte ¶
func (x *NewspaperPKSKSafeOperators) Gte(v string) exp.BooleanExpression
func (*NewspaperPKSKSafeOperators) Identifier ¶
func (x *NewspaperPKSKSafeOperators) Identifier() exp.IdentifierExpression
func (*NewspaperPKSKSafeOperators) In ¶
func (x *NewspaperPKSKSafeOperators) In(v []string) exp.BooleanExpression
func (*NewspaperPKSKSafeOperators) IsNotEmpty ¶
func (x *NewspaperPKSKSafeOperators) IsNotEmpty() exp.Expression
func (*NewspaperPKSKSafeOperators) IsNotNull ¶
func (x *NewspaperPKSKSafeOperators) IsNotNull() exp.BooleanExpression
func (*NewspaperPKSKSafeOperators) IsNull ¶
func (x *NewspaperPKSKSafeOperators) IsNull() exp.BooleanExpression
func (*NewspaperPKSKSafeOperators) Lt ¶
func (x *NewspaperPKSKSafeOperators) Lt(v string) exp.BooleanExpression
func (*NewspaperPKSKSafeOperators) Lte ¶
func (x *NewspaperPKSKSafeOperators) Lte(v string) exp.BooleanExpression
func (*NewspaperPKSKSafeOperators) NotBetween ¶
func (x *NewspaperPKSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*NewspaperPKSKSafeOperators) NotIn ¶
func (x *NewspaperPKSKSafeOperators) NotIn(v []string) exp.BooleanExpression
type NewspaperPKSafeOperators ¶
type NewspaperPKSafeOperators struct {
// contains filtered or unexported fields
}
func (*NewspaperPKSafeOperators) Between ¶
func (x *NewspaperPKSafeOperators) Between(start string, end string) exp.RangeExpression
func (*NewspaperPKSafeOperators) Eq ¶
func (x *NewspaperPKSafeOperators) Eq(v string) exp.BooleanExpression
func (*NewspaperPKSafeOperators) Gt ¶
func (x *NewspaperPKSafeOperators) Gt(v string) exp.BooleanExpression
func (*NewspaperPKSafeOperators) Gte ¶
func (x *NewspaperPKSafeOperators) Gte(v string) exp.BooleanExpression
func (*NewspaperPKSafeOperators) Identifier ¶
func (x *NewspaperPKSafeOperators) Identifier() exp.IdentifierExpression
func (*NewspaperPKSafeOperators) In ¶
func (x *NewspaperPKSafeOperators) In(v []string) exp.BooleanExpression
func (*NewspaperPKSafeOperators) IsNotEmpty ¶
func (x *NewspaperPKSafeOperators) IsNotEmpty() exp.Expression
func (*NewspaperPKSafeOperators) IsNotNull ¶
func (x *NewspaperPKSafeOperators) IsNotNull() exp.BooleanExpression
func (*NewspaperPKSafeOperators) IsNull ¶
func (x *NewspaperPKSafeOperators) IsNull() exp.BooleanExpression
func (*NewspaperPKSafeOperators) Lt ¶
func (x *NewspaperPKSafeOperators) Lt(v string) exp.BooleanExpression
func (*NewspaperPKSafeOperators) Lte ¶
func (x *NewspaperPKSafeOperators) Lte(v string) exp.BooleanExpression
func (*NewspaperPKSafeOperators) NotBetween ¶
func (x *NewspaperPKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*NewspaperPKSafeOperators) NotIn ¶
func (x *NewspaperPKSafeOperators) NotIn(v []string) exp.BooleanExpression
type NewspaperSKQueryType ¶
type NewspaperSKQueryType struct {
// contains filtered or unexported fields
}
func (*NewspaperSKQueryType) Identifier ¶
func (x *NewspaperSKQueryType) Identifier() exp.IdentifierExpression
type NewspaperSKSafeOperators ¶
type NewspaperSKSafeOperators struct {
// contains filtered or unexported fields
}
func (*NewspaperSKSafeOperators) Between ¶
func (x *NewspaperSKSafeOperators) Between(start string, end string) exp.RangeExpression
func (*NewspaperSKSafeOperators) Eq ¶
func (x *NewspaperSKSafeOperators) Eq(v string) exp.BooleanExpression
func (*NewspaperSKSafeOperators) Gt ¶
func (x *NewspaperSKSafeOperators) Gt(v string) exp.BooleanExpression
func (*NewspaperSKSafeOperators) Gte ¶
func (x *NewspaperSKSafeOperators) Gte(v string) exp.BooleanExpression
func (*NewspaperSKSafeOperators) Identifier ¶
func (x *NewspaperSKSafeOperators) Identifier() exp.IdentifierExpression
func (*NewspaperSKSafeOperators) In ¶
func (x *NewspaperSKSafeOperators) In(v []string) exp.BooleanExpression
func (*NewspaperSKSafeOperators) IsNotEmpty ¶
func (x *NewspaperSKSafeOperators) IsNotEmpty() exp.Expression
func (*NewspaperSKSafeOperators) IsNotNull ¶
func (x *NewspaperSKSafeOperators) IsNotNull() exp.BooleanExpression
func (*NewspaperSKSafeOperators) IsNull ¶
func (x *NewspaperSKSafeOperators) IsNull() exp.BooleanExpression
func (*NewspaperSKSafeOperators) Lt ¶
func (x *NewspaperSKSafeOperators) Lt(v string) exp.BooleanExpression
func (*NewspaperSKSafeOperators) Lte ¶
func (x *NewspaperSKSafeOperators) Lte(v string) exp.BooleanExpression
func (*NewspaperSKSafeOperators) NotBetween ¶
func (x *NewspaperSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*NewspaperSKSafeOperators) NotIn ¶
func (x *NewspaperSKSafeOperators) NotIn(v []string) exp.BooleanExpression
type NewspaperTenantIdQueryType ¶
type NewspaperTenantIdQueryType struct {
// contains filtered or unexported fields
}
func (*NewspaperTenantIdQueryType) Identifier ¶
func (x *NewspaperTenantIdQueryType) Identifier() exp.IdentifierExpression
type NewspaperTenantIdSafeOperators ¶
type NewspaperTenantIdSafeOperators struct {
// contains filtered or unexported fields
}
func (*NewspaperTenantIdSafeOperators) Between ¶
func (x *NewspaperTenantIdSafeOperators) Between(start string, end string) exp.RangeExpression
func (*NewspaperTenantIdSafeOperators) Eq ¶
func (x *NewspaperTenantIdSafeOperators) Eq(v string) exp.BooleanExpression
func (*NewspaperTenantIdSafeOperators) Gt ¶
func (x *NewspaperTenantIdSafeOperators) Gt(v string) exp.BooleanExpression
func (*NewspaperTenantIdSafeOperators) Gte ¶
func (x *NewspaperTenantIdSafeOperators) Gte(v string) exp.BooleanExpression
func (*NewspaperTenantIdSafeOperators) Identifier ¶
func (x *NewspaperTenantIdSafeOperators) Identifier() exp.IdentifierExpression
func (*NewspaperTenantIdSafeOperators) In ¶
func (x *NewspaperTenantIdSafeOperators) In(v []string) exp.BooleanExpression
func (*NewspaperTenantIdSafeOperators) IsNotEmpty ¶
func (x *NewspaperTenantIdSafeOperators) IsNotEmpty() exp.Expression
func (*NewspaperTenantIdSafeOperators) IsNotNull ¶
func (x *NewspaperTenantIdSafeOperators) IsNotNull() exp.BooleanExpression
func (*NewspaperTenantIdSafeOperators) IsNull ¶
func (x *NewspaperTenantIdSafeOperators) IsNull() exp.BooleanExpression
func (*NewspaperTenantIdSafeOperators) Lt ¶
func (x *NewspaperTenantIdSafeOperators) Lt(v string) exp.BooleanExpression
func (*NewspaperTenantIdSafeOperators) Lte ¶
func (x *NewspaperTenantIdSafeOperators) Lte(v string) exp.BooleanExpression
func (*NewspaperTenantIdSafeOperators) NotBetween ¶
func (x *NewspaperTenantIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*NewspaperTenantIdSafeOperators) NotIn ¶
func (x *NewspaperTenantIdSafeOperators) NotIn(v []string) exp.BooleanExpression
type PaperBook ¶
type PaperBook struct { Pages int32 `protobuf:"varint,2,opt,name=pages,proto3" json:"pages,omitempty"` // contains filtered or unexported fields }
func (*PaperBook) DB ¶
func (x *PaperBook) DB() *PaperBookDB
func (*PaperBook) Descriptor
deprecated
func (*PaperBook) ProtoMessage ¶
func (*PaperBook) ProtoMessage()
func (*PaperBook) ProtoReflect ¶
func (x *PaperBook) ProtoReflect() protoreflect.Message
type PaperBookDB ¶
type PaperBookDB struct {
// contains filtered or unexported fields
}
func (*PaperBookDB) Columns ¶
func (x *PaperBookDB) Columns() *PaperBookDBColumns
func (*PaperBookDB) Query ¶
func (x *PaperBookDB) Query() *PaperBookDBQueryBuilder
func (*PaperBookDB) TableName ¶
func (x *PaperBookDB) TableName() string
func (*PaperBookDB) WithTable ¶
func (x *PaperBookDB) WithTable(t string) *PaperBookDB
type PaperBookDBColumns ¶
type PaperBookDBColumns struct {
// contains filtered or unexported fields
}
func (*PaperBookDBColumns) Pages ¶
func (x *PaperBookDBColumns) Pages() exp.Expression
func (*PaperBookDBColumns) WithTable ¶
func (x *PaperBookDBColumns) WithTable(t string) *PaperBookDBColumns
type PaperBookDBQueryBuilder ¶
type PaperBookDBQueryBuilder struct {
// contains filtered or unexported fields
}
func (*PaperBookDBQueryBuilder) Unsafe ¶
func (x *PaperBookDBQueryBuilder) Unsafe() *PaperBookDBQueryUnsafe
func (*PaperBookDBQueryBuilder) WithTable ¶
func (x *PaperBookDBQueryBuilder) WithTable(t string) *PaperBookDBQueryBuilder
type PaperBookDBQueryUnsafe ¶
type PaperBookDBQueryUnsafe struct {
// contains filtered or unexported fields
}
func (*PaperBookDBQueryUnsafe) Pages ¶
func (x *PaperBookDBQueryUnsafe) Pages() *PaperBookPagesQueryType
type PaperBookPagesQueryType ¶
type PaperBookPagesQueryType struct {
// contains filtered or unexported fields
}
func (*PaperBookPagesQueryType) Identifier ¶
func (x *PaperBookPagesQueryType) Identifier() exp.IdentifierExpression
type Pet ¶
type Pet struct { TenantId string `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` DeletedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"` DisplayName string `protobuf:"bytes,6,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` Description string `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"` SystemBuiltin bool `protobuf:"varint,9,opt,name=system_builtin,json=systemBuiltin,proto3" json:"system_builtin,omitempty"` Elapsed *durationpb.Duration `protobuf:"bytes,10,opt,name=elapsed,proto3" json:"elapsed,omitempty"` Profile *structpb.Struct `protobuf:"bytes,11,opt,name=profile,proto3" json:"profile,omitempty"` Cuteness float32 `protobuf:"fixed32,12,opt,name=cuteness,proto3" json:"cuteness,omitempty"` Price float64 `protobuf:"fixed64,13,opt,name=price,proto3" json:"price,omitempty"` VeryLongNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaame bool `` /* 278-byte string literal not displayed */ ExtraProfiles []*structpb.Struct `protobuf:"bytes,15,rep,name=extra_profiles,json=extraProfiles,proto3" json:"extra_profiles,omitempty"` // contains filtered or unexported fields }
func (*Pet) Descriptor
deprecated
func (*Pet) GetCreatedAt ¶
func (x *Pet) GetCreatedAt() *timestamppb.Timestamp
func (*Pet) GetCuteness ¶
func (*Pet) GetDeletedAt ¶
func (x *Pet) GetDeletedAt() *timestamppb.Timestamp
func (*Pet) GetDescription ¶
func (*Pet) GetDisplayName ¶
func (*Pet) GetElapsed ¶
func (x *Pet) GetElapsed() *durationpb.Duration
func (*Pet) GetExtraProfiles ¶
func (*Pet) GetProfile ¶
func (*Pet) GetSystemBuiltin ¶
func (*Pet) GetTenantId ¶
func (*Pet) GetUpdatedAt ¶
func (x *Pet) GetUpdatedAt() *timestamppb.Timestamp
func (*Pet) ProtoMessage ¶
func (*Pet) ProtoMessage()
func (*Pet) ProtoReflect ¶
func (x *Pet) ProtoReflect() protoreflect.Message
type PetCreatedAtQueryType ¶
type PetCreatedAtQueryType struct {
// contains filtered or unexported fields
}
func (*PetCreatedAtQueryType) Identifier ¶
func (x *PetCreatedAtQueryType) Identifier() exp.IdentifierExpression
type PetCutenessQueryType ¶
type PetCutenessQueryType struct {
// contains filtered or unexported fields
}
func (*PetCutenessQueryType) Identifier ¶
func (x *PetCutenessQueryType) Identifier() exp.IdentifierExpression
type PetDB ¶
type PetDB struct {
// contains filtered or unexported fields
}
func (*PetDB) Columns ¶
func (x *PetDB) Columns() *PetDBColumns
func (*PetDB) Query ¶
func (x *PetDB) Query() *PetDBQueryBuilder
type PetDBColumns ¶
type PetDBColumns struct {
// contains filtered or unexported fields
}
func (*PetDBColumns) CreatedAt ¶
func (x *PetDBColumns) CreatedAt() exp.Expression
func (*PetDBColumns) Cuteness ¶
func (x *PetDBColumns) Cuteness() exp.Expression
func (*PetDBColumns) DeletedAt ¶
func (x *PetDBColumns) DeletedAt() exp.Expression
func (*PetDBColumns) Description ¶
func (x *PetDBColumns) Description() exp.Expression
func (*PetDBColumns) DisplayName ¶
func (x *PetDBColumns) DisplayName() exp.Expression
func (*PetDBColumns) Elapsed ¶
func (x *PetDBColumns) Elapsed() exp.Expression
func (*PetDBColumns) ExtraProfiles ¶
func (x *PetDBColumns) ExtraProfiles() exp.Expression
func (*PetDBColumns) FTSData ¶
func (x *PetDBColumns) FTSData() exp.Expression
func (*PetDBColumns) Id ¶
func (x *PetDBColumns) Id() exp.Expression
func (*PetDBColumns) PBData ¶
func (x *PetDBColumns) PBData() exp.Expression
func (*PetDBColumns) PK ¶
func (x *PetDBColumns) PK() exp.Expression
func (*PetDBColumns) PKSK ¶
func (x *PetDBColumns) PKSK() exp.Expression
func (*PetDBColumns) Price ¶
func (x *PetDBColumns) Price() exp.Expression
func (*PetDBColumns) Profile ¶
func (x *PetDBColumns) Profile() exp.Expression
func (*PetDBColumns) SK ¶
func (x *PetDBColumns) SK() exp.Expression
func (*PetDBColumns) SystemBuiltin ¶
func (x *PetDBColumns) SystemBuiltin() exp.Expression
func (*PetDBColumns) TenantId ¶
func (x *PetDBColumns) TenantId() exp.Expression
func (*PetDBColumns) UpdatedAt ¶
func (x *PetDBColumns) UpdatedAt() exp.Expression
func (*PetDBColumns) VeryLongNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaame ¶
func (x *PetDBColumns) VeryLongNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaame() exp.Expression
func (*PetDBColumns) WithTable ¶
func (x *PetDBColumns) WithTable(t string) *PetDBColumns
type PetDBQueryBuilder ¶
type PetDBQueryBuilder struct {
// contains filtered or unexported fields
}
func (*PetDBQueryBuilder) FTSData ¶
func (x *PetDBQueryBuilder) FTSData() *PetFTSDataSafeOperators
func (*PetDBQueryBuilder) PK ¶
func (x *PetDBQueryBuilder) PK() *PetPKSafeOperators
func (*PetDBQueryBuilder) PKSK ¶
func (x *PetDBQueryBuilder) PKSK() *PetPKSKSafeOperators
func (*PetDBQueryBuilder) Profile ¶
func (x *PetDBQueryBuilder) Profile() *PetProfileSafeOperators
func (*PetDBQueryBuilder) SK ¶
func (x *PetDBQueryBuilder) SK() *PetSKSafeOperators
func (*PetDBQueryBuilder) TenantId ¶
func (x *PetDBQueryBuilder) TenantId() *PetTenantIdSafeOperators
func (*PetDBQueryBuilder) Unsafe ¶
func (x *PetDBQueryBuilder) Unsafe() *PetDBQueryUnsafe
func (*PetDBQueryBuilder) WithTable ¶
func (x *PetDBQueryBuilder) WithTable(t string) *PetDBQueryBuilder
type PetDBQueryUnsafe ¶
type PetDBQueryUnsafe struct {
// contains filtered or unexported fields
}
func (*PetDBQueryUnsafe) CreatedAt ¶
func (x *PetDBQueryUnsafe) CreatedAt() *PetCreatedAtQueryType
func (*PetDBQueryUnsafe) Cuteness ¶
func (x *PetDBQueryUnsafe) Cuteness() *PetCutenessQueryType
func (*PetDBQueryUnsafe) DeletedAt ¶
func (x *PetDBQueryUnsafe) DeletedAt() *PetDeletedAtQueryType
func (*PetDBQueryUnsafe) Description ¶
func (x *PetDBQueryUnsafe) Description() *PetDescriptionQueryType
func (*PetDBQueryUnsafe) DisplayName ¶
func (x *PetDBQueryUnsafe) DisplayName() *PetDisplayNameQueryType
func (*PetDBQueryUnsafe) Elapsed ¶
func (x *PetDBQueryUnsafe) Elapsed() *PetElapsedQueryType
func (*PetDBQueryUnsafe) ExtraProfiles ¶
func (x *PetDBQueryUnsafe) ExtraProfiles() *PetExtraProfilesQueryType
func (*PetDBQueryUnsafe) FTSData ¶
func (x *PetDBQueryUnsafe) FTSData() *PetFTSDataQueryType
func (*PetDBQueryUnsafe) Id ¶
func (x *PetDBQueryUnsafe) Id() *PetIdQueryType
func (*PetDBQueryUnsafe) PBData ¶
func (x *PetDBQueryUnsafe) PBData() *PetPBDataQueryType
func (*PetDBQueryUnsafe) PK ¶
func (x *PetDBQueryUnsafe) PK() *PetPKQueryType
func (*PetDBQueryUnsafe) PKSK ¶
func (x *PetDBQueryUnsafe) PKSK() *PetPKSKQueryType
func (*PetDBQueryUnsafe) Price ¶
func (x *PetDBQueryUnsafe) Price() *PetPriceQueryType
func (*PetDBQueryUnsafe) Profile ¶
func (x *PetDBQueryUnsafe) Profile() *PetProfileQueryType
func (*PetDBQueryUnsafe) SK ¶
func (x *PetDBQueryUnsafe) SK() *PetSKQueryType
func (*PetDBQueryUnsafe) SystemBuiltin ¶
func (x *PetDBQueryUnsafe) SystemBuiltin() *PetSystemBuiltinQueryType
func (*PetDBQueryUnsafe) TenantId ¶
func (x *PetDBQueryUnsafe) TenantId() *PetTenantIdQueryType
func (*PetDBQueryUnsafe) UpdatedAt ¶
func (x *PetDBQueryUnsafe) UpdatedAt() *PetUpdatedAtQueryType
func (*PetDBQueryUnsafe) VeryLongNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaame ¶
func (x *PetDBQueryUnsafe) VeryLongNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaame() *PetVeryLongNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaameQueryType
type PetDeletedAtQueryType ¶
type PetDeletedAtQueryType struct {
// contains filtered or unexported fields
}
func (*PetDeletedAtQueryType) Identifier ¶
func (x *PetDeletedAtQueryType) Identifier() exp.IdentifierExpression
type PetDescriptionQueryType ¶
type PetDescriptionQueryType struct {
// contains filtered or unexported fields
}
func (*PetDescriptionQueryType) Identifier ¶
func (x *PetDescriptionQueryType) Identifier() exp.IdentifierExpression
type PetDisplayNameQueryType ¶
type PetDisplayNameQueryType struct {
// contains filtered or unexported fields
}
func (*PetDisplayNameQueryType) Identifier ¶
func (x *PetDisplayNameQueryType) Identifier() exp.IdentifierExpression
type PetElapsedQueryType ¶
type PetElapsedQueryType struct {
// contains filtered or unexported fields
}
func (*PetElapsedQueryType) Identifier ¶
func (x *PetElapsedQueryType) Identifier() exp.IdentifierExpression
type PetExtraProfilesQueryType ¶
type PetExtraProfilesQueryType struct {
// contains filtered or unexported fields
}
func (*PetExtraProfilesQueryType) Identifier ¶
func (x *PetExtraProfilesQueryType) Identifier() exp.IdentifierExpression
type PetFTSDataQueryType ¶
type PetFTSDataQueryType struct {
// contains filtered or unexported fields
}
func (*PetFTSDataQueryType) Identifier ¶
func (x *PetFTSDataQueryType) Identifier() exp.IdentifierExpression
type PetFTSDataSafeOperators ¶
type PetFTSDataSafeOperators struct {
// contains filtered or unexported fields
}
func (*PetFTSDataSafeOperators) Eq ¶
func (x *PetFTSDataSafeOperators) Eq(v string) exp.BooleanExpression
func (*PetFTSDataSafeOperators) Identifier ¶
func (x *PetFTSDataSafeOperators) Identifier() exp.IdentifierExpression
type PetIdQueryType ¶
type PetIdQueryType struct {
// contains filtered or unexported fields
}
func (*PetIdQueryType) Identifier ¶
func (x *PetIdQueryType) Identifier() exp.IdentifierExpression
type PetPBDataQueryType ¶
type PetPBDataQueryType struct {
// contains filtered or unexported fields
}
func (*PetPBDataQueryType) Identifier ¶
func (x *PetPBDataQueryType) Identifier() exp.IdentifierExpression
type PetPKQueryType ¶
type PetPKQueryType struct {
// contains filtered or unexported fields
}
func (*PetPKQueryType) Identifier ¶
func (x *PetPKQueryType) Identifier() exp.IdentifierExpression
type PetPKSKQueryType ¶
type PetPKSKQueryType struct {
// contains filtered or unexported fields
}
func (*PetPKSKQueryType) Identifier ¶
func (x *PetPKSKQueryType) Identifier() exp.IdentifierExpression
type PetPKSKSafeOperators ¶
type PetPKSKSafeOperators struct {
// contains filtered or unexported fields
}
func (*PetPKSKSafeOperators) Between ¶
func (x *PetPKSKSafeOperators) Between(start string, end string) exp.RangeExpression
func (*PetPKSKSafeOperators) Eq ¶
func (x *PetPKSKSafeOperators) Eq(v string) exp.BooleanExpression
func (*PetPKSKSafeOperators) Gt ¶
func (x *PetPKSKSafeOperators) Gt(v string) exp.BooleanExpression
func (*PetPKSKSafeOperators) Gte ¶
func (x *PetPKSKSafeOperators) Gte(v string) exp.BooleanExpression
func (*PetPKSKSafeOperators) Identifier ¶
func (x *PetPKSKSafeOperators) Identifier() exp.IdentifierExpression
func (*PetPKSKSafeOperators) In ¶
func (x *PetPKSKSafeOperators) In(v []string) exp.BooleanExpression
func (*PetPKSKSafeOperators) IsNotEmpty ¶
func (x *PetPKSKSafeOperators) IsNotEmpty() exp.Expression
func (*PetPKSKSafeOperators) IsNotNull ¶
func (x *PetPKSKSafeOperators) IsNotNull() exp.BooleanExpression
func (*PetPKSKSafeOperators) IsNull ¶
func (x *PetPKSKSafeOperators) IsNull() exp.BooleanExpression
func (*PetPKSKSafeOperators) Lt ¶
func (x *PetPKSKSafeOperators) Lt(v string) exp.BooleanExpression
func (*PetPKSKSafeOperators) Lte ¶
func (x *PetPKSKSafeOperators) Lte(v string) exp.BooleanExpression
func (*PetPKSKSafeOperators) NotBetween ¶
func (x *PetPKSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*PetPKSKSafeOperators) NotIn ¶
func (x *PetPKSKSafeOperators) NotIn(v []string) exp.BooleanExpression
type PetPKSafeOperators ¶
type PetPKSafeOperators struct {
// contains filtered or unexported fields
}
func (*PetPKSafeOperators) Between ¶
func (x *PetPKSafeOperators) Between(start string, end string) exp.RangeExpression
func (*PetPKSafeOperators) Eq ¶
func (x *PetPKSafeOperators) Eq(v string) exp.BooleanExpression
func (*PetPKSafeOperators) Gt ¶
func (x *PetPKSafeOperators) Gt(v string) exp.BooleanExpression
func (*PetPKSafeOperators) Gte ¶
func (x *PetPKSafeOperators) Gte(v string) exp.BooleanExpression
func (*PetPKSafeOperators) Identifier ¶
func (x *PetPKSafeOperators) Identifier() exp.IdentifierExpression
func (*PetPKSafeOperators) In ¶
func (x *PetPKSafeOperators) In(v []string) exp.BooleanExpression
func (*PetPKSafeOperators) IsNotEmpty ¶
func (x *PetPKSafeOperators) IsNotEmpty() exp.Expression
func (*PetPKSafeOperators) IsNotNull ¶
func (x *PetPKSafeOperators) IsNotNull() exp.BooleanExpression
func (*PetPKSafeOperators) IsNull ¶
func (x *PetPKSafeOperators) IsNull() exp.BooleanExpression
func (*PetPKSafeOperators) Lt ¶
func (x *PetPKSafeOperators) Lt(v string) exp.BooleanExpression
func (*PetPKSafeOperators) Lte ¶
func (x *PetPKSafeOperators) Lte(v string) exp.BooleanExpression
func (*PetPKSafeOperators) NotBetween ¶
func (x *PetPKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*PetPKSafeOperators) NotIn ¶
func (x *PetPKSafeOperators) NotIn(v []string) exp.BooleanExpression
type PetPriceQueryType ¶
type PetPriceQueryType struct {
// contains filtered or unexported fields
}
func (*PetPriceQueryType) Identifier ¶
func (x *PetPriceQueryType) Identifier() exp.IdentifierExpression
type PetProfileQueryType ¶
type PetProfileQueryType struct {
// contains filtered or unexported fields
}
func (*PetProfileQueryType) Identifier ¶
func (x *PetProfileQueryType) Identifier() exp.IdentifierExpression
type PetProfileSafeOperators ¶
type PetProfileSafeOperators struct {
// contains filtered or unexported fields
}
func (*PetProfileSafeOperators) Eq ¶
func (x *PetProfileSafeOperators) Eq(v any) exp.BooleanExpression
func (*PetProfileSafeOperators) Identifier ¶
func (x *PetProfileSafeOperators) Identifier() exp.IdentifierExpression
func (*PetProfileSafeOperators) ObjectAllKeyExists ¶
func (x *PetProfileSafeOperators) ObjectAllKeyExists(keys ...string) exp.Expression
func (*PetProfileSafeOperators) ObjectAnyKeyExists ¶
func (x *PetProfileSafeOperators) ObjectAnyKeyExists(keys ...string) exp.Expression
func (*PetProfileSafeOperators) ObjectContains ¶
func (x *PetProfileSafeOperators) ObjectContains(obj interface{}) (exp.Expression, error)
func (*PetProfileSafeOperators) ObjectKeyExists ¶
func (x *PetProfileSafeOperators) ObjectKeyExists(key string) exp.Expression
func (*PetProfileSafeOperators) ObjectPath ¶
func (x *PetProfileSafeOperators) ObjectPath(path string) exp.Expression
func (*PetProfileSafeOperators) ObjectPathExists ¶
func (x *PetProfileSafeOperators) ObjectPathExists(path string) exp.Expression
type PetSKQueryType ¶
type PetSKQueryType struct {
// contains filtered or unexported fields
}
func (*PetSKQueryType) Identifier ¶
func (x *PetSKQueryType) Identifier() exp.IdentifierExpression
type PetSKSafeOperators ¶
type PetSKSafeOperators struct {
// contains filtered or unexported fields
}
func (*PetSKSafeOperators) Between ¶
func (x *PetSKSafeOperators) Between(start string, end string) exp.RangeExpression
func (*PetSKSafeOperators) Eq ¶
func (x *PetSKSafeOperators) Eq(v string) exp.BooleanExpression
func (*PetSKSafeOperators) Gt ¶
func (x *PetSKSafeOperators) Gt(v string) exp.BooleanExpression
func (*PetSKSafeOperators) Gte ¶
func (x *PetSKSafeOperators) Gte(v string) exp.BooleanExpression
func (*PetSKSafeOperators) Identifier ¶
func (x *PetSKSafeOperators) Identifier() exp.IdentifierExpression
func (*PetSKSafeOperators) In ¶
func (x *PetSKSafeOperators) In(v []string) exp.BooleanExpression
func (*PetSKSafeOperators) IsNotEmpty ¶
func (x *PetSKSafeOperators) IsNotEmpty() exp.Expression
func (*PetSKSafeOperators) IsNotNull ¶
func (x *PetSKSafeOperators) IsNotNull() exp.BooleanExpression
func (*PetSKSafeOperators) IsNull ¶
func (x *PetSKSafeOperators) IsNull() exp.BooleanExpression
func (*PetSKSafeOperators) Lt ¶
func (x *PetSKSafeOperators) Lt(v string) exp.BooleanExpression
func (*PetSKSafeOperators) Lte ¶
func (x *PetSKSafeOperators) Lte(v string) exp.BooleanExpression
func (*PetSKSafeOperators) NotBetween ¶
func (x *PetSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*PetSKSafeOperators) NotIn ¶
func (x *PetSKSafeOperators) NotIn(v []string) exp.BooleanExpression
type PetSystemBuiltinQueryType ¶
type PetSystemBuiltinQueryType struct {
// contains filtered or unexported fields
}
func (*PetSystemBuiltinQueryType) Identifier ¶
func (x *PetSystemBuiltinQueryType) Identifier() exp.IdentifierExpression
type PetTenantIdQueryType ¶
type PetTenantIdQueryType struct {
// contains filtered or unexported fields
}
func (*PetTenantIdQueryType) Identifier ¶
func (x *PetTenantIdQueryType) Identifier() exp.IdentifierExpression
type PetTenantIdSafeOperators ¶
type PetTenantIdSafeOperators struct {
// contains filtered or unexported fields
}
func (*PetTenantIdSafeOperators) Between ¶
func (x *PetTenantIdSafeOperators) Between(start string, end string) exp.RangeExpression
func (*PetTenantIdSafeOperators) Eq ¶
func (x *PetTenantIdSafeOperators) Eq(v string) exp.BooleanExpression
func (*PetTenantIdSafeOperators) Gt ¶
func (x *PetTenantIdSafeOperators) Gt(v string) exp.BooleanExpression
func (*PetTenantIdSafeOperators) Gte ¶
func (x *PetTenantIdSafeOperators) Gte(v string) exp.BooleanExpression
func (*PetTenantIdSafeOperators) Identifier ¶
func (x *PetTenantIdSafeOperators) Identifier() exp.IdentifierExpression
func (*PetTenantIdSafeOperators) In ¶
func (x *PetTenantIdSafeOperators) In(v []string) exp.BooleanExpression
func (*PetTenantIdSafeOperators) IsNotEmpty ¶
func (x *PetTenantIdSafeOperators) IsNotEmpty() exp.Expression
func (*PetTenantIdSafeOperators) IsNotNull ¶
func (x *PetTenantIdSafeOperators) IsNotNull() exp.BooleanExpression
func (*PetTenantIdSafeOperators) IsNull ¶
func (x *PetTenantIdSafeOperators) IsNull() exp.BooleanExpression
func (*PetTenantIdSafeOperators) Lt ¶
func (x *PetTenantIdSafeOperators) Lt(v string) exp.BooleanExpression
func (*PetTenantIdSafeOperators) Lte ¶
func (x *PetTenantIdSafeOperators) Lte(v string) exp.BooleanExpression
func (*PetTenantIdSafeOperators) NotBetween ¶
func (x *PetTenantIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*PetTenantIdSafeOperators) NotIn ¶
func (x *PetTenantIdSafeOperators) NotIn(v []string) exp.BooleanExpression
type PetUpdatedAtQueryType ¶
type PetUpdatedAtQueryType struct {
// contains filtered or unexported fields
}
func (*PetUpdatedAtQueryType) Identifier ¶
func (x *PetUpdatedAtQueryType) Identifier() exp.IdentifierExpression
type PetVeryLongNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaameQueryType ¶
type PetVeryLongNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaameQueryType struct {
// contains filtered or unexported fields
}
func (*PetVeryLongNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaameQueryType) Identifier ¶
type ScalarValue ¶
type ScalarValue struct { TenantId string `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Double float64 `protobuf:"fixed64,3,opt,name=double,proto3" json:"double,omitempty"` Float float32 `protobuf:"fixed32,4,opt,name=float,proto3" json:"float,omitempty"` Int32 int32 `protobuf:"varint,5,opt,name=int32,proto3" json:"int32,omitempty"` Int64 int64 `protobuf:"varint,6,opt,name=int64,proto3" json:"int64,omitempty"` Uint32 uint32 `protobuf:"varint,7,opt,name=uint32,proto3" json:"uint32,omitempty"` Uint64 uint64 `protobuf:"varint,8,opt,name=uint64,proto3" json:"uint64,omitempty"` Sint32 int32 `protobuf:"zigzag32,9,opt,name=sint32,proto3" json:"sint32,omitempty"` Sint64 int64 `protobuf:"zigzag64,10,opt,name=sint64,proto3" json:"sint64,omitempty"` Fixed32 uint32 `protobuf:"fixed32,11,opt,name=fixed32,proto3" json:"fixed32,omitempty"` Fixed64 uint64 `protobuf:"fixed64,12,opt,name=fixed64,proto3" json:"fixed64,omitempty"` Sfixed32 int32 `protobuf:"fixed32,13,opt,name=sfixed32,proto3" json:"sfixed32,omitempty"` Sfixed64 int64 `protobuf:"fixed64,14,opt,name=sfixed64,proto3" json:"sfixed64,omitempty"` Bool bool `protobuf:"varint,15,opt,name=bool,proto3" json:"bool,omitempty"` String_ string `protobuf:"bytes,16,opt,name=string,proto3" json:"string,omitempty"` Bytes []byte `protobuf:"bytes,17,opt,name=bytes,proto3" json:"bytes,omitempty"` RepeatedDouble []float64 `protobuf:"fixed64,23,rep,packed,name=repeated_double,json=repeatedDouble,proto3" json:"repeated_double,omitempty"` RepeatedFloat []float32 `protobuf:"fixed32,24,rep,packed,name=repeated_float,json=repeatedFloat,proto3" json:"repeated_float,omitempty"` RepeatedInt32 []int32 `protobuf:"varint,25,rep,packed,name=repeated_int32,json=repeatedInt32,proto3" json:"repeated_int32,omitempty"` RepeatedInt64 []int64 `protobuf:"varint,26,rep,packed,name=repeated_int64,json=repeatedInt64,proto3" json:"repeated_int64,omitempty"` RepeatedUint32 []uint32 `protobuf:"varint,27,rep,packed,name=repeated_uint32,json=repeatedUint32,proto3" json:"repeated_uint32,omitempty"` RepeatedUint64 []uint64 `protobuf:"varint,28,rep,packed,name=repeated_uint64,json=repeatedUint64,proto3" json:"repeated_uint64,omitempty"` RepeatedSint32 []int32 `protobuf:"zigzag32,29,rep,packed,name=repeated_sint32,json=repeatedSint32,proto3" json:"repeated_sint32,omitempty"` RepeatedSint64 []int64 `protobuf:"zigzag64,30,rep,packed,name=repeated_sint64,json=repeatedSint64,proto3" json:"repeated_sint64,omitempty"` RepeatedFixed32 []uint32 `protobuf:"fixed32,31,rep,packed,name=repeated_fixed32,json=repeatedFixed32,proto3" json:"repeated_fixed32,omitempty"` RepeatedFixed64 []uint64 `protobuf:"fixed64,32,rep,packed,name=repeated_fixed64,json=repeatedFixed64,proto3" json:"repeated_fixed64,omitempty"` RepeatedSfixed32 []int32 `protobuf:"fixed32,33,rep,packed,name=repeated_sfixed32,json=repeatedSfixed32,proto3" json:"repeated_sfixed32,omitempty"` RepeatedSfixed64 []int64 `protobuf:"fixed64,34,rep,packed,name=repeated_sfixed64,json=repeatedSfixed64,proto3" json:"repeated_sfixed64,omitempty"` RepeatedBool []bool `protobuf:"varint,35,rep,packed,name=repeated_bool,json=repeatedBool,proto3" json:"repeated_bool,omitempty"` RepeatedString []string `protobuf:"bytes,36,rep,name=repeated_string,json=repeatedString,proto3" json:"repeated_string,omitempty"` RepeatedBytes [][]byte `protobuf:"bytes,37,rep,name=repeated_bytes,json=repeatedBytes,proto3" json:"repeated_bytes,omitempty"` RepeatedEnum []FurType `` /* 137-byte string literal not displayed */ StringMap map[string]string `` /* 177-byte string literal not displayed */ CreatedAt *timestamppb.Timestamp `protobuf:"bytes,40,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` StrPtr *wrapperspb.StringValue `protobuf:"bytes,100,opt,name=str_ptr,json=strPtr,proto3" json:"str_ptr,omitempty"` BoolPtr *wrapperspb.BoolValue `protobuf:"bytes,101,opt,name=bool_ptr,json=boolPtr,proto3" json:"bool_ptr,omitempty"` // contains filtered or unexported fields }
func (*ScalarValue) DB ¶
func (x *ScalarValue) DB() *ScalarValueDB
func (*ScalarValue) DBReflect ¶
func (dbr *ScalarValue) DBReflect() pgdb_v1.Message
func (*ScalarValue) Descriptor
deprecated
func (*ScalarValue) Descriptor() ([]byte, []int)
Deprecated: Use ScalarValue.ProtoReflect.Descriptor instead.
func (*ScalarValue) GetBool ¶
func (x *ScalarValue) GetBool() bool
func (*ScalarValue) GetBoolPtr ¶
func (x *ScalarValue) GetBoolPtr() *wrapperspb.BoolValue
func (*ScalarValue) GetBytes ¶
func (x *ScalarValue) GetBytes() []byte
func (*ScalarValue) GetCreatedAt ¶
func (x *ScalarValue) GetCreatedAt() *timestamppb.Timestamp
func (*ScalarValue) GetDouble ¶
func (x *ScalarValue) GetDouble() float64
func (*ScalarValue) GetFixed32 ¶
func (x *ScalarValue) GetFixed32() uint32
func (*ScalarValue) GetFixed64 ¶
func (x *ScalarValue) GetFixed64() uint64
func (*ScalarValue) GetFloat ¶
func (x *ScalarValue) GetFloat() float32
func (*ScalarValue) GetId ¶
func (x *ScalarValue) GetId() string
func (*ScalarValue) GetInt32 ¶
func (x *ScalarValue) GetInt32() int32
func (*ScalarValue) GetInt64 ¶
func (x *ScalarValue) GetInt64() int64
func (*ScalarValue) GetRepeatedBool ¶
func (x *ScalarValue) GetRepeatedBool() []bool
func (*ScalarValue) GetRepeatedBytes ¶
func (x *ScalarValue) GetRepeatedBytes() [][]byte
func (*ScalarValue) GetRepeatedDouble ¶
func (x *ScalarValue) GetRepeatedDouble() []float64
func (*ScalarValue) GetRepeatedEnum ¶
func (x *ScalarValue) GetRepeatedEnum() []FurType
func (*ScalarValue) GetRepeatedFixed32 ¶
func (x *ScalarValue) GetRepeatedFixed32() []uint32
func (*ScalarValue) GetRepeatedFixed64 ¶
func (x *ScalarValue) GetRepeatedFixed64() []uint64
func (*ScalarValue) GetRepeatedFloat ¶
func (x *ScalarValue) GetRepeatedFloat() []float32
func (*ScalarValue) GetRepeatedInt32 ¶
func (x *ScalarValue) GetRepeatedInt32() []int32
func (*ScalarValue) GetRepeatedInt64 ¶
func (x *ScalarValue) GetRepeatedInt64() []int64
func (*ScalarValue) GetRepeatedSfixed32 ¶
func (x *ScalarValue) GetRepeatedSfixed32() []int32
func (*ScalarValue) GetRepeatedSfixed64 ¶
func (x *ScalarValue) GetRepeatedSfixed64() []int64
func (*ScalarValue) GetRepeatedSint32 ¶
func (x *ScalarValue) GetRepeatedSint32() []int32
func (*ScalarValue) GetRepeatedSint64 ¶
func (x *ScalarValue) GetRepeatedSint64() []int64
func (*ScalarValue) GetRepeatedString ¶
func (x *ScalarValue) GetRepeatedString() []string
func (*ScalarValue) GetRepeatedUint32 ¶
func (x *ScalarValue) GetRepeatedUint32() []uint32
func (*ScalarValue) GetRepeatedUint64 ¶
func (x *ScalarValue) GetRepeatedUint64() []uint64
func (*ScalarValue) GetSfixed32 ¶
func (x *ScalarValue) GetSfixed32() int32
func (*ScalarValue) GetSfixed64 ¶
func (x *ScalarValue) GetSfixed64() int64
func (*ScalarValue) GetSint32 ¶
func (x *ScalarValue) GetSint32() int32
func (*ScalarValue) GetSint64 ¶
func (x *ScalarValue) GetSint64() int64
func (*ScalarValue) GetStrPtr ¶
func (x *ScalarValue) GetStrPtr() *wrapperspb.StringValue
func (*ScalarValue) GetStringMap ¶
func (x *ScalarValue) GetStringMap() map[string]string
func (*ScalarValue) GetString_ ¶
func (x *ScalarValue) GetString_() string
func (*ScalarValue) GetTenantId ¶
func (x *ScalarValue) GetTenantId() string
func (*ScalarValue) GetUint32 ¶
func (x *ScalarValue) GetUint32() uint32
func (*ScalarValue) GetUint64 ¶
func (x *ScalarValue) GetUint64() uint64
func (*ScalarValue) ProtoMessage ¶
func (*ScalarValue) ProtoMessage()
func (*ScalarValue) ProtoReflect ¶
func (x *ScalarValue) ProtoReflect() protoreflect.Message
func (*ScalarValue) Reset ¶
func (x *ScalarValue) Reset()
func (*ScalarValue) String ¶
func (x *ScalarValue) String() string
type ScalarValueBoolPtrQueryType ¶
type ScalarValueBoolPtrQueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueBoolPtrQueryType) Identifier ¶
func (x *ScalarValueBoolPtrQueryType) Identifier() exp.IdentifierExpression
type ScalarValueBoolQueryType ¶
type ScalarValueBoolQueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueBoolQueryType) Identifier ¶
func (x *ScalarValueBoolQueryType) Identifier() exp.IdentifierExpression
type ScalarValueBytesQueryType ¶
type ScalarValueBytesQueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueBytesQueryType) Identifier ¶
func (x *ScalarValueBytesQueryType) Identifier() exp.IdentifierExpression
type ScalarValueCreatedAtQueryType ¶
type ScalarValueCreatedAtQueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueCreatedAtQueryType) Identifier ¶
func (x *ScalarValueCreatedAtQueryType) Identifier() exp.IdentifierExpression
type ScalarValueDB ¶
type ScalarValueDB struct {
// contains filtered or unexported fields
}
func (*ScalarValueDB) Columns ¶
func (x *ScalarValueDB) Columns() *ScalarValueDBColumns
func (*ScalarValueDB) Query ¶
func (x *ScalarValueDB) Query() *ScalarValueDBQueryBuilder
func (*ScalarValueDB) TableName ¶
func (x *ScalarValueDB) TableName() string
func (*ScalarValueDB) WithTable ¶
func (x *ScalarValueDB) WithTable(t string) *ScalarValueDB
type ScalarValueDBColumns ¶
type ScalarValueDBColumns struct {
// contains filtered or unexported fields
}
func (*ScalarValueDBColumns) Bool ¶
func (x *ScalarValueDBColumns) Bool() exp.Expression
func (*ScalarValueDBColumns) BoolPtr ¶
func (x *ScalarValueDBColumns) BoolPtr() exp.Expression
func (*ScalarValueDBColumns) Bytes ¶
func (x *ScalarValueDBColumns) Bytes() exp.Expression
func (*ScalarValueDBColumns) CreatedAt ¶
func (x *ScalarValueDBColumns) CreatedAt() exp.Expression
func (*ScalarValueDBColumns) Double ¶
func (x *ScalarValueDBColumns) Double() exp.Expression
func (*ScalarValueDBColumns) FTSData ¶
func (x *ScalarValueDBColumns) FTSData() exp.Expression
func (*ScalarValueDBColumns) Fixed32 ¶
func (x *ScalarValueDBColumns) Fixed32() exp.Expression
func (*ScalarValueDBColumns) Fixed64 ¶
func (x *ScalarValueDBColumns) Fixed64() exp.Expression
func (*ScalarValueDBColumns) Float ¶
func (x *ScalarValueDBColumns) Float() exp.Expression
func (*ScalarValueDBColumns) Id ¶
func (x *ScalarValueDBColumns) Id() exp.Expression
func (*ScalarValueDBColumns) Int32 ¶
func (x *ScalarValueDBColumns) Int32() exp.Expression
func (*ScalarValueDBColumns) Int64 ¶
func (x *ScalarValueDBColumns) Int64() exp.Expression
func (*ScalarValueDBColumns) PBData ¶
func (x *ScalarValueDBColumns) PBData() exp.Expression
func (*ScalarValueDBColumns) PK ¶
func (x *ScalarValueDBColumns) PK() exp.Expression
func (*ScalarValueDBColumns) PKSK ¶
func (x *ScalarValueDBColumns) PKSK() exp.Expression
func (*ScalarValueDBColumns) RepeatedBool ¶
func (x *ScalarValueDBColumns) RepeatedBool() exp.Expression
func (*ScalarValueDBColumns) RepeatedBytes ¶
func (x *ScalarValueDBColumns) RepeatedBytes() exp.Expression
func (*ScalarValueDBColumns) RepeatedDouble ¶
func (x *ScalarValueDBColumns) RepeatedDouble() exp.Expression
func (*ScalarValueDBColumns) RepeatedEnum ¶
func (x *ScalarValueDBColumns) RepeatedEnum() exp.Expression
func (*ScalarValueDBColumns) RepeatedFixed32 ¶
func (x *ScalarValueDBColumns) RepeatedFixed32() exp.Expression
func (*ScalarValueDBColumns) RepeatedFixed64 ¶
func (x *ScalarValueDBColumns) RepeatedFixed64() exp.Expression
func (*ScalarValueDBColumns) RepeatedFloat ¶
func (x *ScalarValueDBColumns) RepeatedFloat() exp.Expression
func (*ScalarValueDBColumns) RepeatedInt32 ¶
func (x *ScalarValueDBColumns) RepeatedInt32() exp.Expression
func (*ScalarValueDBColumns) RepeatedInt64 ¶
func (x *ScalarValueDBColumns) RepeatedInt64() exp.Expression
func (*ScalarValueDBColumns) RepeatedSfixed32 ¶
func (x *ScalarValueDBColumns) RepeatedSfixed32() exp.Expression
func (*ScalarValueDBColumns) RepeatedSfixed64 ¶
func (x *ScalarValueDBColumns) RepeatedSfixed64() exp.Expression
func (*ScalarValueDBColumns) RepeatedSint32 ¶
func (x *ScalarValueDBColumns) RepeatedSint32() exp.Expression
func (*ScalarValueDBColumns) RepeatedSint64 ¶
func (x *ScalarValueDBColumns) RepeatedSint64() exp.Expression
func (*ScalarValueDBColumns) RepeatedString ¶
func (x *ScalarValueDBColumns) RepeatedString() exp.Expression
func (*ScalarValueDBColumns) RepeatedUint32 ¶
func (x *ScalarValueDBColumns) RepeatedUint32() exp.Expression
func (*ScalarValueDBColumns) RepeatedUint64 ¶
func (x *ScalarValueDBColumns) RepeatedUint64() exp.Expression
func (*ScalarValueDBColumns) SK ¶
func (x *ScalarValueDBColumns) SK() exp.Expression
func (*ScalarValueDBColumns) Sfixed32 ¶
func (x *ScalarValueDBColumns) Sfixed32() exp.Expression
func (*ScalarValueDBColumns) Sfixed64 ¶
func (x *ScalarValueDBColumns) Sfixed64() exp.Expression
func (*ScalarValueDBColumns) Sint32 ¶
func (x *ScalarValueDBColumns) Sint32() exp.Expression
func (*ScalarValueDBColumns) Sint64 ¶
func (x *ScalarValueDBColumns) Sint64() exp.Expression
func (*ScalarValueDBColumns) StrPtr ¶
func (x *ScalarValueDBColumns) StrPtr() exp.Expression
func (*ScalarValueDBColumns) StringMap ¶
func (x *ScalarValueDBColumns) StringMap() exp.Expression
func (*ScalarValueDBColumns) String_ ¶
func (x *ScalarValueDBColumns) String_() exp.Expression
func (*ScalarValueDBColumns) TenantId ¶
func (x *ScalarValueDBColumns) TenantId() exp.Expression
func (*ScalarValueDBColumns) Uint32 ¶
func (x *ScalarValueDBColumns) Uint32() exp.Expression
func (*ScalarValueDBColumns) Uint64 ¶
func (x *ScalarValueDBColumns) Uint64() exp.Expression
func (*ScalarValueDBColumns) WithTable ¶
func (x *ScalarValueDBColumns) WithTable(t string) *ScalarValueDBColumns
type ScalarValueDBQueryBuilder ¶
type ScalarValueDBQueryBuilder struct {
// contains filtered or unexported fields
}
func (*ScalarValueDBQueryBuilder) FTSData ¶
func (x *ScalarValueDBQueryBuilder) FTSData() *ScalarValueFTSDataSafeOperators
func (*ScalarValueDBQueryBuilder) PK ¶
func (x *ScalarValueDBQueryBuilder) PK() *ScalarValuePKSafeOperators
func (*ScalarValueDBQueryBuilder) PKSK ¶
func (x *ScalarValueDBQueryBuilder) PKSK() *ScalarValuePKSKSafeOperators
func (*ScalarValueDBQueryBuilder) RepeatedBytes ¶
func (x *ScalarValueDBQueryBuilder) RepeatedBytes() *ScalarValueRepeatedBytesSafeOperators
func (*ScalarValueDBQueryBuilder) RepeatedDouble ¶
func (x *ScalarValueDBQueryBuilder) RepeatedDouble() *ScalarValueRepeatedDoubleSafeOperators
func (*ScalarValueDBQueryBuilder) RepeatedSfixed32 ¶
func (x *ScalarValueDBQueryBuilder) RepeatedSfixed32() *ScalarValueRepeatedSfixed32SafeOperators
func (*ScalarValueDBQueryBuilder) RepeatedSfixed64 ¶
func (x *ScalarValueDBQueryBuilder) RepeatedSfixed64() *ScalarValueRepeatedSfixed64SafeOperators
func (*ScalarValueDBQueryBuilder) SK ¶
func (x *ScalarValueDBQueryBuilder) SK() *ScalarValueSKSafeOperators
func (*ScalarValueDBQueryBuilder) StringMap ¶
func (x *ScalarValueDBQueryBuilder) StringMap() *ScalarValueStringMapSafeOperators
func (*ScalarValueDBQueryBuilder) TenantId ¶
func (x *ScalarValueDBQueryBuilder) TenantId() *ScalarValueTenantIdSafeOperators
func (*ScalarValueDBQueryBuilder) Unsafe ¶
func (x *ScalarValueDBQueryBuilder) Unsafe() *ScalarValueDBQueryUnsafe
func (*ScalarValueDBQueryBuilder) WithTable ¶
func (x *ScalarValueDBQueryBuilder) WithTable(t string) *ScalarValueDBQueryBuilder
type ScalarValueDBQueryUnsafe ¶
type ScalarValueDBQueryUnsafe struct {
// contains filtered or unexported fields
}
func (*ScalarValueDBQueryUnsafe) Bool ¶
func (x *ScalarValueDBQueryUnsafe) Bool() *ScalarValueBoolQueryType
func (*ScalarValueDBQueryUnsafe) BoolPtr ¶
func (x *ScalarValueDBQueryUnsafe) BoolPtr() *ScalarValueBoolPtrQueryType
func (*ScalarValueDBQueryUnsafe) Bytes ¶
func (x *ScalarValueDBQueryUnsafe) Bytes() *ScalarValueBytesQueryType
func (*ScalarValueDBQueryUnsafe) CreatedAt ¶
func (x *ScalarValueDBQueryUnsafe) CreatedAt() *ScalarValueCreatedAtQueryType
func (*ScalarValueDBQueryUnsafe) Double ¶
func (x *ScalarValueDBQueryUnsafe) Double() *ScalarValueDoubleQueryType
func (*ScalarValueDBQueryUnsafe) FTSData ¶
func (x *ScalarValueDBQueryUnsafe) FTSData() *ScalarValueFTSDataQueryType
func (*ScalarValueDBQueryUnsafe) Fixed32 ¶
func (x *ScalarValueDBQueryUnsafe) Fixed32() *ScalarValueFixed32QueryType
func (*ScalarValueDBQueryUnsafe) Fixed64 ¶
func (x *ScalarValueDBQueryUnsafe) Fixed64() *ScalarValueFixed64QueryType
func (*ScalarValueDBQueryUnsafe) Float ¶
func (x *ScalarValueDBQueryUnsafe) Float() *ScalarValueFloatQueryType
func (*ScalarValueDBQueryUnsafe) Id ¶
func (x *ScalarValueDBQueryUnsafe) Id() *ScalarValueIdQueryType
func (*ScalarValueDBQueryUnsafe) Int32 ¶
func (x *ScalarValueDBQueryUnsafe) Int32() *ScalarValueInt32QueryType
func (*ScalarValueDBQueryUnsafe) Int64 ¶
func (x *ScalarValueDBQueryUnsafe) Int64() *ScalarValueInt64QueryType
func (*ScalarValueDBQueryUnsafe) PBData ¶
func (x *ScalarValueDBQueryUnsafe) PBData() *ScalarValuePBDataQueryType
func (*ScalarValueDBQueryUnsafe) PK ¶
func (x *ScalarValueDBQueryUnsafe) PK() *ScalarValuePKQueryType
func (*ScalarValueDBQueryUnsafe) PKSK ¶
func (x *ScalarValueDBQueryUnsafe) PKSK() *ScalarValuePKSKQueryType
func (*ScalarValueDBQueryUnsafe) RepeatedBool ¶
func (x *ScalarValueDBQueryUnsafe) RepeatedBool() *ScalarValueRepeatedBoolQueryType
func (*ScalarValueDBQueryUnsafe) RepeatedBytes ¶
func (x *ScalarValueDBQueryUnsafe) RepeatedBytes() *ScalarValueRepeatedBytesQueryType
func (*ScalarValueDBQueryUnsafe) RepeatedDouble ¶
func (x *ScalarValueDBQueryUnsafe) RepeatedDouble() *ScalarValueRepeatedDoubleQueryType
func (*ScalarValueDBQueryUnsafe) RepeatedEnum ¶
func (x *ScalarValueDBQueryUnsafe) RepeatedEnum() *ScalarValueRepeatedEnumQueryType
func (*ScalarValueDBQueryUnsafe) RepeatedFixed32 ¶
func (x *ScalarValueDBQueryUnsafe) RepeatedFixed32() *ScalarValueRepeatedFixed32QueryType
func (*ScalarValueDBQueryUnsafe) RepeatedFixed64 ¶
func (x *ScalarValueDBQueryUnsafe) RepeatedFixed64() *ScalarValueRepeatedFixed64QueryType
func (*ScalarValueDBQueryUnsafe) RepeatedFloat ¶
func (x *ScalarValueDBQueryUnsafe) RepeatedFloat() *ScalarValueRepeatedFloatQueryType
func (*ScalarValueDBQueryUnsafe) RepeatedInt32 ¶
func (x *ScalarValueDBQueryUnsafe) RepeatedInt32() *ScalarValueRepeatedInt32QueryType
func (*ScalarValueDBQueryUnsafe) RepeatedInt64 ¶
func (x *ScalarValueDBQueryUnsafe) RepeatedInt64() *ScalarValueRepeatedInt64QueryType
func (*ScalarValueDBQueryUnsafe) RepeatedSfixed32 ¶
func (x *ScalarValueDBQueryUnsafe) RepeatedSfixed32() *ScalarValueRepeatedSfixed32QueryType
func (*ScalarValueDBQueryUnsafe) RepeatedSfixed64 ¶
func (x *ScalarValueDBQueryUnsafe) RepeatedSfixed64() *ScalarValueRepeatedSfixed64QueryType
func (*ScalarValueDBQueryUnsafe) RepeatedSint32 ¶
func (x *ScalarValueDBQueryUnsafe) RepeatedSint32() *ScalarValueRepeatedSint32QueryType
func (*ScalarValueDBQueryUnsafe) RepeatedSint64 ¶
func (x *ScalarValueDBQueryUnsafe) RepeatedSint64() *ScalarValueRepeatedSint64QueryType
func (*ScalarValueDBQueryUnsafe) RepeatedString ¶
func (x *ScalarValueDBQueryUnsafe) RepeatedString() *ScalarValueRepeatedStringQueryType
func (*ScalarValueDBQueryUnsafe) RepeatedUint32 ¶
func (x *ScalarValueDBQueryUnsafe) RepeatedUint32() *ScalarValueRepeatedUint32QueryType
func (*ScalarValueDBQueryUnsafe) RepeatedUint64 ¶
func (x *ScalarValueDBQueryUnsafe) RepeatedUint64() *ScalarValueRepeatedUint64QueryType
func (*ScalarValueDBQueryUnsafe) SK ¶
func (x *ScalarValueDBQueryUnsafe) SK() *ScalarValueSKQueryType
func (*ScalarValueDBQueryUnsafe) Sfixed32 ¶
func (x *ScalarValueDBQueryUnsafe) Sfixed32() *ScalarValueSfixed32QueryType
func (*ScalarValueDBQueryUnsafe) Sfixed64 ¶
func (x *ScalarValueDBQueryUnsafe) Sfixed64() *ScalarValueSfixed64QueryType
func (*ScalarValueDBQueryUnsafe) Sint32 ¶
func (x *ScalarValueDBQueryUnsafe) Sint32() *ScalarValueSint32QueryType
func (*ScalarValueDBQueryUnsafe) Sint64 ¶
func (x *ScalarValueDBQueryUnsafe) Sint64() *ScalarValueSint64QueryType
func (*ScalarValueDBQueryUnsafe) StrPtr ¶
func (x *ScalarValueDBQueryUnsafe) StrPtr() *ScalarValueStrPtrQueryType
func (*ScalarValueDBQueryUnsafe) StringMap ¶
func (x *ScalarValueDBQueryUnsafe) StringMap() *ScalarValueStringMapQueryType
func (*ScalarValueDBQueryUnsafe) String_ ¶
func (x *ScalarValueDBQueryUnsafe) String_() *ScalarValueString_QueryType
func (*ScalarValueDBQueryUnsafe) TenantId ¶
func (x *ScalarValueDBQueryUnsafe) TenantId() *ScalarValueTenantIdQueryType
func (*ScalarValueDBQueryUnsafe) Uint32 ¶
func (x *ScalarValueDBQueryUnsafe) Uint32() *ScalarValueUint32QueryType
func (*ScalarValueDBQueryUnsafe) Uint64 ¶
func (x *ScalarValueDBQueryUnsafe) Uint64() *ScalarValueUint64QueryType
type ScalarValueDoubleQueryType ¶
type ScalarValueDoubleQueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueDoubleQueryType) Identifier ¶
func (x *ScalarValueDoubleQueryType) Identifier() exp.IdentifierExpression
type ScalarValueFTSDataQueryType ¶
type ScalarValueFTSDataQueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueFTSDataQueryType) Identifier ¶
func (x *ScalarValueFTSDataQueryType) Identifier() exp.IdentifierExpression
type ScalarValueFTSDataSafeOperators ¶
type ScalarValueFTSDataSafeOperators struct {
// contains filtered or unexported fields
}
func (*ScalarValueFTSDataSafeOperators) Eq ¶
func (x *ScalarValueFTSDataSafeOperators) Eq(v string) exp.BooleanExpression
func (*ScalarValueFTSDataSafeOperators) Identifier ¶
func (x *ScalarValueFTSDataSafeOperators) Identifier() exp.IdentifierExpression
type ScalarValueFixed32QueryType ¶
type ScalarValueFixed32QueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueFixed32QueryType) Identifier ¶
func (x *ScalarValueFixed32QueryType) Identifier() exp.IdentifierExpression
type ScalarValueFixed64QueryType ¶
type ScalarValueFixed64QueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueFixed64QueryType) Identifier ¶
func (x *ScalarValueFixed64QueryType) Identifier() exp.IdentifierExpression
type ScalarValueFloatQueryType ¶
type ScalarValueFloatQueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueFloatQueryType) Identifier ¶
func (x *ScalarValueFloatQueryType) Identifier() exp.IdentifierExpression
type ScalarValueIdQueryType ¶
type ScalarValueIdQueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueIdQueryType) Identifier ¶
func (x *ScalarValueIdQueryType) Identifier() exp.IdentifierExpression
type ScalarValueInt32QueryType ¶
type ScalarValueInt32QueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueInt32QueryType) Identifier ¶
func (x *ScalarValueInt32QueryType) Identifier() exp.IdentifierExpression
type ScalarValueInt64QueryType ¶
type ScalarValueInt64QueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueInt64QueryType) Identifier ¶
func (x *ScalarValueInt64QueryType) Identifier() exp.IdentifierExpression
type ScalarValuePBDataQueryType ¶
type ScalarValuePBDataQueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValuePBDataQueryType) Identifier ¶
func (x *ScalarValuePBDataQueryType) Identifier() exp.IdentifierExpression
type ScalarValuePKQueryType ¶
type ScalarValuePKQueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValuePKQueryType) Identifier ¶
func (x *ScalarValuePKQueryType) Identifier() exp.IdentifierExpression
type ScalarValuePKSKQueryType ¶
type ScalarValuePKSKQueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValuePKSKQueryType) Identifier ¶
func (x *ScalarValuePKSKQueryType) Identifier() exp.IdentifierExpression
type ScalarValuePKSKSafeOperators ¶
type ScalarValuePKSKSafeOperators struct {
// contains filtered or unexported fields
}
func (*ScalarValuePKSKSafeOperators) Between ¶
func (x *ScalarValuePKSKSafeOperators) Between(start string, end string) exp.RangeExpression
func (*ScalarValuePKSKSafeOperators) Eq ¶
func (x *ScalarValuePKSKSafeOperators) Eq(v string) exp.BooleanExpression
func (*ScalarValuePKSKSafeOperators) Gt ¶
func (x *ScalarValuePKSKSafeOperators) Gt(v string) exp.BooleanExpression
func (*ScalarValuePKSKSafeOperators) Gte ¶
func (x *ScalarValuePKSKSafeOperators) Gte(v string) exp.BooleanExpression
func (*ScalarValuePKSKSafeOperators) Identifier ¶
func (x *ScalarValuePKSKSafeOperators) Identifier() exp.IdentifierExpression
func (*ScalarValuePKSKSafeOperators) In ¶
func (x *ScalarValuePKSKSafeOperators) In(v []string) exp.BooleanExpression
func (*ScalarValuePKSKSafeOperators) IsNotEmpty ¶
func (x *ScalarValuePKSKSafeOperators) IsNotEmpty() exp.Expression
func (*ScalarValuePKSKSafeOperators) IsNotNull ¶
func (x *ScalarValuePKSKSafeOperators) IsNotNull() exp.BooleanExpression
func (*ScalarValuePKSKSafeOperators) IsNull ¶
func (x *ScalarValuePKSKSafeOperators) IsNull() exp.BooleanExpression
func (*ScalarValuePKSKSafeOperators) Lt ¶
func (x *ScalarValuePKSKSafeOperators) Lt(v string) exp.BooleanExpression
func (*ScalarValuePKSKSafeOperators) Lte ¶
func (x *ScalarValuePKSKSafeOperators) Lte(v string) exp.BooleanExpression
func (*ScalarValuePKSKSafeOperators) NotBetween ¶
func (x *ScalarValuePKSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*ScalarValuePKSKSafeOperators) NotIn ¶
func (x *ScalarValuePKSKSafeOperators) NotIn(v []string) exp.BooleanExpression
type ScalarValuePKSafeOperators ¶
type ScalarValuePKSafeOperators struct {
// contains filtered or unexported fields
}
func (*ScalarValuePKSafeOperators) Between ¶
func (x *ScalarValuePKSafeOperators) Between(start string, end string) exp.RangeExpression
func (*ScalarValuePKSafeOperators) Eq ¶
func (x *ScalarValuePKSafeOperators) Eq(v string) exp.BooleanExpression
func (*ScalarValuePKSafeOperators) Gt ¶
func (x *ScalarValuePKSafeOperators) Gt(v string) exp.BooleanExpression
func (*ScalarValuePKSafeOperators) Gte ¶
func (x *ScalarValuePKSafeOperators) Gte(v string) exp.BooleanExpression
func (*ScalarValuePKSafeOperators) Identifier ¶
func (x *ScalarValuePKSafeOperators) Identifier() exp.IdentifierExpression
func (*ScalarValuePKSafeOperators) In ¶
func (x *ScalarValuePKSafeOperators) In(v []string) exp.BooleanExpression
func (*ScalarValuePKSafeOperators) IsNotEmpty ¶
func (x *ScalarValuePKSafeOperators) IsNotEmpty() exp.Expression
func (*ScalarValuePKSafeOperators) IsNotNull ¶
func (x *ScalarValuePKSafeOperators) IsNotNull() exp.BooleanExpression
func (*ScalarValuePKSafeOperators) IsNull ¶
func (x *ScalarValuePKSafeOperators) IsNull() exp.BooleanExpression
func (*ScalarValuePKSafeOperators) Lt ¶
func (x *ScalarValuePKSafeOperators) Lt(v string) exp.BooleanExpression
func (*ScalarValuePKSafeOperators) Lte ¶
func (x *ScalarValuePKSafeOperators) Lte(v string) exp.BooleanExpression
func (*ScalarValuePKSafeOperators) NotBetween ¶
func (x *ScalarValuePKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*ScalarValuePKSafeOperators) NotIn ¶
func (x *ScalarValuePKSafeOperators) NotIn(v []string) exp.BooleanExpression
type ScalarValueRepeatedBoolQueryType ¶
type ScalarValueRepeatedBoolQueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueRepeatedBoolQueryType) Identifier ¶
func (x *ScalarValueRepeatedBoolQueryType) Identifier() exp.IdentifierExpression
type ScalarValueRepeatedBytesQueryType ¶
type ScalarValueRepeatedBytesQueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueRepeatedBytesQueryType) Identifier ¶
func (x *ScalarValueRepeatedBytesQueryType) Identifier() exp.IdentifierExpression
type ScalarValueRepeatedBytesSafeOperators ¶
type ScalarValueRepeatedBytesSafeOperators struct {
// contains filtered or unexported fields
}
func (*ScalarValueRepeatedBytesSafeOperators) Contains ¶
func (x *ScalarValueRepeatedBytesSafeOperators) Contains(items ...[]byte) exp.Expression
Contains checks if the field contains ALL items in the arg. [a, b] @> [a] = true, [a, b] @> [a, c] = false
func (*ScalarValueRepeatedBytesSafeOperators) Eq ¶
func (x *ScalarValueRepeatedBytesSafeOperators) Eq(v []byte) exp.BooleanExpression
func (*ScalarValueRepeatedBytesSafeOperators) Identifier ¶
func (x *ScalarValueRepeatedBytesSafeOperators) Identifier() exp.IdentifierExpression
func (*ScalarValueRepeatedBytesSafeOperators) IsContainedBy ¶
func (x *ScalarValueRepeatedBytesSafeOperators) IsContainedBy(items ...[]byte) exp.Expression
func (*ScalarValueRepeatedBytesSafeOperators) Overlaps ¶
func (x *ScalarValueRepeatedBytesSafeOperators) Overlaps(items ...[]byte) exp.Expression
Overlaps checks if the field contains ANY items in the arg. [a, b] && [a] = true, [a, b] && [a, c] = true
func (*ScalarValueRepeatedBytesSafeOperators) UnsafeNotContains ¶
func (x *ScalarValueRepeatedBytesSafeOperators) UnsafeNotContains(items ...[]byte) exp.Expression
UnsafeNotContains checks if the ANY of the ARG is not in the field. It will likely not use an index for this scan. NOT ([a, b] @> [a]) = false, NOT ([a, b] @> [a, c]) = true, NOT ([a, b] @> [c]) = true
func (*ScalarValueRepeatedBytesSafeOperators) UnsafeNotOverlaps ¶
func (x *ScalarValueRepeatedBytesSafeOperators) UnsafeNotOverlaps(items ...[]byte) exp.Expression
UnsafeNotOverlaps checks if the field contains NONE items in the arg. It will likely not use an index for this scan. NOT ([a, b] && [a]) = false, NOT ([a, b] && [a, c]) = false, NOT ([a, b] && [c]) = true
type ScalarValueRepeatedDoubleQueryType ¶
type ScalarValueRepeatedDoubleQueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueRepeatedDoubleQueryType) Identifier ¶
func (x *ScalarValueRepeatedDoubleQueryType) Identifier() exp.IdentifierExpression
type ScalarValueRepeatedDoubleSafeOperators ¶
type ScalarValueRepeatedDoubleSafeOperators struct {
// contains filtered or unexported fields
}
func (*ScalarValueRepeatedDoubleSafeOperators) Contains ¶
func (x *ScalarValueRepeatedDoubleSafeOperators) Contains(items ...float64) exp.Expression
Contains checks if the field contains ALL items in the arg. [a, b] @> [a] = true, [a, b] @> [a, c] = false
func (*ScalarValueRepeatedDoubleSafeOperators) Eq ¶
func (x *ScalarValueRepeatedDoubleSafeOperators) Eq(v float64) exp.BooleanExpression
func (*ScalarValueRepeatedDoubleSafeOperators) Identifier ¶
func (x *ScalarValueRepeatedDoubleSafeOperators) Identifier() exp.IdentifierExpression
func (*ScalarValueRepeatedDoubleSafeOperators) IsContainedBy ¶
func (x *ScalarValueRepeatedDoubleSafeOperators) IsContainedBy(items ...float64) exp.Expression
func (*ScalarValueRepeatedDoubleSafeOperators) Overlaps ¶
func (x *ScalarValueRepeatedDoubleSafeOperators) Overlaps(items ...float64) exp.Expression
Overlaps checks if the field contains ANY items in the arg. [a, b] && [a] = true, [a, b] && [a, c] = true
func (*ScalarValueRepeatedDoubleSafeOperators) UnsafeNotContains ¶
func (x *ScalarValueRepeatedDoubleSafeOperators) UnsafeNotContains(items ...float64) exp.Expression
UnsafeNotContains checks if the ANY of the ARG is not in the field. It will likely not use an index for this scan. NOT ([a, b] @> [a]) = false, NOT ([a, b] @> [a, c]) = true, NOT ([a, b] @> [c]) = true
func (*ScalarValueRepeatedDoubleSafeOperators) UnsafeNotOverlaps ¶
func (x *ScalarValueRepeatedDoubleSafeOperators) UnsafeNotOverlaps(items ...float64) exp.Expression
UnsafeNotOverlaps checks if the field contains NONE items in the arg. It will likely not use an index for this scan. NOT ([a, b] && [a]) = false, NOT ([a, b] && [a, c]) = false, NOT ([a, b] && [c]) = true
type ScalarValueRepeatedEnumQueryType ¶
type ScalarValueRepeatedEnumQueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueRepeatedEnumQueryType) Identifier ¶
func (x *ScalarValueRepeatedEnumQueryType) Identifier() exp.IdentifierExpression
type ScalarValueRepeatedFixed32QueryType ¶
type ScalarValueRepeatedFixed32QueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueRepeatedFixed32QueryType) Identifier ¶
func (x *ScalarValueRepeatedFixed32QueryType) Identifier() exp.IdentifierExpression
type ScalarValueRepeatedFixed64QueryType ¶
type ScalarValueRepeatedFixed64QueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueRepeatedFixed64QueryType) Identifier ¶
func (x *ScalarValueRepeatedFixed64QueryType) Identifier() exp.IdentifierExpression
type ScalarValueRepeatedFloatQueryType ¶
type ScalarValueRepeatedFloatQueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueRepeatedFloatQueryType) Identifier ¶
func (x *ScalarValueRepeatedFloatQueryType) Identifier() exp.IdentifierExpression
type ScalarValueRepeatedInt32QueryType ¶
type ScalarValueRepeatedInt32QueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueRepeatedInt32QueryType) Identifier ¶
func (x *ScalarValueRepeatedInt32QueryType) Identifier() exp.IdentifierExpression
type ScalarValueRepeatedInt64QueryType ¶
type ScalarValueRepeatedInt64QueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueRepeatedInt64QueryType) Identifier ¶
func (x *ScalarValueRepeatedInt64QueryType) Identifier() exp.IdentifierExpression
type ScalarValueRepeatedSfixed32QueryType ¶
type ScalarValueRepeatedSfixed32QueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueRepeatedSfixed32QueryType) Identifier ¶
func (x *ScalarValueRepeatedSfixed32QueryType) Identifier() exp.IdentifierExpression
type ScalarValueRepeatedSfixed32SafeOperators ¶
type ScalarValueRepeatedSfixed32SafeOperators struct {
// contains filtered or unexported fields
}
func (*ScalarValueRepeatedSfixed32SafeOperators) Contains ¶
func (x *ScalarValueRepeatedSfixed32SafeOperators) Contains(items ...int32) exp.Expression
Contains checks if the field contains ALL items in the arg. [a, b] @> [a] = true, [a, b] @> [a, c] = false
func (*ScalarValueRepeatedSfixed32SafeOperators) Eq ¶
func (x *ScalarValueRepeatedSfixed32SafeOperators) Eq(v int32) exp.BooleanExpression
func (*ScalarValueRepeatedSfixed32SafeOperators) Identifier ¶
func (x *ScalarValueRepeatedSfixed32SafeOperators) Identifier() exp.IdentifierExpression
func (*ScalarValueRepeatedSfixed32SafeOperators) IsContainedBy ¶
func (x *ScalarValueRepeatedSfixed32SafeOperators) IsContainedBy(items ...int32) exp.Expression
func (*ScalarValueRepeatedSfixed32SafeOperators) Overlaps ¶
func (x *ScalarValueRepeatedSfixed32SafeOperators) Overlaps(items ...int32) exp.Expression
Overlaps checks if the field contains ANY items in the arg. [a, b] && [a] = true, [a, b] && [a, c] = true
func (*ScalarValueRepeatedSfixed32SafeOperators) UnsafeNotContains ¶
func (x *ScalarValueRepeatedSfixed32SafeOperators) UnsafeNotContains(items ...int32) exp.Expression
UnsafeNotContains checks if the ANY of the ARG is not in the field. It will likely not use an index for this scan. NOT ([a, b] @> [a]) = false, NOT ([a, b] @> [a, c]) = true, NOT ([a, b] @> [c]) = true
func (*ScalarValueRepeatedSfixed32SafeOperators) UnsafeNotOverlaps ¶
func (x *ScalarValueRepeatedSfixed32SafeOperators) UnsafeNotOverlaps(items ...int32) exp.Expression
UnsafeNotOverlaps checks if the field contains NONE items in the arg. It will likely not use an index for this scan. NOT ([a, b] && [a]) = false, NOT ([a, b] && [a, c]) = false, NOT ([a, b] && [c]) = true
type ScalarValueRepeatedSfixed64QueryType ¶
type ScalarValueRepeatedSfixed64QueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueRepeatedSfixed64QueryType) Identifier ¶
func (x *ScalarValueRepeatedSfixed64QueryType) Identifier() exp.IdentifierExpression
type ScalarValueRepeatedSfixed64SafeOperators ¶
type ScalarValueRepeatedSfixed64SafeOperators struct {
// contains filtered or unexported fields
}
func (*ScalarValueRepeatedSfixed64SafeOperators) Contains ¶
func (x *ScalarValueRepeatedSfixed64SafeOperators) Contains(items ...int64) exp.Expression
Contains checks if the field contains ALL items in the arg. [a, b] @> [a] = true, [a, b] @> [a, c] = false
func (*ScalarValueRepeatedSfixed64SafeOperators) Eq ¶
func (x *ScalarValueRepeatedSfixed64SafeOperators) Eq(v int64) exp.BooleanExpression
func (*ScalarValueRepeatedSfixed64SafeOperators) Identifier ¶
func (x *ScalarValueRepeatedSfixed64SafeOperators) Identifier() exp.IdentifierExpression
func (*ScalarValueRepeatedSfixed64SafeOperators) IsContainedBy ¶
func (x *ScalarValueRepeatedSfixed64SafeOperators) IsContainedBy(items ...int64) exp.Expression
func (*ScalarValueRepeatedSfixed64SafeOperators) Overlaps ¶
func (x *ScalarValueRepeatedSfixed64SafeOperators) Overlaps(items ...int64) exp.Expression
Overlaps checks if the field contains ANY items in the arg. [a, b] && [a] = true, [a, b] && [a, c] = true
func (*ScalarValueRepeatedSfixed64SafeOperators) UnsafeNotContains ¶
func (x *ScalarValueRepeatedSfixed64SafeOperators) UnsafeNotContains(items ...int64) exp.Expression
UnsafeNotContains checks if the ANY of the ARG is not in the field. It will likely not use an index for this scan. NOT ([a, b] @> [a]) = false, NOT ([a, b] @> [a, c]) = true, NOT ([a, b] @> [c]) = true
func (*ScalarValueRepeatedSfixed64SafeOperators) UnsafeNotOverlaps ¶
func (x *ScalarValueRepeatedSfixed64SafeOperators) UnsafeNotOverlaps(items ...int64) exp.Expression
UnsafeNotOverlaps checks if the field contains NONE items in the arg. It will likely not use an index for this scan. NOT ([a, b] && [a]) = false, NOT ([a, b] && [a, c]) = false, NOT ([a, b] && [c]) = true
type ScalarValueRepeatedSint32QueryType ¶
type ScalarValueRepeatedSint32QueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueRepeatedSint32QueryType) Identifier ¶
func (x *ScalarValueRepeatedSint32QueryType) Identifier() exp.IdentifierExpression
type ScalarValueRepeatedSint64QueryType ¶
type ScalarValueRepeatedSint64QueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueRepeatedSint64QueryType) Identifier ¶
func (x *ScalarValueRepeatedSint64QueryType) Identifier() exp.IdentifierExpression
type ScalarValueRepeatedStringQueryType ¶
type ScalarValueRepeatedStringQueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueRepeatedStringQueryType) Identifier ¶
func (x *ScalarValueRepeatedStringQueryType) Identifier() exp.IdentifierExpression
type ScalarValueRepeatedUint32QueryType ¶
type ScalarValueRepeatedUint32QueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueRepeatedUint32QueryType) Identifier ¶
func (x *ScalarValueRepeatedUint32QueryType) Identifier() exp.IdentifierExpression
type ScalarValueRepeatedUint64QueryType ¶
type ScalarValueRepeatedUint64QueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueRepeatedUint64QueryType) Identifier ¶
func (x *ScalarValueRepeatedUint64QueryType) Identifier() exp.IdentifierExpression
type ScalarValueSKQueryType ¶
type ScalarValueSKQueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueSKQueryType) Identifier ¶
func (x *ScalarValueSKQueryType) Identifier() exp.IdentifierExpression
type ScalarValueSKSafeOperators ¶
type ScalarValueSKSafeOperators struct {
// contains filtered or unexported fields
}
func (*ScalarValueSKSafeOperators) Between ¶
func (x *ScalarValueSKSafeOperators) Between(start string, end string) exp.RangeExpression
func (*ScalarValueSKSafeOperators) Eq ¶
func (x *ScalarValueSKSafeOperators) Eq(v string) exp.BooleanExpression
func (*ScalarValueSKSafeOperators) Gt ¶
func (x *ScalarValueSKSafeOperators) Gt(v string) exp.BooleanExpression
func (*ScalarValueSKSafeOperators) Gte ¶
func (x *ScalarValueSKSafeOperators) Gte(v string) exp.BooleanExpression
func (*ScalarValueSKSafeOperators) Identifier ¶
func (x *ScalarValueSKSafeOperators) Identifier() exp.IdentifierExpression
func (*ScalarValueSKSafeOperators) In ¶
func (x *ScalarValueSKSafeOperators) In(v []string) exp.BooleanExpression
func (*ScalarValueSKSafeOperators) IsNotEmpty ¶
func (x *ScalarValueSKSafeOperators) IsNotEmpty() exp.Expression
func (*ScalarValueSKSafeOperators) IsNotNull ¶
func (x *ScalarValueSKSafeOperators) IsNotNull() exp.BooleanExpression
func (*ScalarValueSKSafeOperators) IsNull ¶
func (x *ScalarValueSKSafeOperators) IsNull() exp.BooleanExpression
func (*ScalarValueSKSafeOperators) Lt ¶
func (x *ScalarValueSKSafeOperators) Lt(v string) exp.BooleanExpression
func (*ScalarValueSKSafeOperators) Lte ¶
func (x *ScalarValueSKSafeOperators) Lte(v string) exp.BooleanExpression
func (*ScalarValueSKSafeOperators) NotBetween ¶
func (x *ScalarValueSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*ScalarValueSKSafeOperators) NotIn ¶
func (x *ScalarValueSKSafeOperators) NotIn(v []string) exp.BooleanExpression
type ScalarValueSfixed32QueryType ¶
type ScalarValueSfixed32QueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueSfixed32QueryType) Identifier ¶
func (x *ScalarValueSfixed32QueryType) Identifier() exp.IdentifierExpression
type ScalarValueSfixed64QueryType ¶
type ScalarValueSfixed64QueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueSfixed64QueryType) Identifier ¶
func (x *ScalarValueSfixed64QueryType) Identifier() exp.IdentifierExpression
type ScalarValueSint32QueryType ¶
type ScalarValueSint32QueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueSint32QueryType) Identifier ¶
func (x *ScalarValueSint32QueryType) Identifier() exp.IdentifierExpression
type ScalarValueSint64QueryType ¶
type ScalarValueSint64QueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueSint64QueryType) Identifier ¶
func (x *ScalarValueSint64QueryType) Identifier() exp.IdentifierExpression
type ScalarValueStrPtrQueryType ¶
type ScalarValueStrPtrQueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueStrPtrQueryType) Identifier ¶
func (x *ScalarValueStrPtrQueryType) Identifier() exp.IdentifierExpression
type ScalarValueStringMapQueryType ¶
type ScalarValueStringMapQueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueStringMapQueryType) Identifier ¶
func (x *ScalarValueStringMapQueryType) Identifier() exp.IdentifierExpression
type ScalarValueStringMapSafeOperators ¶
type ScalarValueStringMapSafeOperators struct {
// contains filtered or unexported fields
}
func (*ScalarValueStringMapSafeOperators) Eq ¶
func (x *ScalarValueStringMapSafeOperators) Eq(v any) exp.BooleanExpression
func (*ScalarValueStringMapSafeOperators) Identifier ¶
func (x *ScalarValueStringMapSafeOperators) Identifier() exp.IdentifierExpression
func (*ScalarValueStringMapSafeOperators) ObjectAllKeyExists ¶
func (x *ScalarValueStringMapSafeOperators) ObjectAllKeyExists(keys ...string) exp.Expression
func (*ScalarValueStringMapSafeOperators) ObjectAnyKeyExists ¶
func (x *ScalarValueStringMapSafeOperators) ObjectAnyKeyExists(keys ...string) exp.Expression
func (*ScalarValueStringMapSafeOperators) ObjectContains ¶
func (x *ScalarValueStringMapSafeOperators) ObjectContains(obj interface{}) (exp.Expression, error)
func (*ScalarValueStringMapSafeOperators) ObjectKeyExists ¶
func (x *ScalarValueStringMapSafeOperators) ObjectKeyExists(key string) exp.Expression
func (*ScalarValueStringMapSafeOperators) ObjectPath ¶
func (x *ScalarValueStringMapSafeOperators) ObjectPath(path string) exp.Expression
func (*ScalarValueStringMapSafeOperators) ObjectPathExists ¶
func (x *ScalarValueStringMapSafeOperators) ObjectPathExists(path string) exp.Expression
type ScalarValueString_QueryType ¶
type ScalarValueString_QueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueString_QueryType) Identifier ¶
func (x *ScalarValueString_QueryType) Identifier() exp.IdentifierExpression
type ScalarValueTenantIdQueryType ¶
type ScalarValueTenantIdQueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueTenantIdQueryType) Identifier ¶
func (x *ScalarValueTenantIdQueryType) Identifier() exp.IdentifierExpression
type ScalarValueTenantIdSafeOperators ¶
type ScalarValueTenantIdSafeOperators struct {
// contains filtered or unexported fields
}
func (*ScalarValueTenantIdSafeOperators) Between ¶
func (x *ScalarValueTenantIdSafeOperators) Between(start string, end string) exp.RangeExpression
func (*ScalarValueTenantIdSafeOperators) Eq ¶
func (x *ScalarValueTenantIdSafeOperators) Eq(v string) exp.BooleanExpression
func (*ScalarValueTenantIdSafeOperators) Gt ¶
func (x *ScalarValueTenantIdSafeOperators) Gt(v string) exp.BooleanExpression
func (*ScalarValueTenantIdSafeOperators) Gte ¶
func (x *ScalarValueTenantIdSafeOperators) Gte(v string) exp.BooleanExpression
func (*ScalarValueTenantIdSafeOperators) Identifier ¶
func (x *ScalarValueTenantIdSafeOperators) Identifier() exp.IdentifierExpression
func (*ScalarValueTenantIdSafeOperators) In ¶
func (x *ScalarValueTenantIdSafeOperators) In(v []string) exp.BooleanExpression
func (*ScalarValueTenantIdSafeOperators) IsNotEmpty ¶
func (x *ScalarValueTenantIdSafeOperators) IsNotEmpty() exp.Expression
func (*ScalarValueTenantIdSafeOperators) IsNotNull ¶
func (x *ScalarValueTenantIdSafeOperators) IsNotNull() exp.BooleanExpression
func (*ScalarValueTenantIdSafeOperators) IsNull ¶
func (x *ScalarValueTenantIdSafeOperators) IsNull() exp.BooleanExpression
func (*ScalarValueTenantIdSafeOperators) Lt ¶
func (x *ScalarValueTenantIdSafeOperators) Lt(v string) exp.BooleanExpression
func (*ScalarValueTenantIdSafeOperators) Lte ¶
func (x *ScalarValueTenantIdSafeOperators) Lte(v string) exp.BooleanExpression
func (*ScalarValueTenantIdSafeOperators) NotBetween ¶
func (x *ScalarValueTenantIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression
func (*ScalarValueTenantIdSafeOperators) NotIn ¶
func (x *ScalarValueTenantIdSafeOperators) NotIn(v []string) exp.BooleanExpression
type ScalarValueUint32QueryType ¶
type ScalarValueUint32QueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueUint32QueryType) Identifier ¶
func (x *ScalarValueUint32QueryType) Identifier() exp.IdentifierExpression
type ScalarValueUint64QueryType ¶
type ScalarValueUint64QueryType struct {
// contains filtered or unexported fields
}
func (*ScalarValueUint64QueryType) Identifier ¶
func (x *ScalarValueUint64QueryType) Identifier() exp.IdentifierExpression