Package | Description |
---|---|
org.teiid.api.exception.query |
Modifier and Type | Method and Description |
---|---|
List<UnresolvedSymbolDescription> |
QueryResolverException.getUnresolvedSymbols()
Set the list of unresolved symbols during QueryResolution
|
Modifier and Type | Method and Description |
---|---|
void |
QueryResolverException.addUnresolvedSymbol(UnresolvedSymbolDescription symbolDesc)
Add an UnresolvedSymbolDescription to the list of unresolved symbols
|
Modifier and Type | Method and Description |
---|---|
void |
QueryResolverException.setUnresolvedSymbols(List<UnresolvedSymbolDescription> unresolvedSymbols)
Set the list of unresolved symbols during QueryResolution
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.