Versions in this module Expand all Collapse all v1 v1.20.2 Sep 5, 2023 v1.20.1 Sep 5, 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_plugin_codegen_proto protoreflect.FileDescriptor + type Catalog struct + Comment string + DefaultSchema string + Name string + Schemas []*Schema + func (*Catalog) Descriptor() ([]byte, []int) + func (*Catalog) ProtoMessage() + func (m *Catalog) CloneMessageVT() proto.Message + func (m *Catalog) CloneVT() *Catalog + func (m *Catalog) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Catalog) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *Catalog) MarshalToVT(dAtA []byte) (int, error) + func (m *Catalog) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *Catalog) MarshalVT() (dAtA []byte, err error) + func (m *Catalog) MarshalVTStrict() (dAtA []byte, err error) + func (m *Catalog) SizeVT() (n int) + func (m *Catalog) UnmarshalVT(dAtA []byte) error + func (this *Catalog) EqualMessageVT(thatMsg proto.Message) bool + func (this *Catalog) EqualVT(that *Catalog) bool + func (x *Catalog) GetComment() string + func (x *Catalog) GetDefaultSchema() string + func (x *Catalog) GetName() string + func (x *Catalog) GetSchemas() []*Schema + func (x *Catalog) ProtoReflect() protoreflect.Message + func (x *Catalog) Reset() + func (x *Catalog) String() string + type CodeGenRequest struct + Catalog *Catalog + PluginOptions []byte + Queries []*Query + Settings *Settings + SqlcVersion string + func (*CodeGenRequest) Descriptor() ([]byte, []int) + func (*CodeGenRequest) ProtoMessage() + func (m *CodeGenRequest) CloneMessageVT() proto.Message + func (m *CodeGenRequest) CloneVT() *CodeGenRequest + func (m *CodeGenRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *CodeGenRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *CodeGenRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *CodeGenRequest) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *CodeGenRequest) MarshalVT() (dAtA []byte, err error) + func (m *CodeGenRequest) MarshalVTStrict() (dAtA []byte, err error) + func (m *CodeGenRequest) SizeVT() (n int) + func (m *CodeGenRequest) UnmarshalVT(dAtA []byte) error + func (this *CodeGenRequest) EqualMessageVT(thatMsg proto.Message) bool + func (this *CodeGenRequest) EqualVT(that *CodeGenRequest) bool + func (x *CodeGenRequest) GetCatalog() *Catalog + func (x *CodeGenRequest) GetPluginOptions() []byte + func (x *CodeGenRequest) GetQueries() []*Query + func (x *CodeGenRequest) GetSettings() *Settings + func (x *CodeGenRequest) GetSqlcVersion() string + func (x *CodeGenRequest) ProtoReflect() protoreflect.Message + func (x *CodeGenRequest) Reset() + func (x *CodeGenRequest) String() string + type CodeGenResponse struct + Files []*File + func (*CodeGenResponse) Descriptor() ([]byte, []int) + func (*CodeGenResponse) ProtoMessage() + func (m *CodeGenResponse) CloneMessageVT() proto.Message + func (m *CodeGenResponse) CloneVT() *CodeGenResponse + func (m *CodeGenResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *CodeGenResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *CodeGenResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *CodeGenResponse) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *CodeGenResponse) MarshalVT() (dAtA []byte, err error) + func (m *CodeGenResponse) MarshalVTStrict() (dAtA []byte, err error) + func (m *CodeGenResponse) SizeVT() (n int) + func (m *CodeGenResponse) UnmarshalVT(dAtA []byte) error + func (this *CodeGenResponse) EqualMessageVT(thatMsg proto.Message) bool + func (this *CodeGenResponse) EqualVT(that *CodeGenResponse) bool + func (x *CodeGenResponse) GetFiles() []*File + func (x *CodeGenResponse) ProtoReflect() protoreflect.Message + func (x *CodeGenResponse) Reset() + func (x *CodeGenResponse) String() string + type Codegen struct + Options []byte + Out string + Plugin string + func (*Codegen) Descriptor() ([]byte, []int) + func (*Codegen) ProtoMessage() + func (m *Codegen) CloneMessageVT() proto.Message + func (m *Codegen) CloneVT() *Codegen + func (m *Codegen) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Codegen) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *Codegen) MarshalToVT(dAtA []byte) (int, error) + func (m *Codegen) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *Codegen) MarshalVT() (dAtA []byte, err error) + func (m *Codegen) MarshalVTStrict() (dAtA []byte, err error) + func (m *Codegen) SizeVT() (n int) + func (m *Codegen) UnmarshalVT(dAtA []byte) error + func (this *Codegen) EqualMessageVT(thatMsg proto.Message) bool + func (this *Codegen) EqualVT(that *Codegen) bool + func (x *Codegen) GetOptions() []byte + func (x *Codegen) GetOut() string + func (x *Codegen) GetPlugin() string + func (x *Codegen) ProtoReflect() protoreflect.Message + func (x *Codegen) Reset() + func (x *Codegen) String() string + type Column struct + ArrayDims int32 + Comment 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) 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 CompositeType struct + Comment string + Name string + func (*CompositeType) Descriptor() ([]byte, []int) + func (*CompositeType) ProtoMessage() + func (m *CompositeType) CloneMessageVT() proto.Message + func (m *CompositeType) CloneVT() *CompositeType + func (m *CompositeType) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *CompositeType) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *CompositeType) MarshalToVT(dAtA []byte) (int, error) + func (m *CompositeType) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *CompositeType) MarshalVT() (dAtA []byte, err error) + func (m *CompositeType) MarshalVTStrict() (dAtA []byte, err error) + func (m *CompositeType) SizeVT() (n int) + func (m *CompositeType) UnmarshalVT(dAtA []byte) error + func (this *CompositeType) EqualMessageVT(thatMsg proto.Message) bool + func (this *CompositeType) EqualVT(that *CompositeType) bool + func (x *CompositeType) GetComment() string + func (x *CompositeType) GetName() string + func (x *CompositeType) ProtoReflect() protoreflect.Message + func (x *CompositeType) Reset() + func (x *CompositeType) String() string + type Enum struct + Comment string + Name string + Vals []string + func (*Enum) Descriptor() ([]byte, []int) + func (*Enum) ProtoMessage() + func (m *Enum) CloneMessageVT() proto.Message + func (m *Enum) CloneVT() *Enum + func (m *Enum) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Enum) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *Enum) MarshalToVT(dAtA []byte) (int, error) + func (m *Enum) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *Enum) MarshalVT() (dAtA []byte, err error) + func (m *Enum) MarshalVTStrict() (dAtA []byte, err error) + func (m *Enum) SizeVT() (n int) + func (m *Enum) UnmarshalVT(dAtA []byte) error + func (this *Enum) EqualMessageVT(thatMsg proto.Message) bool + func (this *Enum) EqualVT(that *Enum) bool + func (x *Enum) GetComment() string + func (x *Enum) GetName() string + func (x *Enum) GetVals() []string + func (x *Enum) ProtoReflect() protoreflect.Message + func (x *Enum) Reset() + func (x *Enum) String() string + type File struct + Contents []byte + Name string + func (*File) Descriptor() ([]byte, []int) + func (*File) ProtoMessage() + func (m *File) CloneMessageVT() proto.Message + func (m *File) CloneVT() *File + func (m *File) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *File) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *File) MarshalToVT(dAtA []byte) (int, error) + func (m *File) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *File) MarshalVT() (dAtA []byte, err error) + func (m *File) MarshalVTStrict() (dAtA []byte, err error) + func (m *File) SizeVT() (n int) + func (m *File) UnmarshalVT(dAtA []byte) error + func (this *File) EqualMessageVT(thatMsg proto.Message) bool + func (this *File) EqualVT(that *File) bool + func (x *File) GetContents() []byte + func (x *File) GetName() string + func (x *File) ProtoReflect() protoreflect.Message + func (x *File) Reset() + func (x *File) String() string + type GoCode struct + EmitAllEnumValues bool + EmitDbTags bool + EmitEmptySlices bool + EmitEnumValidMethod bool + EmitExactTableNames bool + EmitExportedQueries bool + EmitInterface bool + EmitJsonTags bool + EmitMethodsWithDbArgument bool + EmitParamsStructPointers bool + EmitPointersForNullTypes bool + EmitPreparedQueries bool + EmitResultStructPointers bool + InflectionExcludeTableNames []string + JsonTagsCaseStyle string + JsonTagsIdUppercase bool + OmitUnusedStructs bool + Out string + OutputBatchFileName string + OutputDbFileName string + OutputFilesSuffix string + OutputModelsFileName string + OutputQuerierFileName string + Package string + QueryParameterLimit *int32 + SqlDriver string + SqlPackage string + func (*GoCode) Descriptor() ([]byte, []int) + func (*GoCode) ProtoMessage() + func (m *GoCode) CloneMessageVT() proto.Message + func (m *GoCode) CloneVT() *GoCode + func (m *GoCode) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GoCode) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *GoCode) MarshalToVT(dAtA []byte) (int, error) + func (m *GoCode) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *GoCode) MarshalVT() (dAtA []byte, err error) + func (m *GoCode) MarshalVTStrict() (dAtA []byte, err error) + func (m *GoCode) SizeVT() (n int) + func (m *GoCode) UnmarshalVT(dAtA []byte) error + func (this *GoCode) EqualMessageVT(thatMsg proto.Message) bool + func (this *GoCode) EqualVT(that *GoCode) bool + func (x *GoCode) GetEmitAllEnumValues() bool + func (x *GoCode) GetEmitDbTags() bool + func (x *GoCode) GetEmitEmptySlices() bool + func (x *GoCode) GetEmitEnumValidMethod() bool + func (x *GoCode) GetEmitExactTableNames() bool + func (x *GoCode) GetEmitExportedQueries() bool + func (x *GoCode) GetEmitInterface() bool + func (x *GoCode) GetEmitJsonTags() bool + func (x *GoCode) GetEmitMethodsWithDbArgument() bool + func (x *GoCode) GetEmitParamsStructPointers() bool + func (x *GoCode) GetEmitPointersForNullTypes() bool + func (x *GoCode) GetEmitPreparedQueries() bool + func (x *GoCode) GetEmitResultStructPointers() bool + func (x *GoCode) GetInflectionExcludeTableNames() []string + func (x *GoCode) GetJsonTagsCaseStyle() string + func (x *GoCode) GetJsonTagsIdUppercase() bool + func (x *GoCode) GetOmitUnusedStructs() bool + func (x *GoCode) GetOut() string + func (x *GoCode) GetOutputBatchFileName() string + func (x *GoCode) GetOutputDbFileName() string + func (x *GoCode) GetOutputFilesSuffix() string + func (x *GoCode) GetOutputModelsFileName() string + func (x *GoCode) GetOutputQuerierFileName() string + func (x *GoCode) GetPackage() string + func (x *GoCode) GetQueryParameterLimit() int32 + func (x *GoCode) GetSqlDriver() string + func (x *GoCode) GetSqlPackage() string + func (x *GoCode) ProtoReflect() protoreflect.Message + func (x *GoCode) Reset() + func (x *GoCode) 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 JSONCode struct + Filename string + Indent string + Out string + func (*JSONCode) Descriptor() ([]byte, []int) + func (*JSONCode) ProtoMessage() + func (m *JSONCode) CloneMessageVT() proto.Message + func (m *JSONCode) CloneVT() *JSONCode + func (m *JSONCode) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *JSONCode) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *JSONCode) MarshalToVT(dAtA []byte) (int, error) + func (m *JSONCode) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *JSONCode) MarshalVT() (dAtA []byte, err error) + func (m *JSONCode) MarshalVTStrict() (dAtA []byte, err error) + func (m *JSONCode) SizeVT() (n int) + func (m *JSONCode) UnmarshalVT(dAtA []byte) error + func (this *JSONCode) EqualMessageVT(thatMsg proto.Message) bool + func (this *JSONCode) EqualVT(that *JSONCode) bool + func (x *JSONCode) GetFilename() string + func (x *JSONCode) GetIndent() string + func (x *JSONCode) GetOut() string + func (x *JSONCode) ProtoReflect() protoreflect.Message + func (x *JSONCode) Reset() + func (x *JSONCode) String() string + type Override struct + CodeType string + Column string + ColumnName string + DbType string + GoType *ParsedGoType + Nullable bool + Table *Identifier + Unsigned bool + func (*Override) Descriptor() ([]byte, []int) + func (*Override) ProtoMessage() + func (m *Override) CloneMessageVT() proto.Message + func (m *Override) CloneVT() *Override + func (m *Override) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Override) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *Override) MarshalToVT(dAtA []byte) (int, error) + func (m *Override) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *Override) MarshalVT() (dAtA []byte, err error) + func (m *Override) MarshalVTStrict() (dAtA []byte, err error) + func (m *Override) SizeVT() (n int) + func (m *Override) UnmarshalVT(dAtA []byte) error + func (this *Override) EqualMessageVT(thatMsg proto.Message) bool + func (this *Override) EqualVT(that *Override) bool + func (x *Override) GetCodeType() string + func (x *Override) GetColumn() string + func (x *Override) GetColumnName() string + func (x *Override) GetDbType() string + func (x *Override) GetGoType() *ParsedGoType + func (x *Override) GetNullable() bool + func (x *Override) GetTable() *Identifier + func (x *Override) GetUnsigned() bool + func (x *Override) ProtoReflect() protoreflect.Message + func (x *Override) Reset() + func (x *Override) 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 + type ParsedGoType struct + BasicType bool + ImportPath string + Package string + StructTags map[string]string + TypeName string + func (*ParsedGoType) Descriptor() ([]byte, []int) + func (*ParsedGoType) ProtoMessage() + func (m *ParsedGoType) CloneMessageVT() proto.Message + func (m *ParsedGoType) CloneVT() *ParsedGoType + func (m *ParsedGoType) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ParsedGoType) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *ParsedGoType) MarshalToVT(dAtA []byte) (int, error) + func (m *ParsedGoType) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *ParsedGoType) MarshalVT() (dAtA []byte, err error) + func (m *ParsedGoType) MarshalVTStrict() (dAtA []byte, err error) + func (m *ParsedGoType) SizeVT() (n int) + func (m *ParsedGoType) UnmarshalVT(dAtA []byte) error + func (this *ParsedGoType) EqualMessageVT(thatMsg proto.Message) bool + func (this *ParsedGoType) EqualVT(that *ParsedGoType) bool + func (x *ParsedGoType) GetBasicType() bool + func (x *ParsedGoType) GetImportPath() string + func (x *ParsedGoType) GetPackage() string + func (x *ParsedGoType) GetStructTags() map[string]string + func (x *ParsedGoType) GetTypeName() string + func (x *ParsedGoType) ProtoReflect() protoreflect.Message + func (x *ParsedGoType) Reset() + func (x *ParsedGoType) String() string + type Query struct + Cmd string + Columns []*Column + Comments []string + Filename string + InsertIntoTable *Identifier + Name string + Params []*Parameter + Text 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) GetColumns() []*Column + func (x *Query) GetComments() []string + func (x *Query) GetFilename() string + func (x *Query) GetInsertIntoTable() *Identifier + func (x *Query) GetName() string + func (x *Query) GetParams() []*Parameter + func (x *Query) GetText() string + func (x *Query) ProtoReflect() protoreflect.Message + func (x *Query) Reset() + func (x *Query) String() string + type Schema struct + Comment string + CompositeTypes []*CompositeType + Enums []*Enum + Name string + Tables []*Table + func (*Schema) Descriptor() ([]byte, []int) + func (*Schema) ProtoMessage() + func (m *Schema) CloneMessageVT() proto.Message + func (m *Schema) CloneVT() *Schema + func (m *Schema) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Schema) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *Schema) MarshalToVT(dAtA []byte) (int, error) + func (m *Schema) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *Schema) MarshalVT() (dAtA []byte, err error) + func (m *Schema) MarshalVTStrict() (dAtA []byte, err error) + func (m *Schema) SizeVT() (n int) + func (m *Schema) UnmarshalVT(dAtA []byte) error + func (this *Schema) EqualMessageVT(thatMsg proto.Message) bool + func (this *Schema) EqualVT(that *Schema) bool + func (x *Schema) GetComment() string + func (x *Schema) GetCompositeTypes() []*CompositeType + func (x *Schema) GetEnums() []*Enum + func (x *Schema) GetName() string + func (x *Schema) GetTables() []*Table + func (x *Schema) ProtoReflect() protoreflect.Message + func (x *Schema) Reset() + func (x *Schema) String() string + type Settings struct + Codegen *Codegen + Engine string + Go *GoCode + Json *JSONCode + Overrides []*Override + Queries []string + Rename map[string]string + Schema []string + Version string + func (*Settings) Descriptor() ([]byte, []int) + func (*Settings) ProtoMessage() + func (m *Settings) CloneMessageVT() proto.Message + func (m *Settings) CloneVT() *Settings + func (m *Settings) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Settings) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *Settings) MarshalToVT(dAtA []byte) (int, error) + func (m *Settings) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *Settings) MarshalVT() (dAtA []byte, err error) + func (m *Settings) MarshalVTStrict() (dAtA []byte, err error) + func (m *Settings) SizeVT() (n int) + func (m *Settings) UnmarshalVT(dAtA []byte) error + func (this *Settings) EqualMessageVT(thatMsg proto.Message) bool + func (this *Settings) EqualVT(that *Settings) bool + func (x *Settings) GetCodegen() *Codegen + func (x *Settings) GetEngine() string + func (x *Settings) GetGo() *GoCode + func (x *Settings) GetJson() *JSONCode + func (x *Settings) GetOverrides() []*Override + func (x *Settings) GetQueries() []string + func (x *Settings) GetRename() map[string]string + func (x *Settings) GetSchema() []string + func (x *Settings) GetVersion() string + func (x *Settings) ProtoReflect() protoreflect.Message + func (x *Settings) Reset() + func (x *Settings) String() string + type Table struct + Columns []*Column + Comment string + Rel *Identifier + func (*Table) Descriptor() ([]byte, []int) + func (*Table) ProtoMessage() + func (m *Table) CloneMessageVT() proto.Message + func (m *Table) CloneVT() *Table + func (m *Table) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Table) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *Table) MarshalToVT(dAtA []byte) (int, error) + func (m *Table) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *Table) MarshalVT() (dAtA []byte, err error) + func (m *Table) MarshalVTStrict() (dAtA []byte, err error) + func (m *Table) SizeVT() (n int) + func (m *Table) UnmarshalVT(dAtA []byte) error + func (this *Table) EqualMessageVT(thatMsg proto.Message) bool + func (this *Table) EqualVT(that *Table) bool + func (x *Table) GetColumns() []*Column + func (x *Table) GetComment() string + func (x *Table) GetRel() *Identifier + func (x *Table) ProtoReflect() protoreflect.Message + func (x *Table) Reset() + func (x *Table) String() string