MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / CursorDeclaration

Struct CursorDeclaration

pkg/sql/sem/plpgsqltree/statements.go:184–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184type CursorDeclaration struct {
185 StatementImpl
186 Name Variable
187 Scroll tree.CursorScrollOption
188 Query tree.Statement
189 Annotations *tree.Annotations
190}
191
192func (s *CursorDeclaration) CopyNode() *CursorDeclaration {
193 copyNode := *s

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected