SAP J2EE Engine

Version 6.40


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

All Superinterfaces:
ILanguageObject, ISelectSymbol, ISymbol

public interface IAliasSymbol
extends ISelectSymbol

This interface marks SQL operation symbols that are a part of the SELECT clause of a query. The symbol is an alias of any ISelectSymbol. In the following example: SELECT COUNT(*) AS NUM_OF_OBJS FROM my_business_object; COUNT(*) represents the ISelectSymbol, while ID is its alias

Version:
1.0

Method Summary
 java.lang.String getAlias()
          Returns the Alias.
 ISelectSymbol getSelectSymbol()
          The select symbol this alias represents.
 
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

getAlias

public java.lang.String getAlias()
Returns the Alias.
Returns:
String

getSelectSymbol

public ISelectSymbol getSelectSymbol()
The select symbol this alias represents.
Parameters:
ISelectSymbol -  

SAP J2EE Engine

Version 6.40


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