Uses of Class
adql.query.from.ADQLJoin
Packages that use ADQLJoin
-
Uses of ADQLJoin in adql.parser
Methods in adql.parser that return ADQLJoinModifier 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) final ADQLJoin
ADQLParser.JoinSpecification
(FromContent leftTable) -
Uses of ADQLJoin in adql.query.from
Subclasses of ADQLJoin in adql.query.fromModifier and TypeClassDescriptionclass
Cross join.class
Inner join.class
Inner join.class
Special implementation ofInnerJoin
for MS SQL Server.class
Special implementation ofOuterJoin
for MS SQL Server.Methods in adql.query.from with parameters of type ADQLJoinModifier and TypeMethodDescriptionstatic SearchColumnList
SQLServer_InnerJoin.getDBColumns
(ADQLJoin join) Gets the list of all columns (~ database metadata) available in this FROM part.Constructors in adql.query.from with parameters of type ADQLJoin -
Uses of ADQLJoin in adql.translator
Methods in adql.translator with parameters of type ADQLJoin