Package org.teiid.query.resolver.command
Class BatchedUpdateResolver
- java.lang.Object
-
- org.teiid.query.resolver.command.BatchedUpdateResolver
-
- All Implemented Interfaces:
CommandResolver
public class BatchedUpdateResolver extends Object implements CommandResolver
Resolver for BatchedUpdateCommands- Since:
- 4.2
-
-
Constructor Summary
Constructors Constructor Description BatchedUpdateResolver()
-
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
-
-