public class AlterResolver extends Object implements CommandResolver
| Constructor and Description |
|---|
AlterResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
resolveCommand(Command command,
TempMetadataAdapter metadata,
boolean resolveNullLiterals)
Resolve the command using the metadata.
|
public void resolveCommand(Command command, TempMetadataAdapter metadata, boolean resolveNullLiterals) throws QueryMetadataException, QueryResolverException, TeiidComponentException
CommandResolverresolveCommand in interface CommandResolvercommand - The command to resolvemetadata - MetadataresolveNullLiterals - true if the resolver should consider replacing null literals with more appropriate typesQueryMetadataException - If there is a metadata problemQueryResolverException - If the query cannot be resolvedTeiidComponentException - If there is an internal errorCopyright © 2018 JBoss by Red Hat. All rights reserved.