SAP J2EE Engine

Version 6.40


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

All Superinterfaces:
ILanguageObject
All Known Subinterfaces:
IAttributeAliasSymbol, IAttributeSymbol, IConstant, IFunction

public interface IExpression
extends ILanguageObject

The base interface for all SQL operation expressions. An expression is either a constant, an attribute or a function.

Version:
1.0

Method Summary
 java.lang.Class getType()
          Returns the type of the constant expression, if known.
 

Method Detail

getType

public java.lang.Class getType()
Returns the type of the constant expression, if known.
Returns:
Class

SAP J2EE Engine

Version 6.40


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