Package org.teiid.query.resolver.command
Class AlterResolver
- java.lang.Object
-
- org.teiid.query.resolver.command.AlterResolver
-
- All Implemented Interfaces:
CommandResolver
public class AlterResolver extends Object implements CommandResolver
-
-
Constructor Summary
Constructors Constructor Description AlterResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
resolveCommand(Command command, TempMetadataAdapter metadata, boolean resolveNullLiterals)
Resolve the command using the metadata.
-
-
-
Method Detail
-
resolveCommand
public void resolveCommand(Command command, TempMetadataAdapter metadata, boolean resolveNullLiterals) throws QueryMetadataException, QueryResolverException, TeiidComponentException
Description copied from interface:CommandResolver
Resolve the command using the metadata.- Specified by:
resolveCommand
in interfaceCommandResolver
- Parameters:
command
- The command to resolvemetadata
- MetadataresolveNullLiterals
- true if the resolver should consider replacing null literals with more appropriate types- Throws:
QueryMetadataException
- If there is a metadata problemQueryResolverException
- If the query cannot be resolvedTeiidComponentException
- If there is an internal error
-
-