Uses of Class
adql.parser.ADQLQueryFactory.JoinType
-
Packages that use ADQLQueryFactory.JoinType Package Description adql.parser -
-
Uses of ADQLQueryFactory.JoinType in adql.parser
Methods in adql.parser that return ADQLQueryFactory.JoinType Modifier and Type Method Description static ADQLQueryFactory.JoinTypeADQLQueryFactory.JoinType. valueOf(java.lang.String name)Returns 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.JoinType Modifier and Type Method Description ADQLJoinADQLQueryFactory. createJoin(ADQLQueryFactory.JoinType type, FromContent leftTable, FromContent rightTable)ADQLJoinADQLQueryFactory. createJoin(ADQLQueryFactory.JoinType type, FromContent leftTable, FromContent rightTable, ClauseConstraints condition)ADQLJoinADQLQueryFactory. createJoin(ADQLQueryFactory.JoinType type, FromContent leftTable, FromContent rightTable, java.util.Collection<ADQLColumn> lstColumns)ADQLJoinSQLServer_ADQLQueryFactory. createJoin(ADQLQueryFactory.JoinType type, FromContent leftTable, FromContent rightTable)
-