org.teiid.query.resolver.command
Class BatchedUpdateResolver

java.lang.Object
  extended by org.teiid.query.resolver.command.BatchedUpdateResolver
All Implemented Interfaces:
CommandResolver

public class BatchedUpdateResolver
extends java.lang.Object
implements CommandResolver

Resolver for BatchedUpdateCommands

Since:
4.2

Constructor Summary
BatchedUpdateResolver()
           
 
Method Summary
 void resolveCommand(Command command, TempMetadataAdapter metadata, AnalysisRecord analysis, boolean resolveNullLiterals)
          Resolve the command using the metadata.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchedUpdateResolver

public BatchedUpdateResolver()
Method Detail

resolveCommand

public void resolveCommand(Command command,
                           TempMetadataAdapter metadata,
                           AnalysisRecord analysis,
                           boolean resolveNullLiterals)
                    throws QueryMetadataException,
                           QueryResolverException,
                           TeiidComponentException
Description copied from interface: CommandResolver
Resolve the command using the metadata.

Specified by:
resolveCommand in interface CommandResolver
Parameters:
command - The command to resolve
metadata - Metadata
resolveNullLiterals - true if the resolver should consider replacing null literals with more appropriate types
Throws:
QueryMetadataException - If there is a metadata problem
QueryResolverException - If the query cannot be resolved
TeiidComponentException - If there is an internal error


Copyright © 2010. All Rights Reserved.