Package org.teiid.query.sql.lang

Examples of org.teiid.query.sql.lang.GroupContext


     * @throws TeiidComponentException if resolving fails
     */
  void resolveXMLSelect(Query query, GroupSymbol group, List<ElementSymbol> validElements, QueryMetadataInterface metadata)
    throws QueryMetadataException, TeiidComponentException, QueryResolverException {
       
        GroupContext externalGroups = null;

    Select select = query.getSelect();
    // Allow SELECT DISTINCT, which is ignored.  It is meaningless except for
    // self-entity relation using relate() functionality

View Full Code Here

TOP

Related Classes of org.teiid.query.sql.lang.GroupContext

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.