SAP J2EE Engine

Version 6.40


com.sapportals.connector.execution.objects.language
Interface IQueryOperation

All Superinterfaces:
ILanguageObject, IOperation

public interface IQueryOperation
extends IOperation

The base interface for SQL query (SELECT) operation holder

Version:
1.0

Fields inherited from interface com.sapportals.connector.execution.objects.language.IOperation
DELETE_OPERATION, INSERT_OPERATION, QUERY_OPERATION, UPDATE_OPERATION
 
Method Summary
 ICriteria getCriteria()
          Returns the criteria for the where clause of the query
 IFrom getFrom()
          Returns the from clause of the query
 IGroupBy getGroupBy()
          Returns the Group by clause of the query
 ICriteria getHaving()
          Returns the criteria which represents the having clause of the query
 IOrderBy getOrderBy()
          Returns the Order by clause of the query
 ISelect getSelect()
          Returns the select clause of the query
 
Methods inherited from interface com.sapportals.connector.execution.objects.language.IOperation
getType
 

Method Detail

getSelect

public ISelect getSelect()
Returns the select clause of the query
Returns:
ISelect

getFrom

public IFrom getFrom()
Returns the from clause of the query
Returns:
IFrom

getCriteria

public ICriteria getCriteria()
Returns the criteria for the where clause of the query
Returns:
ICriteria

getOrderBy

public IOrderBy getOrderBy()
Returns the Order by clause of the query
Returns:
IOrderBy

getGroupBy

public IGroupBy getGroupBy()
Returns the Group by clause of the query
Returns:
IGroupBy

getHaving

public ICriteria getHaving()
Returns the criteria which represents the having clause of the query
Returns:
ICriteria

SAP J2EE Engine

Version 6.40


Copyright © 2001-2005 SAP AG. All Rights Reserved.