Uses of Class
adql.db.exception.UnresolvedJoinException
-
Packages that use UnresolvedJoinException Package Description adql.db adql.query.from -
-
Uses of UnresolvedJoinException in adql.db
Constructors in adql.db that throw UnresolvedJoinException Constructor Description DBCommonColumn(DBColumn leftCol, DBColumn rightCol)
Create a column which merges both of the given columns. -
Uses of UnresolvedJoinException in adql.query.from
Methods in adql.query.from that throw UnresolvedJoinException Modifier and Type Method Description static DBColumn
ADQLJoin. findAtMostOneColumn(java.lang.String columnName, byte caseSensitive, SearchColumnList list, boolean leftList)
static DBColumn
ADQLJoin. findExactlyOneColumn(java.lang.String columnName, byte caseSensitive, SearchColumnList list, boolean leftList)
SearchColumnList
ADQLJoin. getDBColumns()
SearchColumnList
FromContent. getDBColumns()
Gets the list of all columns (~ database metadata) available in this FROM part.SearchColumnList
SQLServer_InnerJoin. getDBColumns()
static SearchColumnList
SQLServer_InnerJoin. getDBColumns(ADQLJoin join)
Gets the list of all columns (~ database metadata) available in this FROM part.SearchColumnList
SQLServer_OuterJoin. getDBColumns()
-