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 ADQLJoinADQLParser.JoinSpecification(FromContent leftTable) -
Uses of ADQLJoin in adql.query.from
Subclasses of ADQLJoin in adql.query.fromModifier and TypeClassDescriptionclassCross join.classInner join.classInner join.classSpecial implementation ofInnerJoinfor MS SQL Server.classSpecial implementation ofOuterJoinfor MS SQL Server.Methods in adql.query.from with parameters of type ADQLJoinModifier and TypeMethodDescriptionstatic SearchColumnListSQLServer_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