MCPcopy
hub / github.com/sqldef/sqldef / Cursor

Struct Cursor

parser/node.go:3075–3080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3073)
3074
3075type Cursor struct {
3076 Action string
3077 Fetch string
3078 CursorName Ident
3079 Into []Ident
3080}
3081
3082func (node *Cursor) Format(buf *nodeBuffer) {
3083 if node.Action == FetchStr {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected