public class UpdateProcedureResolver extends Object implements CommandResolver
| Modifier and Type | Field and Description |
|---|---|
static List<ElementSymbol> |
exceptionGroup |
| Constructor and Description |
|---|
UpdateProcedureResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
resolveBlock(CreateProcedureCommand command,
Block block,
GroupContext originalExternalGroups,
TempMetadataAdapter original) |
void |
resolveCommand(Command command,
TempMetadataAdapter metadata,
boolean resolveNullLiterals)
Resolve the command using the metadata.
|
public static final List<ElementSymbol> exceptionGroup
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 errorCommandResolver.resolveCommand(org.teiid.query.sql.lang.Command, TempMetadataAdapter, boolean)public void resolveBlock(CreateProcedureCommand command, Block block, GroupContext originalExternalGroups, TempMetadataAdapter original) throws QueryResolverException, QueryMetadataException, TeiidComponentException
Copyright © 2017 JBoss by Red Hat. All rights reserved.