Uses of Enum
org.jparsec.examples.sql.ast.JoinType
Packages that use JoinType
-
Uses of JoinType in org.jparsec.examples.sql.ast
Fields in org.jparsec.examples.sql.ast declared as JoinTypeMethods in org.jparsec.examples.sql.ast that return JoinTypeModifier and TypeMethodDescriptionstatic JoinTypeReturns the enum constant of this type with the specified name.static JoinType[]JoinType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jparsec.examples.sql.ast with parameters of type JoinTypeModifierConstructorDescriptionJoinRelation(Relation left, JoinType joinType, Relation right, Expression condition) -
Uses of JoinType in org.jparsec.examples.sql.parser
Fields in org.jparsec.examples.sql.parser with type parameters of type JoinTypeModifier and TypeFieldDescriptionRelationParser.FULL_JOINRelationParser.INNER_JOINRelationParser.LEFT_JOINRelationParser.RIGHT_JOINMethods in org.jparsec.examples.sql.parser that return types with arguments of type JoinTypeModifier and TypeMethodDescriptionMethods in org.jparsec.examples.sql.parser with parameters of type JoinTypeModifier and TypeMethodDescriptionMethod parameters in org.jparsec.examples.sql.parser with type arguments of type JoinType