SAP J2EE Engine

Version 6.40


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.

Version:
1.0

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

Method Detail

getArgument

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

getArguments

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

getName

public java.lang.String getName()
Returns the name of the function expression.
Returns:
String

SAP J2EE Engine

Version 6.40


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