com.sapportals.connector.execution.objects.language
Interface IAttributeSymbol
- All Superinterfaces:
- IExpression, ILanguageObject, ISelectSymbol, ISymbol
- All Known Subinterfaces:
- IAttributeAliasSymbol
- public interface IAttributeSymbol
- extends ISelectSymbol, IExpression
This interface marks a SQL operation symbol of a Business object attribute.
In the following example:
SELECT my_business_object.obj_id FROM my_business_object
my_business_object.obj_id is the attribute
- Version:
- 1.0
| 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 |
getBusinessObject
public IBusinessObjectSymbol getBusinessObject()
- Returns the business object the attribute belongs to
- Returns:
- IBusinessObjectSymbol
Copyright © 2001-2005 SAP AG. All Rights Reserved.