com.sapportals.connector.execution.objects.language
Interface IAttributeAliasSymbol
- All Superinterfaces:
- IAttributeSymbol, IExpression, ILanguageObject, ISelectSymbol, ISymbol
- public interface IAttributeAliasSymbol
- extends IAttributeSymbol
This interface marks SQL operation symbols that are a part of the
SELECT clause of a query. The symbol is an alias of an
attribute. In the following example:
SELECT my_business_object.obj_id AS ID FROM my_business_object
my_business_object.obj_id is the attribute, while ID
is the alias
- Version:
- 1.0
|
Method Summary |
java.lang.String |
getAlias()
Returns the Alias. |
| Methods inherited from interface com.sapportals.connector.execution.objects.language.ISelectSymbol |
getType |
| Methods inherited from interface com.sapportals.connector.execution.objects.language.ISymbol |
getName |
| Methods inherited from interface com.sapportals.connector.execution.objects.language.IExpression |
getType |
getAlias
public java.lang.String getAlias()
- Returns the Alias.
- Returns:
- String
Copyright © 2001-2005 SAP AG. All Rights Reserved.