Uses of Enum
gudusoft.gsqlparser.ETableEffectType
Packages that use ETableEffectType
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 ETableEffectType in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return ETableEffectTypeModifier and TypeMethodDescriptionstatic ETableEffectTypeReturns the enum constant of this type with the specified name.static ETableEffectType[]ETableEffectType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gudusoft.gsqlparser with parameters of type ETableEffectTypeModifier and TypeMethodDescriptionTCustomSqlStatement.findTable(ETableEffectType[] tableEffectTypes) -
Uses of ETableEffectType in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return ETableEffectTypeMethods in gudusoft.gsqlparser.nodes with parameters of type ETableEffectTypeModifier and TypeMethodDescriptionvoidTTable.setEffectType(ETableEffectType effectType) voidTTable.setPropertyFromObjectName(TObjectName objectName, ETableEffectType tableEffectType)