Uses of Enum
gudusoft.gsqlparser.stmt.TCursorDeclStmt.CursorKind
Packages that use TCursorDeclStmt.CursorKind
-
Uses of TCursorDeclStmt.CursorKind in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return TCursorDeclStmt.CursorKindModifier and TypeMethodDescriptionTCursorDeclStmt.getCursorKind()static TCursorDeclStmt.CursorKindReturns the enum constant of this type with the specified name.static TCursorDeclStmt.CursorKind[]TCursorDeclStmt.CursorKind.values()Returns an array containing the constants of this enum type, in the order they are declared.