Versions in this module Expand all Collapse all v1 v1.22.0 Sep 26, 2023 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_vet_vet_proto protoreflect.FileDescriptor + type Config struct + Engine string + Queries []string + Schema []string + Version string + func (*Config) Descriptor() ([]byte, []int) + func (*Config) ProtoMessage() + func (m *Config) CloneMessageVT() proto.Message + func (m *Config) CloneVT() *Config + func (m *Config) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Config) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *Config) MarshalToVT(dAtA []byte) (int, error) + func (m *Config) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *Config) MarshalVT() (dAtA []byte, err error) + func (m *Config) MarshalVTStrict() (dAtA []byte, err error) + func (m *Config) SizeVT() (n int) + func (m *Config) UnmarshalVT(dAtA []byte) error + func (this *Config) EqualMessageVT(thatMsg proto.Message) bool + func (this *Config) EqualVT(that *Config) bool + func (x *Config) GetEngine() string + func (x *Config) GetQueries() []string + func (x *Config) GetSchema() []string + func (x *Config) GetVersion() string + func (x *Config) ProtoReflect() protoreflect.Message + func (x *Config) Reset() + func (x *Config) String() string + type MySQL struct + Explain *MySQLExplain + func (*MySQL) Descriptor() ([]byte, []int) + func (*MySQL) ProtoMessage() + func (m *MySQL) CloneMessageVT() proto.Message + func (m *MySQL) CloneVT() *MySQL + func (m *MySQL) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MySQL) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *MySQL) MarshalToVT(dAtA []byte) (int, error) + func (m *MySQL) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *MySQL) MarshalVT() (dAtA []byte, err error) + func (m *MySQL) MarshalVTStrict() (dAtA []byte, err error) + func (m *MySQL) SizeVT() (n int) + func (m *MySQL) UnmarshalVT(dAtA []byte) error + func (this *MySQL) EqualMessageVT(thatMsg proto.Message) bool + func (this *MySQL) EqualVT(that *MySQL) bool + func (x *MySQL) GetExplain() *MySQLExplain + func (x *MySQL) ProtoReflect() protoreflect.Message + func (x *MySQL) Reset() + func (x *MySQL) String() string + type MySQLExplain struct + QueryBlock *MySQLExplain_QueryBlock + func (*MySQLExplain) Descriptor() ([]byte, []int) + func (*MySQLExplain) ProtoMessage() + func (m *MySQLExplain) CloneMessageVT() proto.Message + func (m *MySQLExplain) CloneVT() *MySQLExplain + func (m *MySQLExplain) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MySQLExplain) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *MySQLExplain) MarshalToVT(dAtA []byte) (int, error) + func (m *MySQLExplain) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *MySQLExplain) MarshalVT() (dAtA []byte, err error) + func (m *MySQLExplain) MarshalVTStrict() (dAtA []byte, err error) + func (m *MySQLExplain) SizeVT() (n int) + func (m *MySQLExplain) UnmarshalVT(dAtA []byte) error + func (this *MySQLExplain) EqualMessageVT(thatMsg proto.Message) bool + func (this *MySQLExplain) EqualVT(that *MySQLExplain) bool + func (x *MySQLExplain) GetQueryBlock() *MySQLExplain_QueryBlock + func (x *MySQLExplain) ProtoReflect() protoreflect.Message + func (x *MySQLExplain) Reset() + func (x *MySQLExplain) String() string + type MySQLExplain_NestedLoopObj struct + Table *MySQLExplain_Table + func (*MySQLExplain_NestedLoopObj) Descriptor() ([]byte, []int) + func (*MySQLExplain_NestedLoopObj) ProtoMessage() + func (m *MySQLExplain_NestedLoopObj) CloneMessageVT() proto.Message + func (m *MySQLExplain_NestedLoopObj) CloneVT() *MySQLExplain_NestedLoopObj + func (m *MySQLExplain_NestedLoopObj) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MySQLExplain_NestedLoopObj) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *MySQLExplain_NestedLoopObj) MarshalToVT(dAtA []byte) (int, error) + func (m *MySQLExplain_NestedLoopObj) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *MySQLExplain_NestedLoopObj) MarshalVT() (dAtA []byte, err error) + func (m *MySQLExplain_NestedLoopObj) MarshalVTStrict() (dAtA []byte, err error) + func (m *MySQLExplain_NestedLoopObj) SizeVT() (n int) + func (m *MySQLExplain_NestedLoopObj) UnmarshalVT(dAtA []byte) error + func (this *MySQLExplain_NestedLoopObj) EqualMessageVT(thatMsg proto.Message) bool + func (this *MySQLExplain_NestedLoopObj) EqualVT(that *MySQLExplain_NestedLoopObj) bool + func (x *MySQLExplain_NestedLoopObj) GetTable() *MySQLExplain_Table + func (x *MySQLExplain_NestedLoopObj) ProtoReflect() protoreflect.Message + func (x *MySQLExplain_NestedLoopObj) Reset() + func (x *MySQLExplain_NestedLoopObj) String() string + type MySQLExplain_OrderingOperation struct + CostInfo map[string]string + NestedLoop []*MySQLExplain_NestedLoopObj + Table *MySQLExplain_Table + UsingFilesort bool + func (*MySQLExplain_OrderingOperation) Descriptor() ([]byte, []int) + func (*MySQLExplain_OrderingOperation) ProtoMessage() + func (m *MySQLExplain_OrderingOperation) CloneMessageVT() proto.Message + func (m *MySQLExplain_OrderingOperation) CloneVT() *MySQLExplain_OrderingOperation + func (m *MySQLExplain_OrderingOperation) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MySQLExplain_OrderingOperation) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *MySQLExplain_OrderingOperation) MarshalToVT(dAtA []byte) (int, error) + func (m *MySQLExplain_OrderingOperation) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *MySQLExplain_OrderingOperation) MarshalVT() (dAtA []byte, err error) + func (m *MySQLExplain_OrderingOperation) MarshalVTStrict() (dAtA []byte, err error) + func (m *MySQLExplain_OrderingOperation) SizeVT() (n int) + func (m *MySQLExplain_OrderingOperation) UnmarshalVT(dAtA []byte) error + func (this *MySQLExplain_OrderingOperation) EqualMessageVT(thatMsg proto.Message) bool + func (this *MySQLExplain_OrderingOperation) EqualVT(that *MySQLExplain_OrderingOperation) bool + func (x *MySQLExplain_OrderingOperation) GetCostInfo() map[string]string + func (x *MySQLExplain_OrderingOperation) GetNestedLoop() []*MySQLExplain_NestedLoopObj + func (x *MySQLExplain_OrderingOperation) GetTable() *MySQLExplain_Table + func (x *MySQLExplain_OrderingOperation) GetUsingFilesort() bool + func (x *MySQLExplain_OrderingOperation) ProtoReflect() protoreflect.Message + func (x *MySQLExplain_OrderingOperation) Reset() + func (x *MySQLExplain_OrderingOperation) String() string + type MySQLExplain_QueryBlock struct + CostInfo map[string]string + Message string + NestedLoop []*MySQLExplain_NestedLoopObj + OrderingOperation *MySQLExplain_OrderingOperation + SelectId uint64 + Table *MySQLExplain_Table + func (*MySQLExplain_QueryBlock) Descriptor() ([]byte, []int) + func (*MySQLExplain_QueryBlock) ProtoMessage() + func (m *MySQLExplain_QueryBlock) CloneMessageVT() proto.Message + func (m *MySQLExplain_QueryBlock) CloneVT() *MySQLExplain_QueryBlock + func (m *MySQLExplain_QueryBlock) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MySQLExplain_QueryBlock) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *MySQLExplain_QueryBlock) MarshalToVT(dAtA []byte) (int, error) + func (m *MySQLExplain_QueryBlock) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *MySQLExplain_QueryBlock) MarshalVT() (dAtA []byte, err error) + func (m *MySQLExplain_QueryBlock) MarshalVTStrict() (dAtA []byte, err error) + func (m *MySQLExplain_QueryBlock) SizeVT() (n int) + func (m *MySQLExplain_QueryBlock) UnmarshalVT(dAtA []byte) error + func (this *MySQLExplain_QueryBlock) EqualMessageVT(thatMsg proto.Message) bool + func (this *MySQLExplain_QueryBlock) EqualVT(that *MySQLExplain_QueryBlock) bool + func (x *MySQLExplain_QueryBlock) GetCostInfo() map[string]string + func (x *MySQLExplain_QueryBlock) GetMessage() string + func (x *MySQLExplain_QueryBlock) GetNestedLoop() []*MySQLExplain_NestedLoopObj + func (x *MySQLExplain_QueryBlock) GetOrderingOperation() *MySQLExplain_OrderingOperation + func (x *MySQLExplain_QueryBlock) GetSelectId() uint64 + func (x *MySQLExplain_QueryBlock) GetTable() *MySQLExplain_Table + func (x *MySQLExplain_QueryBlock) ProtoReflect() protoreflect.Message + func (x *MySQLExplain_QueryBlock) Reset() + func (x *MySQLExplain_QueryBlock) String() string + type MySQLExplain_Table struct + AccessType string + CostInfo map[string]string + Filtered string + Insert bool + Key string + KeyLength string + PossibleKeys []string + Ref []string + RowsExaminedPerScan uint64 + RowsProducedPerJoin uint64 + TableName string + UsedColumns []string + UsedKeyParts []string + func (*MySQLExplain_Table) Descriptor() ([]byte, []int) + func (*MySQLExplain_Table) ProtoMessage() + func (m *MySQLExplain_Table) CloneMessageVT() proto.Message + func (m *MySQLExplain_Table) CloneVT() *MySQLExplain_Table + func (m *MySQLExplain_Table) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *MySQLExplain_Table) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *MySQLExplain_Table) MarshalToVT(dAtA []byte) (int, error) + func (m *MySQLExplain_Table) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *MySQLExplain_Table) MarshalVT() (dAtA []byte, err error) + func (m *MySQLExplain_Table) MarshalVTStrict() (dAtA []byte, err error) + func (m *MySQLExplain_Table) SizeVT() (n int) + func (m *MySQLExplain_Table) UnmarshalVT(dAtA []byte) error + func (this *MySQLExplain_Table) EqualMessageVT(thatMsg proto.Message) bool + func (this *MySQLExplain_Table) EqualVT(that *MySQLExplain_Table) bool + func (x *MySQLExplain_Table) GetAccessType() string + func (x *MySQLExplain_Table) GetCostInfo() map[string]string + func (x *MySQLExplain_Table) GetFiltered() string + func (x *MySQLExplain_Table) GetInsert() bool + func (x *MySQLExplain_Table) GetKey() string + func (x *MySQLExplain_Table) GetKeyLength() string + func (x *MySQLExplain_Table) GetPossibleKeys() []string + func (x *MySQLExplain_Table) GetRef() []string + func (x *MySQLExplain_Table) GetRowsExaminedPerScan() uint64 + func (x *MySQLExplain_Table) GetRowsProducedPerJoin() uint64 + func (x *MySQLExplain_Table) GetTableName() string + func (x *MySQLExplain_Table) GetUsedColumns() []string + func (x *MySQLExplain_Table) GetUsedKeyParts() []string + func (x *MySQLExplain_Table) ProtoReflect() protoreflect.Message + func (x *MySQLExplain_Table) Reset() + func (x *MySQLExplain_Table) String() string + type Parameter struct + 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) GetNumber() int32 + func (x *Parameter) ProtoReflect() protoreflect.Message + func (x *Parameter) Reset() + func (x *Parameter) String() string + type PostgreSQL struct + Explain *PostgreSQLExplain + func (*PostgreSQL) Descriptor() ([]byte, []int) + func (*PostgreSQL) ProtoMessage() + func (m *PostgreSQL) CloneMessageVT() proto.Message + func (m *PostgreSQL) CloneVT() *PostgreSQL + func (m *PostgreSQL) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *PostgreSQL) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *PostgreSQL) MarshalToVT(dAtA []byte) (int, error) + func (m *PostgreSQL) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *PostgreSQL) MarshalVT() (dAtA []byte, err error) + func (m *PostgreSQL) MarshalVTStrict() (dAtA []byte, err error) + func (m *PostgreSQL) SizeVT() (n int) + func (m *PostgreSQL) UnmarshalVT(dAtA []byte) error + func (this *PostgreSQL) EqualMessageVT(thatMsg proto.Message) bool + func (this *PostgreSQL) EqualVT(that *PostgreSQL) bool + func (x *PostgreSQL) GetExplain() *PostgreSQLExplain + func (x *PostgreSQL) ProtoReflect() protoreflect.Message + func (x *PostgreSQL) Reset() + func (x *PostgreSQL) String() string + type PostgreSQLExplain struct + Plan *PostgreSQLExplain_Plan + Planning *PostgreSQLExplain_Planning + Settings map[string]string + func (*PostgreSQLExplain) Descriptor() ([]byte, []int) + func (*PostgreSQLExplain) ProtoMessage() + func (m *PostgreSQLExplain) CloneMessageVT() proto.Message + func (m *PostgreSQLExplain) CloneVT() *PostgreSQLExplain + func (m *PostgreSQLExplain) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *PostgreSQLExplain) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *PostgreSQLExplain) MarshalToVT(dAtA []byte) (int, error) + func (m *PostgreSQLExplain) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *PostgreSQLExplain) MarshalVT() (dAtA []byte, err error) + func (m *PostgreSQLExplain) MarshalVTStrict() (dAtA []byte, err error) + func (m *PostgreSQLExplain) SizeVT() (n int) + func (m *PostgreSQLExplain) UnmarshalVT(dAtA []byte) error + func (this *PostgreSQLExplain) EqualMessageVT(thatMsg proto.Message) bool + func (this *PostgreSQLExplain) EqualVT(that *PostgreSQLExplain) bool + func (x *PostgreSQLExplain) GetPlan() *PostgreSQLExplain_Plan + func (x *PostgreSQLExplain) GetPlanning() *PostgreSQLExplain_Planning + func (x *PostgreSQLExplain) GetSettings() map[string]string + func (x *PostgreSQLExplain) ProtoReflect() protoreflect.Message + func (x *PostgreSQLExplain) Reset() + func (x *PostgreSQLExplain) String() string + type PostgreSQLExplain_Plan struct + Alias string + AsyncCapable bool + HashCond string + IndexCond string + IndexName string + InnerUnique bool + JoinType string + LocalDirtiedBlocks uint64 + LocalHitBlocks uint64 + LocalReadBlocks uint64 + LocalWrittenBlocks uint64 + NodeType string + Output []string + ParallelAware bool + ParentRelationship string + PlanRows uint64 + PlanWidth uint64 + Plans []*PostgreSQLExplain_Plan + RelationName string + ScanDirection string + Schema string + SharedDirtiedBlocks uint64 + SharedHitBlocks uint64 + SharedReadBlocks uint64 + SharedWrittenBlocks uint64 + SortKey []string + StartupCost float32 + TempReadBlocks uint64 + TempWrittenBlocks uint64 + TotalCost float32 + func (*PostgreSQLExplain_Plan) Descriptor() ([]byte, []int) + func (*PostgreSQLExplain_Plan) ProtoMessage() + func (m *PostgreSQLExplain_Plan) CloneMessageVT() proto.Message + func (m *PostgreSQLExplain_Plan) CloneVT() *PostgreSQLExplain_Plan + func (m *PostgreSQLExplain_Plan) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *PostgreSQLExplain_Plan) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *PostgreSQLExplain_Plan) MarshalToVT(dAtA []byte) (int, error) + func (m *PostgreSQLExplain_Plan) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *PostgreSQLExplain_Plan) MarshalVT() (dAtA []byte, err error) + func (m *PostgreSQLExplain_Plan) MarshalVTStrict() (dAtA []byte, err error) + func (m *PostgreSQLExplain_Plan) SizeVT() (n int) + func (m *PostgreSQLExplain_Plan) UnmarshalVT(dAtA []byte) error + func (this *PostgreSQLExplain_Plan) EqualMessageVT(thatMsg proto.Message) bool + func (this *PostgreSQLExplain_Plan) EqualVT(that *PostgreSQLExplain_Plan) bool + func (x *PostgreSQLExplain_Plan) GetAlias() string + func (x *PostgreSQLExplain_Plan) GetAsyncCapable() bool + func (x *PostgreSQLExplain_Plan) GetHashCond() string + func (x *PostgreSQLExplain_Plan) GetIndexCond() string + func (x *PostgreSQLExplain_Plan) GetIndexName() string + func (x *PostgreSQLExplain_Plan) GetInnerUnique() bool + func (x *PostgreSQLExplain_Plan) GetJoinType() string + func (x *PostgreSQLExplain_Plan) GetLocalDirtiedBlocks() uint64 + func (x *PostgreSQLExplain_Plan) GetLocalHitBlocks() uint64 + func (x *PostgreSQLExplain_Plan) GetLocalReadBlocks() uint64 + func (x *PostgreSQLExplain_Plan) GetLocalWrittenBlocks() uint64 + func (x *PostgreSQLExplain_Plan) GetNodeType() string + func (x *PostgreSQLExplain_Plan) GetOutput() []string + func (x *PostgreSQLExplain_Plan) GetParallelAware() bool + func (x *PostgreSQLExplain_Plan) GetParentRelationship() string + func (x *PostgreSQLExplain_Plan) GetPlanRows() uint64 + func (x *PostgreSQLExplain_Plan) GetPlanWidth() uint64 + func (x *PostgreSQLExplain_Plan) GetPlans() []*PostgreSQLExplain_Plan + func (x *PostgreSQLExplain_Plan) GetRelationName() string + func (x *PostgreSQLExplain_Plan) GetScanDirection() string + func (x *PostgreSQLExplain_Plan) GetSchema() string + func (x *PostgreSQLExplain_Plan) GetSharedDirtiedBlocks() uint64 + func (x *PostgreSQLExplain_Plan) GetSharedHitBlocks() uint64 + func (x *PostgreSQLExplain_Plan) GetSharedReadBlocks() uint64 + func (x *PostgreSQLExplain_Plan) GetSharedWrittenBlocks() uint64 + func (x *PostgreSQLExplain_Plan) GetSortKey() []string + func (x *PostgreSQLExplain_Plan) GetStartupCost() float32 + func (x *PostgreSQLExplain_Plan) GetTempReadBlocks() uint64 + func (x *PostgreSQLExplain_Plan) GetTempWrittenBlocks() uint64 + func (x *PostgreSQLExplain_Plan) GetTotalCost() float32 + func (x *PostgreSQLExplain_Plan) ProtoReflect() protoreflect.Message + func (x *PostgreSQLExplain_Plan) Reset() + func (x *PostgreSQLExplain_Plan) String() string + type PostgreSQLExplain_Planning struct + LocalDirtiedBlocks uint64 + LocalHitBlocks uint64 + LocalReadBlocks uint64 + LocalWrittenBlocks uint64 + SharedDirtiedBlocks uint64 + SharedHitBlocks uint64 + SharedReadBlocks uint64 + SharedWrittenBlocks uint64 + TempReadBlocks uint64 + TempWrittenBlocks uint64 + func (*PostgreSQLExplain_Planning) Descriptor() ([]byte, []int) + func (*PostgreSQLExplain_Planning) ProtoMessage() + func (m *PostgreSQLExplain_Planning) CloneMessageVT() proto.Message + func (m *PostgreSQLExplain_Planning) CloneVT() *PostgreSQLExplain_Planning + func (m *PostgreSQLExplain_Planning) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *PostgreSQLExplain_Planning) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *PostgreSQLExplain_Planning) MarshalToVT(dAtA []byte) (int, error) + func (m *PostgreSQLExplain_Planning) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *PostgreSQLExplain_Planning) MarshalVT() (dAtA []byte, err error) + func (m *PostgreSQLExplain_Planning) MarshalVTStrict() (dAtA []byte, err error) + func (m *PostgreSQLExplain_Planning) SizeVT() (n int) + func (m *PostgreSQLExplain_Planning) UnmarshalVT(dAtA []byte) error + func (this *PostgreSQLExplain_Planning) EqualMessageVT(thatMsg proto.Message) bool + func (this *PostgreSQLExplain_Planning) EqualVT(that *PostgreSQLExplain_Planning) bool + func (x *PostgreSQLExplain_Planning) GetLocalDirtiedBlocks() uint64 + func (x *PostgreSQLExplain_Planning) GetLocalHitBlocks() uint64 + func (x *PostgreSQLExplain_Planning) GetLocalReadBlocks() uint64 + func (x *PostgreSQLExplain_Planning) GetLocalWrittenBlocks() uint64 + func (x *PostgreSQLExplain_Planning) GetSharedDirtiedBlocks() uint64 + func (x *PostgreSQLExplain_Planning) GetSharedHitBlocks() uint64 + func (x *PostgreSQLExplain_Planning) GetSharedReadBlocks() uint64 + func (x *PostgreSQLExplain_Planning) GetSharedWrittenBlocks() uint64 + func (x *PostgreSQLExplain_Planning) GetTempReadBlocks() uint64 + func (x *PostgreSQLExplain_Planning) GetTempWrittenBlocks() uint64 + func (x *PostgreSQLExplain_Planning) ProtoReflect() protoreflect.Message + func (x *PostgreSQLExplain_Planning) Reset() + func (x *PostgreSQLExplain_Planning) String() string + type Query struct + Cmd string + Name string + Params []*Parameter + Sql string + func (*Query) Descriptor() ([]byte, []int) + func (*Query) ProtoMessage() + func (m *Query) CloneMessageVT() proto.Message + func (m *Query) CloneVT() *Query + func (m *Query) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Query) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *Query) MarshalToVT(dAtA []byte) (int, error) + func (m *Query) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *Query) MarshalVT() (dAtA []byte, err error) + func (m *Query) MarshalVTStrict() (dAtA []byte, err error) + func (m *Query) SizeVT() (n int) + func (m *Query) UnmarshalVT(dAtA []byte) error + func (this *Query) EqualMessageVT(thatMsg proto.Message) bool + func (this *Query) EqualVT(that *Query) bool + func (x *Query) GetCmd() string + func (x *Query) GetName() string + func (x *Query) GetParams() []*Parameter + func (x *Query) GetSql() string + func (x *Query) ProtoReflect() protoreflect.Message + func (x *Query) Reset() + func (x *Query) String() string