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
| 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
String getAlias()
- Returns the Alias.
- Returns:
- String
This class can be accessed from:
|
SC
|
DC
|
Public Part
|
ACH
|
[sap.com] FRAMEWORK-EXT
|
[sap.com] tc/conn/connectorframeworkdeprecated
|
-
|
EP-CON-CF
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/connectivityfw/api
|
api
|
EP-PIN
|
[sap.com] FRAMEWORK-EXT
|
[sap.com] tc/conn/connectorframeworkdeprecated
|
default
|
EP-CON-CF
|
Copyright 2011 SAP AG Complete Copyright Notice