declare_cursor ::= "declare" cursor_name [ "insensitive" ] [ "scroll" ] "cursor" "for" cursor_spec
This rule is called by -> module_contents -> stmt_or_decl
-> module_contents -> stmt_or_decl