Uses of Enum
gudusoft.gsqlparser.EFunctionType
Packages that use EFunctionType
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.Provides the classes represents various SQL query parse tree node.
-
Uses of EFunctionType in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return EFunctionTypeModifier and TypeMethodDescriptionstatic EFunctionTypeReturns the enum constant of this type with the specified name.static EFunctionType[]EFunctionType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EFunctionType in gudusoft.gsqlparser.nodes
Fields in gudusoft.gsqlparser.nodes declared as EFunctionTypeMethods in gudusoft.gsqlparser.nodes that return EFunctionTypeMethods in gudusoft.gsqlparser.nodes with parameters of type EFunctionTypeModifier and TypeMethodDescriptionTNodeFactory.createFunctionCall(EFunctionType eFunctionType, TObjectName functionName) voidTFunctionCall.setFunctionType(EFunctionType functionType)