com.metamatrix.query.resolver.command
Class BatchedUpdateResolver
java.lang.Object
   com.metamatrix.query.resolver.command.BatchedUpdateResolver
com.metamatrix.query.resolver.command.BatchedUpdateResolver
- All Implemented Interfaces: 
- CommandResolver
- public class BatchedUpdateResolver 
- extends java.lang.Object- implements CommandResolver
Resolver for BatchedUpdateCommands
- Since:
- 4.2
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
BatchedUpdateResolver
public BatchedUpdateResolver()
resolveCommand
public void resolveCommand(Command command,
                           boolean useMetadataCommands,
                           TempMetadataAdapter metadata,
                           AnalysisRecord analysis,
                           boolean resolveNullLiterals)
                    throws QueryMetadataException,
                           QueryResolverException,
                           MetaMatrixComponentException
- Description copied from interface: CommandResolver
- Resolve the command using the metadata.
 
- 
- Specified by:
- resolveCommandin interface- CommandResolver
 
- 
- Parameters:
- command- The command to resolve
- useMetadataCommands- true if the resolver should use metadata commands to completely 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
- MetaMatrixComponentException- If there is an internal error
- See Also:
- com.metamatrix.query.resolver.command.AbstractCommandResolver#resolveCommand(com.metamatrix.query.sql.lang.Command, boolean, com.metamatrix.query.metadata.TempMetadataAdapter, com.metamatrix.query.analysis.AnalysisRecord, boolean)
 
Copyright © 2009. All Rights Reserved.