MCPcopy
hub / github.com/sqldef/sqldef / Declare

Struct Declare

parser/node.go:2971–2976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2969)
2970
2971type Declare struct {
2972 Type DeclareType
2973 Variables []*LocalVariable
2974 Cursor *CursorDefinition
2975 Handler *HandlerDefinition
2976}
2977
2978func (node *Declare) Format(buf *nodeBuffer) {
2979 var prefix string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected