public class TempTableResolver extends Object implements CommandResolver
| Constructor and Description |
|---|
TempTableResolver() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addAdditionalMetadata(Create create,
TempMetadataID tempTable) |
void |
resolveCommand(Command command,
TempMetadataAdapter metadata,
boolean resolveNullLiterals)
Resolve the command using the metadata.
|
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, org.teiid.query.metadata.TempMetadataAdapter, boolean)public static void addAdditionalMetadata(Create create, TempMetadataID tempTable)
Copyright © 2018 JBoss by Red Hat. All rights reserved.