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
| Methods inherited from interface com.sapportals.connector.execution.objects.language.ISelectSymbol |
getType |
| Methods inherited from interface com.sapportals.connector.execution.objects.language.ISymbol |
getName |
getExpression
public IExpression getExpression()
- Returns the expression for this symbol.
- Returns:
- IExpression
Copyright © 2001-2005 SAP AG. All Rights Reserved.