Uses of Enum
adql.parser.ADQLQueryFactory.JoinType
Packages that use ADQLQueryFactory.JoinType
-
Uses of ADQLQueryFactory.JoinType in adql.parser
Methods in adql.parser that return ADQLQueryFactory.JoinTypeModifier and TypeMethodDescriptionstatic ADQLQueryFactory.JoinTypeReturns the enum constant of this type with the specified name.static ADQLQueryFactory.JoinType[]ADQLQueryFactory.JoinType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adql.parser with parameters of type ADQLQueryFactory.JoinTypeModifier and TypeMethodDescriptionADQLQueryFactory.createJoin(ADQLQueryFactory.JoinType type, FromContent leftTable, FromContent rightTable) ADQLQueryFactory.createJoin(ADQLQueryFactory.JoinType type, FromContent leftTable, FromContent rightTable, ClauseConstraints condition) ADQLQueryFactory.createJoin(ADQLQueryFactory.JoinType type, FromContent leftTable, FromContent rightTable, Collection<ADQLColumn> lstColumns) SQLServer_ADQLQueryFactory.createJoin(ADQLQueryFactory.JoinType type, FromContent leftTable, FromContent rightTable)