Versions in this module Expand all Collapse all v1 v1.26.3 Jun 20, 2024 Changes in this version + var ErrIntOverflow = fmt.Errorf("proto: integer overflow") + var ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group") + var File_analysis_analysis_proto protoreflect.FileDescriptor + type Analysis struct + Columns []*Column + Params []*Parameter + func (*Analysis) Descriptor() ([]byte, []int) + func (*Analysis) ProtoMessage() + func (m *Analysis) CloneMessageVT() proto.Message + func (m *Analysis) CloneVT() *Analysis + 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 (m *Analysis) SizeVT() (n int) + func (m *Analysis) UnmarshalVT(dAtA []byte) error + 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 (x *Analysis) ProtoReflect() protoreflect.Message + func (x *Analysis) Reset() + func (x *Analysis) String() string + type Column struct + ArrayDims int32 + Comment string + DataType string + EmbedTable *Identifier + IsArray bool + IsFuncCall bool + IsNamedParam bool + IsSqlcSlice bool + Length int32 + Name string + NotNull bool + OriginalName string + Scope string + Table *Identifier + TableAlias string + Type *Identifier + Unsigned bool + func (*Column) Descriptor() ([]byte, []int) + func (*Column) ProtoMessage() + func (m *Column) CloneMessageVT() proto.Message + func (m *Column) CloneVT() *Column + 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 (m *Column) SizeVT() (n int) + func (m *Column) UnmarshalVT(dAtA []byte) error + 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 (x *Column) ProtoReflect() protoreflect.Message + func (x *Column) Reset() + func (x *Column) String() string + type Identifier struct + Catalog string + Name string + Schema string + func (*Identifier) Descriptor() ([]byte, []int) + func (*Identifier) ProtoMessage() + func (m *Identifier) CloneMessageVT() proto.Message + func (m *Identifier) CloneVT() *Identifier + 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 (m *Identifier) SizeVT() (n int) + func (m *Identifier) UnmarshalVT(dAtA []byte) error + 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 (x *Identifier) ProtoReflect() protoreflect.Message + func (x *Identifier) Reset() + func (x *Identifier) String() string + type Parameter struct + Column *Column + Number int32 + func (*Parameter) Descriptor() ([]byte, []int) + func (*Parameter) ProtoMessage() + func (m *Parameter) CloneMessageVT() proto.Message + func (m *Parameter) CloneVT() *Parameter + 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 (m *Parameter) SizeVT() (n int) + func (m *Parameter) UnmarshalVT(dAtA []byte) error + 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 (x *Parameter) ProtoReflect() protoreflect.Message + func (x *Parameter) Reset() + func (x *Parameter) String() string