Uses of Enum
gudusoft.gsqlparser.EJoinType
Packages that use EJoinType
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 EJoinType in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return EJoinType -
Uses of EJoinType in gudusoft.gsqlparser.dlineage.dataflow.model
Methods in gudusoft.gsqlparser.dlineage.dataflow.model that return EJoinTypeMethods in gudusoft.gsqlparser.dlineage.dataflow.model with parameters of type EJoinType -
Uses of EJoinType in gudusoft.gsqlparser.nodes
Fields in gudusoft.gsqlparser.nodes declared as EJoinTypeMethods in gudusoft.gsqlparser.nodes that return EJoinTypeMethods in gudusoft.gsqlparser.nodes with parameters of type EJoinTypeModifier and TypeMethodDescriptionvoidTJoinExpr.setJointype(EJoinType jointype) voidTJoinItem.setJoinType(EJoinType joinType) Deprecated.