sql

package
v0.0.0-...-1a384c3 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2024 License: Unlicense Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// optional hyfco.sql.Table table = 82100006;
	E_Table = &file_sql_proto_extTypes[0]
)

Extension fields to descriptorpb.MessageOptions.

Functions

This section is empty.

Types

type Key

type Key struct {
	F []string `protobuf:"bytes,1,rep,name=f,proto3" json:"f,omitempty"`
	// contains filtered or unexported fields
}

func (*Key) Descriptor deprecated

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

Deprecated: Use Key.ProtoReflect.Descriptor instead.

func (*Key) GetF

func (x *Key) GetF() []string

func (*Key) ProtoMessage

func (*Key) ProtoMessage()

func (*Key) ProtoReflect

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

func (*Key) Reset

func (x *Key) Reset()

func (*Key) String

func (x *Key) String() string

type Table

type Table struct {
	PrimaryKey *Key    `protobuf:"bytes,1,opt,name=primary_key,json=primaryKey,proto3,oneof" json:"primary_key,omitempty"`
	UniqueKeys []*Key  `protobuf:"bytes,2,rep,name=unique_keys,json=uniqueKeys,proto3" json:"unique_keys,omitempty"`
	Keys       []*Key  `protobuf:"bytes,3,rep,name=keys,proto3" json:"keys,omitempty"`
	Table      *string `protobuf:"bytes,4,opt,name=table,proto3,oneof" json:"table,omitempty"`
	// contains filtered or unexported fields
}

func (*Table) Descriptor deprecated

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

Deprecated: Use Table.ProtoReflect.Descriptor instead.

func (*Table) GetKeys

func (x *Table) GetKeys() []*Key

func (*Table) GetPrimaryKey

func (x *Table) GetPrimaryKey() *Key

func (*Table) GetTable

func (x *Table) GetTable() string

func (*Table) GetUniqueKeys

func (x *Table) GetUniqueKeys() []*Key

func (*Table) ProtoMessage

func (*Table) ProtoMessage()

func (*Table) ProtoReflect

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

func (*Table) Reset

func (x *Table) Reset()

func (*Table) String

func (x *Table) String() string

Jump to

Keyboard shortcuts

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