Versions in this module Expand all Collapse all v0 v0.0.1 Dec 17, 2023 Changes in this version + var E_Column = &file_protoql_options_proto_extTypes[3] + var E_Flatten = &file_protoql_options_proto_extTypes[2] + var E_GenCrud = &file_protoql_options_proto_extTypes[5] + var E_Generated = &file_protoql_options_proto_extTypes[4] + var E_Json = &file_protoql_options_proto_extTypes[8] + var E_MessageGenCrud = &file_protoql_options_proto_extTypes[10] + var E_MessageScanType = &file_protoql_options_proto_extTypes[12] + var E_PrimaryKey = &file_protoql_options_proto_extTypes[0] + var E_Query = &file_protoql_options_proto_extTypes[11] + var E_Rel = &file_protoql_options_proto_extTypes[6] + var E_ScanType = &file_protoql_options_proto_extTypes[7] + var E_Skip = &file_protoql_options_proto_extTypes[1] + var E_SqlValue = &file_protoql_options_proto_extTypes[9] + var File_protoql_options_proto protoreflect.FileDescriptor + var ScanType_name = map[int32]string + var ScanType_value = map[string]int32 + type Query struct + Name string + Query string + Typ isQuery_Typ + func (*Query) Descriptor() ([]byte, []int) + func (*Query) ProtoMessage() + func (m *Query) GetTyp() isQuery_Typ + func (x *Query) GetName() string + func (x *Query) GetQuery() string + func (x *Query) GetRead() *Read + func (x *Query) GetReadOne() *ReadOne + func (x *Query) GetWrite() *Write + func (x *Query) ProtoReflect() protoreflect.Message + func (x *Query) Reset() + func (x *Query) String() string + type Query_Read struct + Read *Read + type Query_ReadOne struct + ReadOne *ReadOne + type Query_Write struct + Write *Write + type Read struct + Params []*Variable + Results []*Variable + func (*Read) Descriptor() ([]byte, []int) + func (*Read) ProtoMessage() + func (x *Read) GetParams() []*Variable + func (x *Read) GetResults() []*Variable + func (x *Read) ProtoReflect() protoreflect.Message + func (x *Read) Reset() + func (x *Read) String() string + type ReadOne struct + Params []*Variable + Results []*Variable + func (*ReadOne) Descriptor() ([]byte, []int) + func (*ReadOne) ProtoMessage() + func (x *ReadOne) GetParams() []*Variable + func (x *ReadOne) GetResults() []*Variable + func (x *ReadOne) ProtoReflect() protoreflect.Message + func (x *ReadOne) Reset() + func (x *ReadOne) String() string + type Relation struct + Name string + Namespace string + func (*Relation) Descriptor() ([]byte, []int) + func (*Relation) ProtoMessage() + func (x *Relation) GetName() string + func (x *Relation) GetNamespace() string + func (x *Relation) ProtoReflect() protoreflect.Message + func (x *Relation) Reset() + func (x *Relation) String() string + type ScanType int32 + const ScanType_COMPOSITE + const ScanType_DIRECT + const ScanType_JSON + func (ScanType) Descriptor() protoreflect.EnumDescriptor + func (ScanType) EnumDescriptor() ([]byte, []int) + func (ScanType) Type() protoreflect.EnumType + func (x ScanType) Enum() *ScanType + func (x ScanType) Number() protoreflect.EnumNumber + func (x ScanType) String() string + type Variable struct + Name string + TypeName string + func (*Variable) Descriptor() ([]byte, []int) + func (*Variable) ProtoMessage() + func (x *Variable) GetName() string + func (x *Variable) GetTypeName() string + func (x *Variable) ProtoReflect() protoreflect.Message + func (x *Variable) Reset() + func (x *Variable) String() string + type Write struct + Params []*Variable + func (*Write) Descriptor() ([]byte, []int) + func (*Write) ProtoMessage() + func (x *Write) GetParams() []*Variable + func (x *Write) ProtoReflect() protoreflect.Message + func (x *Write) Reset() + func (x *Write) String() string