Package com.sapportals.connector.execution.objects.language

Provides a query language - subset of SQL language.

See:
          Description

Interface Summary
IAggregateSymbol This interface marks SQL operation symbols that are a part of the SELECT clause of a query.
IAliasSymbol This interface marks SQL operation symbols that are a part of the SELECT clause of a query.
IAttributeAliasSymbol This interface marks SQL operation symbols that are a part of the SELECT clause of a query.
IAttributeSymbol This interface marks a SQL operation symbol of a Business object attribute.
IBusinessObjectSymbol This interface marks a SQL operation symbol of a Business object, with or without an alias
ICompareCriteria This interface marks the criteria object as a comparison condition.
ICompoundLogicalCriteria This interface is used by compound logical conditions.
IConstant This interface marks a SQL operation symbol of a constant value.
ICriteria The base interface for SQL operation criteria.
IDeleteOperation The base interface for SQL DELETE operation holder
IExpression The base interface for all SQL operation expressions.
IExpressionSymbol This interface marks SQL operation symbols that are a part of the SELECT clause of a query.
IFrom This interface holds all the symbols of a SQL operation FROM clause.
IFromClause This interface holds all the symbols of a SQL operation FROM sub clause
IFunction This interface marks a SQL operation symbol of a function.
IGroupBy This interface holds all the symbols of a query GROUP BY clause.
IInsertOperation The base interface for SQL INSERT operation holder
IIsNullCriteria This interface marks the criteria object as one of the type A is null where A is an SQL operation expression.
IJoinPredicate This interface marks a FROM clause as a join predicate.
ILanguageObject The base interface for all query language objects
ILikeCriteria This interface marks the criteria object to contain symbols may include attributes or functions etc.
ILogicalCriteria This interface declares that the criteria object is logical.
INotCriteria This interface is used to mark the logical condition not(A) where A is another criteria.
IOperation The base interface for topmost holder objects that encapsulate the entire data and metadata needed to perform a back end operation
IOrderBy This interface holds all the symbols of a query GROUP BY clause.
IPredicateCriteria This interface marks the criteria object as one containing actual symbols.
IQueryOperation The base interface for SQL query (SELECT) operation holder
ISelect This interface holds all the symbols of a query SELECT clause.
ISelectSymbol This interface marks SQL operation symbols that are a part of the SELECT clause of a query
ISetCriteria This interface marks the criteria object as one of the type A in (B1,...
ISymbol The base interface for all SQL operation symbols.
IUnaryFromClause This interface holds all the symbols of a SQL operation FROM sub clause.
IUpdateOperation The base interface for SQL UPDATE operation holder
 

Package com.sapportals.connector.execution.objects.language Description

Provides a query language - subset of SQL language.

Package Specification

Provides a query language - subset of SQL language.
Clients who wish to pass a parsed query to the Connector Framework, must implement this package objects. Then the query needs to be build by this package objects. An IOperation object should be passed to IExecutrion.execute(IOperation). IExecutrion object can be created from IConnection.newExecution()



Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.