com.metamatrix.query.optimizer.xml
Class QueryUtil

java.lang.Object
  extended by com.metamatrix.query.optimizer.xml.QueryUtil

public class QueryUtil
extends java.lang.Object

Helper methods for dealing with relational queries while performing XML planning.

Since:
4.3

Constructor Summary
QueryUtil()
           
 
Method Summary
static GroupSymbol createResolvedGroup(GroupSymbol group, QueryMetadataInterface metadata)
           
static GroupSymbol createResolvedGroup(java.lang.String groupName, QueryMetadataInterface metadata)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryUtil

public QueryUtil()
Method Detail

createResolvedGroup

public static GroupSymbol createResolvedGroup(java.lang.String groupName,
                                              QueryMetadataInterface metadata)
                                       throws MetaMatrixComponentException
Throws:
MetaMatrixComponentException

createResolvedGroup

public static GroupSymbol createResolvedGroup(GroupSymbol group,
                                              QueryMetadataInterface metadata)
                                       throws MetaMatrixComponentException
Throws:
MetaMatrixComponentException


Copyright © 2009. All Rights Reserved.