SAP J2EE Engine

Version 6.40


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

All Superinterfaces:
ILanguageObject, ISelectSymbol, ISymbol
All Known Subinterfaces:
IAggregateSymbol

public interface IExpressionSymbol
extends ISelectSymbol

This interface marks SQL operation symbols that are a part of the SELECT clause of a query. The symbol is an expression that needs to be evaluated

Version:
1.0

Method Summary
 IExpression getExpression()
          Returns the expression for this symbol.
 
Methods inherited from interface com.sapportals.connector.execution.objects.language.ISelectSymbol
getType
 
Methods inherited from interface com.sapportals.connector.execution.objects.language.ISymbol
getName
 

Method Detail

getExpression

public IExpression getExpression()
Returns the expression for this symbol.
Returns:
IExpression

SAP J2EE Engine

Version 6.40


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