v1

package
v0.0.0-...-bce0a59 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Overview

Code generated by protoc-gen-pgdb 0.1.0 from models/animals/v1/animals.proto. DO NOT EDIT

Index

Constants

This section is empty.

Variables

View Source
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.

View Source
var BookMedium = struct {
	Paper BookMediumType
	Ebook BookMediumType
	News  BookMediumType
}{
	Paper: 50,
	Ebook: 51,
	News:  52,
}
View Source
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) DB

func (x *Book) DB() *BookDB

func (*Book) DBReflect

func (dbr *Book) DBReflect() pgdb_v1.Message

func (*Book) Descriptor deprecated

func (*Book) Descriptor() ([]byte, []int)

Deprecated: Use Book.ProtoReflect.Descriptor instead.

func (*Book) GetCreatedAt

func (x *Book) GetCreatedAt() *timestamppb.Timestamp

func (*Book) GetEbook

func (x *Book) GetEbook() *EBook

func (*Book) GetId

func (x *Book) GetId() string

func (*Book) GetMedium

func (m *Book) GetMedium() isBook_Medium

func (*Book) GetNews

func (x *Book) GetNews() *Newspaper

func (*Book) GetPaper

func (x *Book) GetPaper() *PaperBook

func (*Book) GetTenantId

func (x *Book) GetTenantId() string

func (*Book) ProtoMessage

func (*Book) ProtoMessage()

func (*Book) ProtoReflect

func (x *Book) ProtoReflect() protoreflect.Message

func (*Book) Reset

func (x *Book) Reset()

func (*Book) String

func (x *Book) String() string

type BookCreatedAtQueryType

type BookCreatedAtQueryType struct {
	// contains filtered or unexported fields
}

func (*BookCreatedAtQueryType) Identifier

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

func (*BookDB) TableName

func (x *BookDB) TableName() string

func (*BookDB) WithTable

func (x *BookDB) WithTable(t string) *BookDB

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 (*BookDBQueryBuilder) PK

func (*BookDBQueryBuilder) PKSK

func (*BookDBQueryBuilder) SK

func (*BookDBQueryBuilder) TenantId

func (*BookDBQueryBuilder) Unsafe

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 (*BookDBQueryUnsafe) Id

func (*BookDBQueryUnsafe) Medium

func (*BookDBQueryUnsafe) PBData

func (*BookDBQueryUnsafe) PK

func (*BookDBQueryUnsafe) PKSK

func (*BookDBQueryUnsafe) SK

func (*BookDBQueryUnsafe) TenantId

type BookFTSDataQueryType

type BookFTSDataQueryType struct {
	// contains filtered or unexported fields
}

func (*BookFTSDataQueryType) Identifier

type BookFTSDataSafeOperators

type BookFTSDataSafeOperators struct {
	// contains filtered or unexported fields
}

func (*BookFTSDataSafeOperators) Eq

func (*BookFTSDataSafeOperators) Identifier

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

type BookMediumType

type BookMediumType int32

type BookPBDataQueryType

type BookPBDataQueryType struct {
	// contains filtered or unexported fields
}

func (*BookPBDataQueryType) Identifier

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 (*BookPKSKSafeOperators) Gt

func (*BookPKSKSafeOperators) Gte

func (*BookPKSKSafeOperators) Identifier

func (*BookPKSKSafeOperators) In

func (*BookPKSKSafeOperators) IsNotEmpty

func (x *BookPKSKSafeOperators) IsNotEmpty() exp.Expression

func (*BookPKSKSafeOperators) IsNotNull

func (*BookPKSKSafeOperators) IsNull

func (*BookPKSKSafeOperators) Lt

func (*BookPKSKSafeOperators) Lte

func (*BookPKSKSafeOperators) NotBetween

func (x *BookPKSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression

func (*BookPKSKSafeOperators) NotIn

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 (*BookPKSafeOperators) Gt

func (*BookPKSafeOperators) Gte

func (*BookPKSafeOperators) Identifier

func (*BookPKSafeOperators) In

func (*BookPKSafeOperators) IsNotEmpty

func (x *BookPKSafeOperators) IsNotEmpty() exp.Expression

func (*BookPKSafeOperators) IsNotNull

func (x *BookPKSafeOperators) IsNotNull() exp.BooleanExpression

func (*BookPKSafeOperators) IsNull

func (*BookPKSafeOperators) Lt

func (*BookPKSafeOperators) Lte

func (*BookPKSafeOperators) NotBetween

func (x *BookPKSafeOperators) NotBetween(start string, end string) exp.RangeExpression

func (*BookPKSafeOperators) NotIn

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 (*BookSKSafeOperators) Gt

func (*BookSKSafeOperators) Gte

func (*BookSKSafeOperators) Identifier

func (*BookSKSafeOperators) In

func (*BookSKSafeOperators) IsNotEmpty

func (x *BookSKSafeOperators) IsNotEmpty() exp.Expression

func (*BookSKSafeOperators) IsNotNull

func (x *BookSKSafeOperators) IsNotNull() exp.BooleanExpression

func (*BookSKSafeOperators) IsNull

func (*BookSKSafeOperators) Lt

func (*BookSKSafeOperators) Lte

func (*BookSKSafeOperators) NotBetween

func (x *BookSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression

func (*BookSKSafeOperators) NotIn

type BookTenantIdQueryType

type BookTenantIdQueryType struct {
	// contains filtered or unexported fields
}

func (*BookTenantIdQueryType) Identifier

type BookTenantIdSafeOperators

type BookTenantIdSafeOperators struct {
	// contains filtered or unexported fields
}

func (*BookTenantIdSafeOperators) Between

func (*BookTenantIdSafeOperators) Eq

func (*BookTenantIdSafeOperators) Gt

func (*BookTenantIdSafeOperators) Gte

func (*BookTenantIdSafeOperators) Identifier

func (*BookTenantIdSafeOperators) In

func (*BookTenantIdSafeOperators) IsNotEmpty

func (x *BookTenantIdSafeOperators) IsNotEmpty() exp.Expression

func (*BookTenantIdSafeOperators) IsNotNull

func (*BookTenantIdSafeOperators) IsNull

func (*BookTenantIdSafeOperators) Lt

func (*BookTenantIdSafeOperators) Lte

func (*BookTenantIdSafeOperators) NotBetween

func (x *BookTenantIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression

func (*BookTenantIdSafeOperators) NotIn

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) DB

func (x *EBook) DB() *EBookDB

func (*EBook) DBReflect

func (dbr *EBook) DBReflect() pgdb_v1.Message

func (*EBook) Descriptor deprecated

func (*EBook) Descriptor() ([]byte, []int)

Deprecated: Use EBook.ProtoReflect.Descriptor instead.

func (*EBook) GetSize

func (x *EBook) GetSize() int64

func (*EBook) ProtoMessage

func (*EBook) ProtoMessage()

func (*EBook) ProtoReflect

func (x *EBook) ProtoReflect() protoreflect.Message

func (*EBook) Reset

func (x *EBook) Reset()

func (*EBook) String

func (x *EBook) String() string

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

func (*EBookDB) TableName

func (x *EBookDB) TableName() string

func (*EBookDB) WithTable

func (x *EBookDB) WithTable(t string) *EBookDB

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 (*EBookDBQueryBuilder) WithTable

type EBookDBQueryUnsafe

type EBookDBQueryUnsafe struct {
	// contains filtered or unexported fields
}

func (*EBookDBQueryUnsafe) Size

type EBookSizeQueryType

type EBookSizeQueryType struct {
	// contains filtered or unexported fields
}

func (*EBookSizeQueryType) Identifier

type FurType

type FurType int32
const (
	FurType_FUR_TYPE_UNSPECIFIED FurType = 0
	FurType_FUR_TYPE_NONE        FurType = 1
	FurType_FUR_TYPE_LOTS        FurType = 2
)

func (FurType) Descriptor

func (FurType) Descriptor() protoreflect.EnumDescriptor

func (FurType) Enum

func (x FurType) Enum() *FurType

func (FurType) EnumDescriptor deprecated

func (FurType) EnumDescriptor() ([]byte, []int)

Deprecated: Use FurType.Descriptor instead.

func (FurType) Number

func (x FurType) Number() protoreflect.EnumNumber

func (FurType) String

func (x FurType) String() string

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) DBReflect

func (dbr *Newspaper) DBReflect() pgdb_v1.Message

func (*Newspaper) Descriptor deprecated

func (*Newspaper) Descriptor() ([]byte, []int)

Deprecated: Use Newspaper.ProtoReflect.Descriptor instead.

func (*Newspaper) GetCreatedAt

func (x *Newspaper) GetCreatedAt() *timestamppb.Timestamp

func (*Newspaper) GetId

func (x *Newspaper) GetId() string

func (*Newspaper) GetName

func (x *Newspaper) GetName() string

func (*Newspaper) ProtoMessage

func (*Newspaper) ProtoMessage()

func (*Newspaper) ProtoReflect

func (x *Newspaper) ProtoReflect() protoreflect.Message

func (*Newspaper) Reset

func (x *Newspaper) Reset()

func (*Newspaper) String

func (x *Newspaper) String() string

type NewspaperCreatedAtQueryType

type NewspaperCreatedAtQueryType struct {
	// contains filtered or unexported fields
}

func (*NewspaperCreatedAtQueryType) Identifier

type NewspaperDB

type NewspaperDB struct {
	// contains filtered or unexported fields
}

func (*NewspaperDB) Columns

func (x *NewspaperDB) Columns() *NewspaperDBColumns

func (*NewspaperDB) Query

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 (*NewspaperDBColumns) PKSK

func (x *NewspaperDBColumns) PKSK() exp.Expression

func (*NewspaperDBColumns) SK

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 (*NewspaperDBQueryBuilder) PK

func (*NewspaperDBQueryBuilder) PKSK

func (*NewspaperDBQueryBuilder) SK

func (*NewspaperDBQueryBuilder) TenantId

func (*NewspaperDBQueryBuilder) Unsafe

func (*NewspaperDBQueryBuilder) WithTable

type NewspaperDBQueryUnsafe

type NewspaperDBQueryUnsafe struct {
	// contains filtered or unexported fields
}

func (*NewspaperDBQueryUnsafe) CreatedAt

func (*NewspaperDBQueryUnsafe) FTSData

func (*NewspaperDBQueryUnsafe) Name

func (*NewspaperDBQueryUnsafe) PBData

func (*NewspaperDBQueryUnsafe) PK

func (*NewspaperDBQueryUnsafe) PKSK

func (*NewspaperDBQueryUnsafe) SK

func (*NewspaperDBQueryUnsafe) TenantId

type NewspaperFTSDataQueryType

type NewspaperFTSDataQueryType struct {
	// contains filtered or unexported fields
}

func (*NewspaperFTSDataQueryType) Identifier

type NewspaperFTSDataSafeOperators

type NewspaperFTSDataSafeOperators struct {
	// contains filtered or unexported fields
}

func (*NewspaperFTSDataSafeOperators) Eq

func (*NewspaperFTSDataSafeOperators) Identifier

type NewspaperNameQueryType

type NewspaperNameQueryType struct {
	// contains filtered or unexported fields
}

func (*NewspaperNameQueryType) Identifier

type NewspaperPBDataQueryType

type NewspaperPBDataQueryType struct {
	// contains filtered or unexported fields
}

func (*NewspaperPBDataQueryType) Identifier

type NewspaperPKQueryType

type NewspaperPKQueryType struct {
	// contains filtered or unexported fields
}

func (*NewspaperPKQueryType) Identifier

type NewspaperPKSKQueryType

type NewspaperPKSKQueryType struct {
	// contains filtered or unexported fields
}

func (*NewspaperPKSKQueryType) Identifier

type NewspaperPKSKSafeOperators

type NewspaperPKSKSafeOperators struct {
	// contains filtered or unexported fields
}

func (*NewspaperPKSKSafeOperators) Between

func (*NewspaperPKSKSafeOperators) Eq

func (*NewspaperPKSKSafeOperators) Gt

func (*NewspaperPKSKSafeOperators) Gte

func (*NewspaperPKSKSafeOperators) Identifier

func (*NewspaperPKSKSafeOperators) In

func (*NewspaperPKSKSafeOperators) IsNotEmpty

func (x *NewspaperPKSKSafeOperators) IsNotEmpty() exp.Expression

func (*NewspaperPKSKSafeOperators) IsNotNull

func (*NewspaperPKSKSafeOperators) IsNull

func (*NewspaperPKSKSafeOperators) Lt

func (*NewspaperPKSKSafeOperators) Lte

func (*NewspaperPKSKSafeOperators) NotBetween

func (x *NewspaperPKSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression

func (*NewspaperPKSKSafeOperators) NotIn

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 (*NewspaperPKSafeOperators) Gt

func (*NewspaperPKSafeOperators) Gte

func (*NewspaperPKSafeOperators) Identifier

func (*NewspaperPKSafeOperators) In

func (*NewspaperPKSafeOperators) IsNotEmpty

func (x *NewspaperPKSafeOperators) IsNotEmpty() exp.Expression

func (*NewspaperPKSafeOperators) IsNotNull

func (*NewspaperPKSafeOperators) IsNull

func (*NewspaperPKSafeOperators) Lt

func (*NewspaperPKSafeOperators) Lte

func (*NewspaperPKSafeOperators) NotBetween

func (x *NewspaperPKSafeOperators) NotBetween(start string, end string) exp.RangeExpression

func (*NewspaperPKSafeOperators) NotIn

type NewspaperSKQueryType

type NewspaperSKQueryType struct {
	// contains filtered or unexported fields
}

func (*NewspaperSKQueryType) Identifier

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 (*NewspaperSKSafeOperators) Gt

func (*NewspaperSKSafeOperators) Gte

func (*NewspaperSKSafeOperators) Identifier

func (*NewspaperSKSafeOperators) In

func (*NewspaperSKSafeOperators) IsNotEmpty

func (x *NewspaperSKSafeOperators) IsNotEmpty() exp.Expression

func (*NewspaperSKSafeOperators) IsNotNull

func (*NewspaperSKSafeOperators) IsNull

func (*NewspaperSKSafeOperators) Lt

func (*NewspaperSKSafeOperators) Lte

func (*NewspaperSKSafeOperators) NotBetween

func (x *NewspaperSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression

func (*NewspaperSKSafeOperators) NotIn

type NewspaperTenantIdQueryType

type NewspaperTenantIdQueryType struct {
	// contains filtered or unexported fields
}

func (*NewspaperTenantIdQueryType) Identifier

type NewspaperTenantIdSafeOperators

type NewspaperTenantIdSafeOperators struct {
	// contains filtered or unexported fields
}

func (*NewspaperTenantIdSafeOperators) Between

func (*NewspaperTenantIdSafeOperators) Eq

func (*NewspaperTenantIdSafeOperators) Gt

func (*NewspaperTenantIdSafeOperators) Gte

func (*NewspaperTenantIdSafeOperators) Identifier

func (*NewspaperTenantIdSafeOperators) In

func (*NewspaperTenantIdSafeOperators) IsNotEmpty

func (*NewspaperTenantIdSafeOperators) IsNotNull

func (*NewspaperTenantIdSafeOperators) IsNull

func (*NewspaperTenantIdSafeOperators) Lt

func (*NewspaperTenantIdSafeOperators) Lte

func (*NewspaperTenantIdSafeOperators) NotBetween

func (*NewspaperTenantIdSafeOperators) NotIn

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) DBReflect

func (dbr *PaperBook) DBReflect() pgdb_v1.Message

func (*PaperBook) Descriptor deprecated

func (*PaperBook) Descriptor() ([]byte, []int)

Deprecated: Use PaperBook.ProtoReflect.Descriptor instead.

func (*PaperBook) GetPages

func (x *PaperBook) GetPages() int32

func (*PaperBook) ProtoMessage

func (*PaperBook) ProtoMessage()

func (*PaperBook) ProtoReflect

func (x *PaperBook) ProtoReflect() protoreflect.Message

func (*PaperBook) Reset

func (x *PaperBook) Reset()

func (*PaperBook) String

func (x *PaperBook) String() string

type PaperBookDB

type PaperBookDB struct {
	// contains filtered or unexported fields
}

func (*PaperBookDB) Columns

func (x *PaperBookDB) Columns() *PaperBookDBColumns

func (*PaperBookDB) Query

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 (*PaperBookDBQueryBuilder) WithTable

type PaperBookDBQueryUnsafe

type PaperBookDBQueryUnsafe struct {
	// contains filtered or unexported fields
}

func (*PaperBookDBQueryUnsafe) Pages

type PaperBookPagesQueryType

type PaperBookPagesQueryType struct {
	// contains filtered or unexported fields
}

func (*PaperBookPagesQueryType) Identifier

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) DB

func (x *Pet) DB() *PetDB

func (*Pet) DBReflect

func (dbr *Pet) DBReflect() pgdb_v1.Message

func (*Pet) Descriptor deprecated

func (*Pet) Descriptor() ([]byte, []int)

Deprecated: Use Pet.ProtoReflect.Descriptor instead.

func (*Pet) GetCreatedAt

func (x *Pet) GetCreatedAt() *timestamppb.Timestamp

func (*Pet) GetCuteness

func (x *Pet) GetCuteness() float32

func (*Pet) GetDeletedAt

func (x *Pet) GetDeletedAt() *timestamppb.Timestamp

func (*Pet) GetDescription

func (x *Pet) GetDescription() string

func (*Pet) GetDisplayName

func (x *Pet) GetDisplayName() string

func (*Pet) GetElapsed

func (x *Pet) GetElapsed() *durationpb.Duration

func (*Pet) GetExtraProfiles

func (x *Pet) GetExtraProfiles() []*structpb.Struct

func (*Pet) GetId

func (x *Pet) GetId() string

func (*Pet) GetPrice

func (x *Pet) GetPrice() float64

func (*Pet) GetProfile

func (x *Pet) GetProfile() *structpb.Struct

func (*Pet) GetSystemBuiltin

func (x *Pet) GetSystemBuiltin() bool

func (*Pet) GetTenantId

func (x *Pet) GetTenantId() string

func (*Pet) GetUpdatedAt

func (x *Pet) GetUpdatedAt() *timestamppb.Timestamp

func (*Pet) GetVeryLongNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaame

func (x *Pet) GetVeryLongNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaame() bool

func (*Pet) ProtoMessage

func (*Pet) ProtoMessage()

func (*Pet) ProtoReflect

func (x *Pet) ProtoReflect() protoreflect.Message

func (*Pet) Reset

func (x *Pet) Reset()

func (*Pet) String

func (x *Pet) String() string

type PetCreatedAtQueryType

type PetCreatedAtQueryType struct {
	// contains filtered or unexported fields
}

func (*PetCreatedAtQueryType) Identifier

type PetCutenessQueryType

type PetCutenessQueryType struct {
	// contains filtered or unexported fields
}

func (*PetCutenessQueryType) Identifier

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

func (*PetDB) TableName

func (x *PetDB) TableName() string

func (*PetDB) WithTable

func (x *PetDB) WithTable(t string) *PetDB

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 (*PetDBQueryBuilder) PK

func (*PetDBQueryBuilder) PKSK

func (*PetDBQueryBuilder) Profile

func (*PetDBQueryBuilder) SK

func (*PetDBQueryBuilder) TenantId

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 (*PetDBQueryUnsafe) PBData

func (x *PetDBQueryUnsafe) PBData() *PetPBDataQueryType

func (*PetDBQueryUnsafe) PK

func (*PetDBQueryUnsafe) PKSK

func (*PetDBQueryUnsafe) Price

func (x *PetDBQueryUnsafe) Price() *PetPriceQueryType

func (*PetDBQueryUnsafe) Profile

func (x *PetDBQueryUnsafe) Profile() *PetProfileQueryType

func (*PetDBQueryUnsafe) SK

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

type PetDescriptionQueryType

type PetDescriptionQueryType struct {
	// contains filtered or unexported fields
}

func (*PetDescriptionQueryType) Identifier

type PetDisplayNameQueryType

type PetDisplayNameQueryType struct {
	// contains filtered or unexported fields
}

func (*PetDisplayNameQueryType) Identifier

type PetElapsedQueryType

type PetElapsedQueryType struct {
	// contains filtered or unexported fields
}

func (*PetElapsedQueryType) Identifier

type PetExtraProfilesQueryType

type PetExtraProfilesQueryType struct {
	// contains filtered or unexported fields
}

func (*PetExtraProfilesQueryType) Identifier

type PetFTSDataQueryType

type PetFTSDataQueryType struct {
	// contains filtered or unexported fields
}

func (*PetFTSDataQueryType) Identifier

type PetFTSDataSafeOperators

type PetFTSDataSafeOperators struct {
	// contains filtered or unexported fields
}

func (*PetFTSDataSafeOperators) Eq

func (*PetFTSDataSafeOperators) Identifier

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

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 (*PetPKSKSafeOperators) Gt

func (*PetPKSKSafeOperators) Gte

func (*PetPKSKSafeOperators) Identifier

func (*PetPKSKSafeOperators) In

func (*PetPKSKSafeOperators) IsNotEmpty

func (x *PetPKSKSafeOperators) IsNotEmpty() exp.Expression

func (*PetPKSKSafeOperators) IsNotNull

func (*PetPKSKSafeOperators) IsNull

func (*PetPKSKSafeOperators) Lt

func (*PetPKSKSafeOperators) Lte

func (*PetPKSKSafeOperators) NotBetween

func (x *PetPKSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression

func (*PetPKSKSafeOperators) NotIn

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 (*PetPKSafeOperators) Gt

func (*PetPKSafeOperators) Gte

func (*PetPKSafeOperators) Identifier

func (*PetPKSafeOperators) In

func (*PetPKSafeOperators) IsNotEmpty

func (x *PetPKSafeOperators) IsNotEmpty() exp.Expression

func (*PetPKSafeOperators) IsNotNull

func (x *PetPKSafeOperators) IsNotNull() exp.BooleanExpression

func (*PetPKSafeOperators) IsNull

func (*PetPKSafeOperators) Lt

func (*PetPKSafeOperators) Lte

func (*PetPKSafeOperators) NotBetween

func (x *PetPKSafeOperators) NotBetween(start string, end string) exp.RangeExpression

func (*PetPKSafeOperators) NotIn

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

type PetProfileSafeOperators

type PetProfileSafeOperators struct {
	// contains filtered or unexported fields
}

func (*PetProfileSafeOperators) Eq

func (*PetProfileSafeOperators) Identifier

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 (*PetSKSafeOperators) Gt

func (*PetSKSafeOperators) Gte

func (*PetSKSafeOperators) Identifier

func (*PetSKSafeOperators) In

func (*PetSKSafeOperators) IsNotEmpty

func (x *PetSKSafeOperators) IsNotEmpty() exp.Expression

func (*PetSKSafeOperators) IsNotNull

func (x *PetSKSafeOperators) IsNotNull() exp.BooleanExpression

func (*PetSKSafeOperators) IsNull

func (*PetSKSafeOperators) Lt

func (*PetSKSafeOperators) Lte

func (*PetSKSafeOperators) NotBetween

func (x *PetSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression

func (*PetSKSafeOperators) NotIn

type PetSystemBuiltinQueryType

type PetSystemBuiltinQueryType struct {
	// contains filtered or unexported fields
}

func (*PetSystemBuiltinQueryType) Identifier

type PetTenantIdQueryType

type PetTenantIdQueryType struct {
	// contains filtered or unexported fields
}

func (*PetTenantIdQueryType) Identifier

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 (*PetTenantIdSafeOperators) Gt

func (*PetTenantIdSafeOperators) Gte

func (*PetTenantIdSafeOperators) Identifier

func (*PetTenantIdSafeOperators) In

func (*PetTenantIdSafeOperators) IsNotEmpty

func (x *PetTenantIdSafeOperators) IsNotEmpty() exp.Expression

func (*PetTenantIdSafeOperators) IsNotNull

func (*PetTenantIdSafeOperators) IsNull

func (*PetTenantIdSafeOperators) Lt

func (*PetTenantIdSafeOperators) Lte

func (*PetTenantIdSafeOperators) NotBetween

func (x *PetTenantIdSafeOperators) NotBetween(start string, end string) exp.RangeExpression

func (*PetTenantIdSafeOperators) NotIn

type PetUpdatedAtQueryType

type PetUpdatedAtQueryType struct {
	// contains filtered or unexported fields
}

func (*PetUpdatedAtQueryType) Identifier

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

type ScalarValueBoolQueryType

type ScalarValueBoolQueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueBoolQueryType) Identifier

type ScalarValueBytesQueryType

type ScalarValueBytesQueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueBytesQueryType) Identifier

type ScalarValueCreatedAtQueryType

type ScalarValueCreatedAtQueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueCreatedAtQueryType) Identifier

type ScalarValueDB

type ScalarValueDB struct {
	// contains filtered or unexported fields
}

func (*ScalarValueDB) Columns

func (x *ScalarValueDB) Columns() *ScalarValueDBColumns

func (*ScalarValueDB) Query

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 (*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 (*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 (*ScalarValueDBColumns) PKSK

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 (*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

type ScalarValueDBQueryBuilder

type ScalarValueDBQueryBuilder struct {
	// contains filtered or unexported fields
}

func (*ScalarValueDBQueryBuilder) FTSData

func (*ScalarValueDBQueryBuilder) PK

func (*ScalarValueDBQueryBuilder) PKSK

func (*ScalarValueDBQueryBuilder) RepeatedBytes

func (*ScalarValueDBQueryBuilder) RepeatedDouble

func (*ScalarValueDBQueryBuilder) RepeatedSfixed32

func (*ScalarValueDBQueryBuilder) RepeatedSfixed64

func (*ScalarValueDBQueryBuilder) SK

func (*ScalarValueDBQueryBuilder) StringMap

func (*ScalarValueDBQueryBuilder) TenantId

func (*ScalarValueDBQueryBuilder) Unsafe

func (*ScalarValueDBQueryBuilder) WithTable

type ScalarValueDBQueryUnsafe

type ScalarValueDBQueryUnsafe struct {
	// contains filtered or unexported fields
}

func (*ScalarValueDBQueryUnsafe) Bool

func (*ScalarValueDBQueryUnsafe) BoolPtr

func (*ScalarValueDBQueryUnsafe) Bytes

func (*ScalarValueDBQueryUnsafe) CreatedAt

func (*ScalarValueDBQueryUnsafe) Double

func (*ScalarValueDBQueryUnsafe) FTSData

func (*ScalarValueDBQueryUnsafe) Fixed32

func (*ScalarValueDBQueryUnsafe) Fixed64

func (*ScalarValueDBQueryUnsafe) Float

func (*ScalarValueDBQueryUnsafe) Id

func (*ScalarValueDBQueryUnsafe) Int32

func (*ScalarValueDBQueryUnsafe) Int64

func (*ScalarValueDBQueryUnsafe) PBData

func (*ScalarValueDBQueryUnsafe) PK

func (*ScalarValueDBQueryUnsafe) PKSK

func (*ScalarValueDBQueryUnsafe) RepeatedBool

func (*ScalarValueDBQueryUnsafe) RepeatedBytes

func (*ScalarValueDBQueryUnsafe) RepeatedDouble

func (*ScalarValueDBQueryUnsafe) RepeatedEnum

func (*ScalarValueDBQueryUnsafe) RepeatedFixed32

func (*ScalarValueDBQueryUnsafe) RepeatedFixed64

func (*ScalarValueDBQueryUnsafe) RepeatedFloat

func (*ScalarValueDBQueryUnsafe) RepeatedInt32

func (*ScalarValueDBQueryUnsafe) RepeatedInt64

func (*ScalarValueDBQueryUnsafe) RepeatedSfixed32

func (*ScalarValueDBQueryUnsafe) RepeatedSfixed64

func (*ScalarValueDBQueryUnsafe) RepeatedSint32

func (*ScalarValueDBQueryUnsafe) RepeatedSint64

func (*ScalarValueDBQueryUnsafe) RepeatedString

func (*ScalarValueDBQueryUnsafe) RepeatedUint32

func (*ScalarValueDBQueryUnsafe) RepeatedUint64

func (*ScalarValueDBQueryUnsafe) SK

func (*ScalarValueDBQueryUnsafe) Sfixed32

func (*ScalarValueDBQueryUnsafe) Sfixed64

func (*ScalarValueDBQueryUnsafe) Sint32

func (*ScalarValueDBQueryUnsafe) Sint64

func (*ScalarValueDBQueryUnsafe) StrPtr

func (*ScalarValueDBQueryUnsafe) StringMap

func (*ScalarValueDBQueryUnsafe) String_

func (*ScalarValueDBQueryUnsafe) TenantId

func (*ScalarValueDBQueryUnsafe) Uint32

func (*ScalarValueDBQueryUnsafe) Uint64

type ScalarValueDoubleQueryType

type ScalarValueDoubleQueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueDoubleQueryType) Identifier

type ScalarValueFTSDataQueryType

type ScalarValueFTSDataQueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueFTSDataQueryType) Identifier

type ScalarValueFTSDataSafeOperators

type ScalarValueFTSDataSafeOperators struct {
	// contains filtered or unexported fields
}

func (*ScalarValueFTSDataSafeOperators) Eq

func (*ScalarValueFTSDataSafeOperators) Identifier

type ScalarValueFixed32QueryType

type ScalarValueFixed32QueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueFixed32QueryType) Identifier

type ScalarValueFixed64QueryType

type ScalarValueFixed64QueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueFixed64QueryType) Identifier

type ScalarValueFloatQueryType

type ScalarValueFloatQueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueFloatQueryType) Identifier

type ScalarValueIdQueryType

type ScalarValueIdQueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueIdQueryType) Identifier

type ScalarValueInt32QueryType

type ScalarValueInt32QueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueInt32QueryType) Identifier

type ScalarValueInt64QueryType

type ScalarValueInt64QueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueInt64QueryType) Identifier

type ScalarValuePBDataQueryType

type ScalarValuePBDataQueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValuePBDataQueryType) Identifier

type ScalarValuePKQueryType

type ScalarValuePKQueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValuePKQueryType) Identifier

type ScalarValuePKSKQueryType

type ScalarValuePKSKQueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValuePKSKQueryType) Identifier

type ScalarValuePKSKSafeOperators

type ScalarValuePKSKSafeOperators struct {
	// contains filtered or unexported fields
}

func (*ScalarValuePKSKSafeOperators) Between

func (*ScalarValuePKSKSafeOperators) Eq

func (*ScalarValuePKSKSafeOperators) Gt

func (*ScalarValuePKSKSafeOperators) Gte

func (*ScalarValuePKSKSafeOperators) Identifier

func (*ScalarValuePKSKSafeOperators) In

func (*ScalarValuePKSKSafeOperators) IsNotEmpty

func (*ScalarValuePKSKSafeOperators) IsNotNull

func (*ScalarValuePKSKSafeOperators) IsNull

func (*ScalarValuePKSKSafeOperators) Lt

func (*ScalarValuePKSKSafeOperators) Lte

func (*ScalarValuePKSKSafeOperators) NotBetween

func (x *ScalarValuePKSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression

func (*ScalarValuePKSKSafeOperators) NotIn

type ScalarValuePKSafeOperators

type ScalarValuePKSafeOperators struct {
	// contains filtered or unexported fields
}

func (*ScalarValuePKSafeOperators) Between

func (*ScalarValuePKSafeOperators) Eq

func (*ScalarValuePKSafeOperators) Gt

func (*ScalarValuePKSafeOperators) Gte

func (*ScalarValuePKSafeOperators) Identifier

func (*ScalarValuePKSafeOperators) In

func (*ScalarValuePKSafeOperators) IsNotEmpty

func (x *ScalarValuePKSafeOperators) IsNotEmpty() exp.Expression

func (*ScalarValuePKSafeOperators) IsNotNull

func (*ScalarValuePKSafeOperators) IsNull

func (*ScalarValuePKSafeOperators) Lt

func (*ScalarValuePKSafeOperators) Lte

func (*ScalarValuePKSafeOperators) NotBetween

func (x *ScalarValuePKSafeOperators) NotBetween(start string, end string) exp.RangeExpression

func (*ScalarValuePKSafeOperators) NotIn

type ScalarValueRepeatedBoolQueryType

type ScalarValueRepeatedBoolQueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueRepeatedBoolQueryType) Identifier

type ScalarValueRepeatedBytesQueryType

type ScalarValueRepeatedBytesQueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueRepeatedBytesQueryType) Identifier

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 (*ScalarValueRepeatedBytesSafeOperators) Identifier

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

type ScalarValueRepeatedDoubleSafeOperators

type ScalarValueRepeatedDoubleSafeOperators struct {
	// contains filtered or unexported fields
}

func (*ScalarValueRepeatedDoubleSafeOperators) Contains

Contains checks if the field contains ALL items in the arg. [a, b] @> [a] = true, [a, b] @> [a, c] = false

func (*ScalarValueRepeatedDoubleSafeOperators) Eq

func (*ScalarValueRepeatedDoubleSafeOperators) Identifier

func (*ScalarValueRepeatedDoubleSafeOperators) IsContainedBy

func (x *ScalarValueRepeatedDoubleSafeOperators) IsContainedBy(items ...float64) exp.Expression

func (*ScalarValueRepeatedDoubleSafeOperators) Overlaps

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

type ScalarValueRepeatedFixed32QueryType

type ScalarValueRepeatedFixed32QueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueRepeatedFixed32QueryType) Identifier

type ScalarValueRepeatedFixed64QueryType

type ScalarValueRepeatedFixed64QueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueRepeatedFixed64QueryType) Identifier

type ScalarValueRepeatedFloatQueryType

type ScalarValueRepeatedFloatQueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueRepeatedFloatQueryType) Identifier

type ScalarValueRepeatedInt32QueryType

type ScalarValueRepeatedInt32QueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueRepeatedInt32QueryType) Identifier

type ScalarValueRepeatedInt64QueryType

type ScalarValueRepeatedInt64QueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueRepeatedInt64QueryType) Identifier

type ScalarValueRepeatedSfixed32QueryType

type ScalarValueRepeatedSfixed32QueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueRepeatedSfixed32QueryType) Identifier

type ScalarValueRepeatedSfixed32SafeOperators

type ScalarValueRepeatedSfixed32SafeOperators struct {
	// contains filtered or unexported fields
}

func (*ScalarValueRepeatedSfixed32SafeOperators) Contains

Contains checks if the field contains ALL items in the arg. [a, b] @> [a] = true, [a, b] @> [a, c] = false

func (*ScalarValueRepeatedSfixed32SafeOperators) Eq

func (*ScalarValueRepeatedSfixed32SafeOperators) Identifier

func (*ScalarValueRepeatedSfixed32SafeOperators) IsContainedBy

func (x *ScalarValueRepeatedSfixed32SafeOperators) IsContainedBy(items ...int32) exp.Expression

func (*ScalarValueRepeatedSfixed32SafeOperators) Overlaps

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

type ScalarValueRepeatedSfixed64SafeOperators

type ScalarValueRepeatedSfixed64SafeOperators struct {
	// contains filtered or unexported fields
}

func (*ScalarValueRepeatedSfixed64SafeOperators) Contains

Contains checks if the field contains ALL items in the arg. [a, b] @> [a] = true, [a, b] @> [a, c] = false

func (*ScalarValueRepeatedSfixed64SafeOperators) Eq

func (*ScalarValueRepeatedSfixed64SafeOperators) Identifier

func (*ScalarValueRepeatedSfixed64SafeOperators) IsContainedBy

func (x *ScalarValueRepeatedSfixed64SafeOperators) IsContainedBy(items ...int64) exp.Expression

func (*ScalarValueRepeatedSfixed64SafeOperators) Overlaps

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

type ScalarValueRepeatedSint64QueryType

type ScalarValueRepeatedSint64QueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueRepeatedSint64QueryType) Identifier

type ScalarValueRepeatedStringQueryType

type ScalarValueRepeatedStringQueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueRepeatedStringQueryType) Identifier

type ScalarValueRepeatedUint32QueryType

type ScalarValueRepeatedUint32QueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueRepeatedUint32QueryType) Identifier

type ScalarValueRepeatedUint64QueryType

type ScalarValueRepeatedUint64QueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueRepeatedUint64QueryType) Identifier

type ScalarValueSKQueryType

type ScalarValueSKQueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueSKQueryType) Identifier

type ScalarValueSKSafeOperators

type ScalarValueSKSafeOperators struct {
	// contains filtered or unexported fields
}

func (*ScalarValueSKSafeOperators) Between

func (*ScalarValueSKSafeOperators) Eq

func (*ScalarValueSKSafeOperators) Gt

func (*ScalarValueSKSafeOperators) Gte

func (*ScalarValueSKSafeOperators) Identifier

func (*ScalarValueSKSafeOperators) In

func (*ScalarValueSKSafeOperators) IsNotEmpty

func (x *ScalarValueSKSafeOperators) IsNotEmpty() exp.Expression

func (*ScalarValueSKSafeOperators) IsNotNull

func (*ScalarValueSKSafeOperators) IsNull

func (*ScalarValueSKSafeOperators) Lt

func (*ScalarValueSKSafeOperators) Lte

func (*ScalarValueSKSafeOperators) NotBetween

func (x *ScalarValueSKSafeOperators) NotBetween(start string, end string) exp.RangeExpression

func (*ScalarValueSKSafeOperators) NotIn

type ScalarValueSfixed32QueryType

type ScalarValueSfixed32QueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueSfixed32QueryType) Identifier

type ScalarValueSfixed64QueryType

type ScalarValueSfixed64QueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueSfixed64QueryType) Identifier

type ScalarValueSint32QueryType

type ScalarValueSint32QueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueSint32QueryType) Identifier

type ScalarValueSint64QueryType

type ScalarValueSint64QueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueSint64QueryType) Identifier

type ScalarValueStrPtrQueryType

type ScalarValueStrPtrQueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueStrPtrQueryType) Identifier

type ScalarValueStringMapQueryType

type ScalarValueStringMapQueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueStringMapQueryType) Identifier

type ScalarValueStringMapSafeOperators

type ScalarValueStringMapSafeOperators struct {
	// contains filtered or unexported fields
}

func (*ScalarValueStringMapSafeOperators) Eq

func (*ScalarValueStringMapSafeOperators) Identifier

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 (*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

type ScalarValueTenantIdQueryType

type ScalarValueTenantIdQueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueTenantIdQueryType) Identifier

type ScalarValueTenantIdSafeOperators

type ScalarValueTenantIdSafeOperators struct {
	// contains filtered or unexported fields
}

func (*ScalarValueTenantIdSafeOperators) Between

func (*ScalarValueTenantIdSafeOperators) Eq

func (*ScalarValueTenantIdSafeOperators) Gt

func (*ScalarValueTenantIdSafeOperators) Gte

func (*ScalarValueTenantIdSafeOperators) Identifier

func (*ScalarValueTenantIdSafeOperators) In

func (*ScalarValueTenantIdSafeOperators) IsNotEmpty

func (*ScalarValueTenantIdSafeOperators) IsNotNull

func (*ScalarValueTenantIdSafeOperators) IsNull

func (*ScalarValueTenantIdSafeOperators) Lt

func (*ScalarValueTenantIdSafeOperators) Lte

func (*ScalarValueTenantIdSafeOperators) NotBetween

func (*ScalarValueTenantIdSafeOperators) NotIn

type ScalarValueUint32QueryType

type ScalarValueUint32QueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueUint32QueryType) Identifier

type ScalarValueUint64QueryType

type ScalarValueUint64QueryType struct {
	// contains filtered or unexported fields
}

func (*ScalarValueUint64QueryType) Identifier

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL