|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TempMetadataStore | |
---|---|
com.metamatrix.query.metadata | |
com.metamatrix.query.resolver | |
com.metamatrix.query.resolver.command | |
com.metamatrix.query.tempdata |
Uses of TempMetadataStore in com.metamatrix.query.metadata |
---|
Methods in com.metamatrix.query.metadata that return TempMetadataStore | |
---|---|
TempMetadataStore |
TempMetadataAdapter.getMetadataStore()
|
Constructors in com.metamatrix.query.metadata with parameters of type TempMetadataStore | |
---|---|
TempMetadataAdapter(QueryMetadataInterface metadata,
TempMetadataStore tempStore)
|
|
TempMetadataAdapter(QueryMetadataInterface metadata,
TempMetadataStore tempStore,
java.util.Map materializationTables,
java.util.Map queryNodes)
|
Uses of TempMetadataStore in com.metamatrix.query.resolver |
---|
Methods in com.metamatrix.query.resolver that return TempMetadataStore | |
---|---|
static TempMetadataStore |
QueryResolver.resolveCommand(Command currentCommand,
java.util.Map externalMetadata,
boolean useMetadataCommands,
QueryMetadataInterface metadata,
AnalysisRecord analysis)
This implements an algorithm to resolve all the symbols created by the parser into real metadata IDs |
static TempMetadataStore |
QueryResolver.resolveCommand(Command currentCommand,
java.util.Map externalMetadata,
boolean useMetadataCommands,
QueryMetadataInterface metadata,
AnalysisRecord analysis,
boolean resolveNullLiterals)
|
Methods in com.metamatrix.query.resolver with parameters of type TempMetadataStore | |
---|---|
static GroupSymbol |
ProcedureContainerResolver.addScalarGroup(java.lang.String name,
TempMetadataStore metadata,
GroupContext externalGroups,
java.util.List symbols)
|
GroupContext |
ProcedureContainerResolver.findChildCommandMetadata(Command command,
TempMetadataStore discoveredMetadata,
boolean useMetadataCommands,
QueryMetadataInterface metadata)
Find all metadata defined by this command for it's children. |
Uses of TempMetadataStore in com.metamatrix.query.resolver.command |
---|
Methods in com.metamatrix.query.resolver.command with parameters of type TempMetadataStore | |
---|---|
GroupContext |
ExecResolver.findChildCommandMetadata(Command command,
TempMetadataStore childMetadata,
boolean useMetadataCommands,
QueryMetadataInterface metadata)
|
GroupContext |
DeleteResolver.findChildCommandMetadata(Command command,
TempMetadataStore discoveredMetadata,
boolean useMetadataCommands,
QueryMetadataInterface metadata)
|
Uses of TempMetadataStore in com.metamatrix.query.tempdata |
---|
Methods in com.metamatrix.query.tempdata that return TempMetadataStore | |
---|---|
TempMetadataStore |
TempTableStoreImpl.getMetadataStore()
|
TempMetadataStore |
TempTableStore.getMetadataStore()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |