Documentation ¶
Index ¶
- Variables
- type Analysis
- func (m *Analysis) CloneMessageVT() proto.Message
- func (m *Analysis) CloneVT() *Analysis
- func (*Analysis) Descriptor() ([]byte, []int)deprecated
- func (this *Analysis) EqualMessageVT(thatMsg proto.Message) bool
- func (this *Analysis) EqualVT(that *Analysis) bool
- func (x *Analysis) GetColumns() []*Column
- func (x *Analysis) GetParams() []*Parameter
- func (m *Analysis) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Analysis) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Analysis) MarshalToVT(dAtA []byte) (int, error)
- func (m *Analysis) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Analysis) MarshalVT() (dAtA []byte, err error)
- func (m *Analysis) MarshalVTStrict() (dAtA []byte, err error)
- func (*Analysis) ProtoMessage()
- func (x *Analysis) ProtoReflect() protoreflect.Message
- func (x *Analysis) Reset()
- func (m *Analysis) SizeVT() (n int)
- func (x *Analysis) String() string
- func (m *Analysis) UnmarshalVT(dAtA []byte) error
- type Column
- func (m *Column) CloneMessageVT() proto.Message
- func (m *Column) CloneVT() *Column
- func (*Column) Descriptor() ([]byte, []int)deprecated
- func (this *Column) EqualMessageVT(thatMsg proto.Message) bool
- func (this *Column) EqualVT(that *Column) bool
- func (x *Column) GetArrayDims() int32
- func (x *Column) GetComment() string
- func (x *Column) GetDataType() string
- func (x *Column) GetEmbedTable() *Identifier
- func (x *Column) GetIsArray() bool
- func (x *Column) GetIsFuncCall() bool
- func (x *Column) GetIsNamedParam() bool
- func (x *Column) GetIsSqlcSlice() bool
- func (x *Column) GetLength() int32
- func (x *Column) GetName() string
- func (x *Column) GetNotNull() bool
- func (x *Column) GetOriginalName() string
- func (x *Column) GetScope() string
- func (x *Column) GetTable() *Identifier
- func (x *Column) GetTableAlias() string
- func (x *Column) GetType() *Identifier
- func (x *Column) GetUnsigned() bool
- func (m *Column) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Column) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Column) MarshalToVT(dAtA []byte) (int, error)
- func (m *Column) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Column) MarshalVT() (dAtA []byte, err error)
- func (m *Column) MarshalVTStrict() (dAtA []byte, err error)
- func (*Column) ProtoMessage()
- func (x *Column) ProtoReflect() protoreflect.Message
- func (x *Column) Reset()
- func (m *Column) SizeVT() (n int)
- func (x *Column) String() string
- func (m *Column) UnmarshalVT(dAtA []byte) error
- type Identifier
- func (m *Identifier) CloneMessageVT() proto.Message
- func (m *Identifier) CloneVT() *Identifier
- func (*Identifier) Descriptor() ([]byte, []int)deprecated
- func (this *Identifier) EqualMessageVT(thatMsg proto.Message) bool
- func (this *Identifier) EqualVT(that *Identifier) bool
- func (x *Identifier) GetCatalog() string
- func (x *Identifier) GetName() string
- func (x *Identifier) GetSchema() string
- func (m *Identifier) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Identifier) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Identifier) MarshalToVT(dAtA []byte) (int, error)
- func (m *Identifier) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Identifier) MarshalVT() (dAtA []byte, err error)
- func (m *Identifier) MarshalVTStrict() (dAtA []byte, err error)
- func (*Identifier) ProtoMessage()
- func (x *Identifier) ProtoReflect() protoreflect.Message
- func (x *Identifier) Reset()
- func (m *Identifier) SizeVT() (n int)
- func (x *Identifier) String() string
- func (m *Identifier) UnmarshalVT(dAtA []byte) error
- type Parameter
- func (m *Parameter) CloneMessageVT() proto.Message
- func (m *Parameter) CloneVT() *Parameter
- func (*Parameter) Descriptor() ([]byte, []int)deprecated
- func (this *Parameter) EqualMessageVT(thatMsg proto.Message) bool
- func (this *Parameter) EqualVT(that *Parameter) bool
- func (x *Parameter) GetColumn() *Column
- func (x *Parameter) GetNumber() int32
- func (m *Parameter) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Parameter) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Parameter) MarshalToVT(dAtA []byte) (int, error)
- func (m *Parameter) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Parameter) MarshalVT() (dAtA []byte, err error)
- func (m *Parameter) MarshalVTStrict() (dAtA []byte, err error)
- func (*Parameter) ProtoMessage()
- func (x *Parameter) ProtoReflect() protoreflect.Message
- func (x *Parameter) Reset()
- func (m *Parameter) SizeVT() (n int)
- func (x *Parameter) String() string
- func (m *Parameter) UnmarshalVT(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflow = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group") )
View Source
var File_analysis_analysis_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Analysis ¶
type Analysis struct { Columns []*Column `protobuf:"bytes,1,rep,name=columns,proto3" json:"columns,omitempty"` Params []*Parameter `protobuf:"bytes,2,rep,name=params,proto3" json:"params,omitempty"` // contains filtered or unexported fields }
func (*Analysis) CloneMessageVT ¶
func (*Analysis) Descriptor
deprecated
func (*Analysis) GetColumns ¶
func (*Analysis) MarshalToSizedBufferVT ¶
func (*Analysis) MarshalToSizedBufferVTStrict ¶
func (*Analysis) MarshalVTStrict ¶
func (*Analysis) ProtoMessage ¶
func (*Analysis) ProtoMessage()
func (*Analysis) ProtoReflect ¶
func (x *Analysis) ProtoReflect() protoreflect.Message
func (*Analysis) UnmarshalVT ¶
type Column ¶
type Column struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` OriginalName string `protobuf:"bytes,2,opt,name=original_name,json=originalName,proto3" json:"original_name,omitempty"` DataType string `protobuf:"bytes,3,opt,name=data_type,json=dataType,proto3" json:"data_type,omitempty"` NotNull bool `protobuf:"varint,4,opt,name=not_null,json=notNull,proto3" json:"not_null,omitempty"` Unsigned bool `protobuf:"varint,5,opt,name=unsigned,proto3" json:"unsigned,omitempty"` IsArray bool `protobuf:"varint,6,opt,name=is_array,json=isArray,proto3" json:"is_array,omitempty"` ArrayDims int32 `protobuf:"varint,7,opt,name=array_dims,json=arrayDims,proto3" json:"array_dims,omitempty"` Comment string `protobuf:"bytes,8,opt,name=comment,proto3" json:"comment,omitempty"` Length int32 `protobuf:"varint,9,opt,name=length,proto3" json:"length,omitempty"` // *int IsNamedParam bool `protobuf:"varint,10,opt,name=is_named_param,json=isNamedParam,proto3" json:"is_named_param,omitempty"` IsFuncCall bool `protobuf:"varint,11,opt,name=is_func_call,json=isFuncCall,proto3" json:"is_func_call,omitempty"` Scope string `protobuf:"bytes,12,opt,name=scope,proto3" json:"scope,omitempty"` Table *Identifier `protobuf:"bytes,13,opt,name=table,proto3" json:"table,omitempty"` TableAlias string `protobuf:"bytes,14,opt,name=table_alias,json=tableAlias,proto3" json:"table_alias,omitempty"` Type *Identifier `protobuf:"bytes,15,opt,name=type,proto3" json:"type,omitempty"` EmbedTable *Identifier `protobuf:"bytes,16,opt,name=embed_table,json=embedTable,proto3" json:"embed_table,omitempty"` IsSqlcSlice bool `protobuf:"varint,17,opt,name=is_sqlc_slice,json=isSqlcSlice,proto3" json:"is_sqlc_slice,omitempty"` // contains filtered or unexported fields }
func (*Column) CloneMessageVT ¶
func (*Column) Descriptor
deprecated
func (*Column) GetArrayDims ¶
func (*Column) GetComment ¶
func (*Column) GetDataType ¶
func (*Column) GetEmbedTable ¶
func (x *Column) GetEmbedTable() *Identifier
func (*Column) GetIsArray ¶
func (*Column) GetIsFuncCall ¶
func (*Column) GetIsNamedParam ¶
func (*Column) GetIsSqlcSlice ¶
func (*Column) GetNotNull ¶
func (*Column) GetOriginalName ¶
func (*Column) GetTable ¶
func (x *Column) GetTable() *Identifier
func (*Column) GetTableAlias ¶
func (*Column) GetType ¶
func (x *Column) GetType() *Identifier
func (*Column) GetUnsigned ¶
func (*Column) MarshalToSizedBufferVT ¶
func (*Column) MarshalToSizedBufferVTStrict ¶
func (*Column) MarshalVTStrict ¶
func (*Column) ProtoMessage ¶
func (*Column) ProtoMessage()
func (*Column) ProtoReflect ¶
func (x *Column) ProtoReflect() protoreflect.Message
func (*Column) UnmarshalVT ¶
type Identifier ¶
type Identifier struct { Catalog string `protobuf:"bytes,1,opt,name=catalog,proto3" json:"catalog,omitempty"` Schema string `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Identifier) CloneMessageVT ¶
func (m *Identifier) CloneMessageVT() proto.Message
func (*Identifier) CloneVT ¶
func (m *Identifier) CloneVT() *Identifier
func (*Identifier) Descriptor
deprecated
func (*Identifier) Descriptor() ([]byte, []int)
Deprecated: Use Identifier.ProtoReflect.Descriptor instead.
func (*Identifier) EqualMessageVT ¶
func (this *Identifier) EqualMessageVT(thatMsg proto.Message) bool
func (*Identifier) EqualVT ¶
func (this *Identifier) EqualVT(that *Identifier) bool
func (*Identifier) GetCatalog ¶
func (x *Identifier) GetCatalog() string
func (*Identifier) GetName ¶
func (x *Identifier) GetName() string
func (*Identifier) GetSchema ¶
func (x *Identifier) GetSchema() string
func (*Identifier) MarshalToSizedBufferVT ¶
func (m *Identifier) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*Identifier) MarshalToSizedBufferVTStrict ¶
func (m *Identifier) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*Identifier) MarshalToVT ¶
func (m *Identifier) MarshalToVT(dAtA []byte) (int, error)
func (*Identifier) MarshalToVTStrict ¶
func (m *Identifier) MarshalToVTStrict(dAtA []byte) (int, error)
func (*Identifier) MarshalVT ¶
func (m *Identifier) MarshalVT() (dAtA []byte, err error)
func (*Identifier) MarshalVTStrict ¶
func (m *Identifier) MarshalVTStrict() (dAtA []byte, err error)
func (*Identifier) ProtoMessage ¶
func (*Identifier) ProtoMessage()
func (*Identifier) ProtoReflect ¶
func (x *Identifier) ProtoReflect() protoreflect.Message
func (*Identifier) Reset ¶
func (x *Identifier) Reset()
func (*Identifier) SizeVT ¶
func (m *Identifier) SizeVT() (n int)
func (*Identifier) String ¶
func (x *Identifier) String() string
func (*Identifier) UnmarshalVT ¶
func (m *Identifier) UnmarshalVT(dAtA []byte) error
type Parameter ¶
type Parameter struct { Number int32 `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"` Column *Column `protobuf:"bytes,2,opt,name=column,proto3" json:"column,omitempty"` // contains filtered or unexported fields }
func (*Parameter) CloneMessageVT ¶
func (*Parameter) Descriptor
deprecated
func (*Parameter) EqualMessageVT ¶
func (*Parameter) MarshalToSizedBufferVT ¶
func (*Parameter) MarshalToSizedBufferVTStrict ¶
func (*Parameter) MarshalToVTStrict ¶
func (*Parameter) MarshalVTStrict ¶
func (*Parameter) ProtoMessage ¶
func (*Parameter) ProtoMessage()
func (*Parameter) ProtoReflect ¶
func (x *Parameter) ProtoReflect() protoreflect.Message
func (*Parameter) UnmarshalVT ¶
Click to show internal directories.
Click to hide internal directories.