Uses of Class
org.teiid.api.exception.query.UnresolvedSymbolDescription
-
Packages that use UnresolvedSymbolDescription Package Description org.teiid.api.exception.query -
-
Uses of UnresolvedSymbolDescription in org.teiid.api.exception.query
Methods in org.teiid.api.exception.query that return types with arguments of type UnresolvedSymbolDescription Modifier and Type Method Description List<UnresolvedSymbolDescription>
QueryResolverException. getUnresolvedSymbols()
Set the list of unresolved symbols during QueryResolutionMethods in org.teiid.api.exception.query with parameters of type UnresolvedSymbolDescription Modifier and Type Method Description void
QueryResolverException. addUnresolvedSymbol(UnresolvedSymbolDescription symbolDesc)
Add an UnresolvedSymbolDescription to the list of unresolved symbolsMethod parameters in org.teiid.api.exception.query with type arguments of type UnresolvedSymbolDescription Modifier and Type Method Description void
QueryResolverException. setUnresolvedSymbols(List<UnresolvedSymbolDescription> unresolvedSymbols)
Set the list of unresolved symbols during QueryResolution
-