| 2969 | ) |
| 2970 | |
| 2971 | type Declare struct { |
| 2972 | Type DeclareType |
| 2973 | Variables []*LocalVariable |
| 2974 | Cursor *CursorDefinition |
| 2975 | Handler *HandlerDefinition |
| 2976 | } |
| 2977 | |
| 2978 | func (node *Declare) Format(buf *nodeBuffer) { |
| 2979 | var prefix string |
nothing calls this directly
no outgoing calls
no test coverage detected