component

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppCtxComponent

type AppCtxComponent struct {
	Name                 xml.Name              `xml:"Context"`
	QueryClientComponent QueryClientsComponent `xml:"QueryClients"`
}

type DmlBodyComponent

type DmlBodyComponent struct {
	XMLName xml.Name           `xml:"Body"`
	Selects []*selectComponent `xml:"Select"`
	Inserts []*insertComponent `xml:"Insert"`
	Updates []*updateComponent `xml:"Update"`
	Deletes []*deleteComponent `xml:"Delete"`
}

func (DmlBodyComponent) ToEntity

func (b DmlBodyComponent) ToEntity(absFilePath string) (*entity.DMLBody, errors.Error)

type QueryClientComponent

type QueryClientComponent struct {
	Identifier string `xml:"identifier,attr"`
	FilePath   string `xml:"filePath,attr"`
	ReadOnly   string `xml:"readOnly,attr"` // default: true
}

type QueryClientsComponent

type QueryClientsComponent struct {
	Clients []QueryClientComponent `xml:"QueryClient"`
}

Jump to

Keyboard shortcuts

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