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.JoinType
ADQLQueryFactory.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 ADQLJoin
ADQLQueryFactory. createJoin(ADQLQueryFactory.JoinType type, FromContent leftTable, FromContent rightTable)
ADQLJoin
ADQLQueryFactory. createJoin(ADQLQueryFactory.JoinType type, FromContent leftTable, FromContent rightTable, ClauseConstraints condition)
ADQLJoin
ADQLQueryFactory. createJoin(ADQLQueryFactory.JoinType type, FromContent leftTable, FromContent rightTable, java.util.Collection<ADQLColumn> lstColumns)
ADQLJoin
SQLServer_ADQLQueryFactory. createJoin(ADQLQueryFactory.JoinType type, FromContent leftTable, FromContent rightTable)
-