Uses of Enum
gudusoft.gsqlparser.EParameterMode
Packages that use EParameterMode
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 EParameterMode in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return EParameterModeModifier and TypeMethodDescriptionstatic EParameterModeReturns the enum constant of this type with the specified name.static EParameterMode[]EParameterMode.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EParameterMode in gudusoft.gsqlparser.dlineage.dataflow.model
Methods in gudusoft.gsqlparser.dlineage.dataflow.model that return EParameterModeMethods in gudusoft.gsqlparser.dlineage.dataflow.model with parameters of type EParameterMode -
Uses of EParameterMode in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return EParameterModeModifier and TypeMethodDescriptionTParameterDeclaration.getParameterMode()TParameterMode.getParameterMode()Methods in gudusoft.gsqlparser.nodes with parameters of type EParameterModeModifier and TypeMethodDescriptionvoidTParameterDeclaration.setParameterMode(EParameterMode parameterMode) voidTParameterMode.setParameterMode(EParameterMode parameterMode)