com.sapportals.connector.execution.objects.language

Interface IFunction

All Superinterfaces:
IExpression, ILanguageObject

public interface IFunction
extends IExpression

This interface marks a SQL operation symbol of a function.


Method Summary
 IExpression getArgument(int index)
          Returns an argument of the function at specified index.
 IExpression[] getArguments()
          Returns the arguments of the function expression.
 String getName()
          Returns the name of the function expression.
 
Methods inherited from interface com.sapportals.connector.execution.objects.language.IExpression
getType
 

Method Detail

getArgument

IExpression getArgument(int index)
Returns an argument of the function at specified index.

Returns:
IExpression

getArguments

IExpression[] getArguments()
Returns the arguments of the function expression.

Returns:
IExpression[]

getName

String getName()
Returns the name of the function expression.

Returns:
String
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[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
[sap.com] FRAMEWORK-EXT [sap.com] tc/conn/connectorframeworkdeprecated - EP-CON-CF


Copyright 2011 SAP AG Complete Copyright Notice