SAP J2EE Engine

Version 6.40


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

All Superinterfaces:
ILanguageObject
All Known Subinterfaces:
IAggregateSymbol, IAliasSymbol, IAttributeAliasSymbol, IAttributeSymbol, IBusinessObjectSymbol, IExpressionSymbol, ISelectSymbol

public interface ISymbol
extends ILanguageObject

The base interface for all SQL operation symbols. A symbol represents a data entity within the SQL operation.

Version:
1.0

Method Summary
 java.lang.String getName()
          Returns the name of the symbol.
 

Method Detail

getName

public java.lang.String getName()
Returns the name of the symbol.
Returns:
String

SAP J2EE Engine

Version 6.40


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