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 DBColumnADQLJoin. findAtMostOneColumn(java.lang.String columnName, byte caseSensitive, SearchColumnList list, boolean leftList)static DBColumnADQLJoin. findExactlyOneColumn(java.lang.String columnName, byte caseSensitive, SearchColumnList list, boolean leftList)SearchColumnListADQLJoin. getDBColumns()SearchColumnListFromContent. getDBColumns()Gets the list of all columns (~ database metadata) available in this FROM part.SearchColumnListSQLServer_InnerJoin. getDBColumns()static SearchColumnListSQLServer_InnerJoin. getDBColumns(ADQLJoin join)Gets the list of all columns (~ database metadata) available in this FROM part.SearchColumnListSQLServer_OuterJoin. getDBColumns()
-