Uses of Enum
gudusoft.gsqlparser.ESqlPlusCmd
Packages that use ESqlPlusCmd
Package
Description
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects.-
Uses of ESqlPlusCmd in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return ESqlPlusCmdModifier and TypeMethodDescriptionstatic ESqlPlusCmdReturns the enum constant of this type with the specified name.static ESqlPlusCmd[]ESqlPlusCmd.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ESqlPlusCmd in gudusoft.gsqlparser.stmt.oracle
Methods in gudusoft.gsqlparser.stmt.oracle that return ESqlPlusCmdModifier and TypeMethodDescriptionTSqlplusCmdStatement.getCommandType()static ESqlPlusCmdstatic ESqlPlusCmdTSqlplusCmdStatement.searchCmd(String cmdStr, TSourceToken nextToken)