Uses of Enum
gudusoft.gsqlparser.nodes.TForUpdate.EForUpdateType
Packages that use TForUpdate.EForUpdateType
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TForUpdate.EForUpdateType in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TForUpdate.EForUpdateTypeModifier and TypeMethodDescriptionTForUpdate.getForUpdateType()static TForUpdate.EForUpdateTypeReturns the enum constant of this type with the specified name.static TForUpdate.EForUpdateType[]TForUpdate.EForUpdateType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gudusoft.gsqlparser.nodes with parameters of type TForUpdate.EForUpdateTypeModifier and TypeMethodDescriptionvoidTForUpdate.setForUpdateType(TForUpdate.EForUpdateType forUpdateType)