org.sql.generation.api.grammar.literals
Interface SQLFunctionLiteral

All Superinterfaces:
LiteralExpression, NonBooleanExpression, org.atp.api.Typeable<ValueExpression>, ValueExpression

public interface SQLFunctionLiteral
extends LiteralExpression

This syntax element encapsulates reference to some SQL function to be inserted into SQL statement.

Author:
Stanislav Muhametsin

Method Summary
 java.lang.String getFunctionName()
          Returns the name of the SQL function.
 java.util.List<ValueExpression> getParameters()
          The parameters for SQL function.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getFunctionName

java.lang.String getFunctionName()
Returns the name of the SQL function.

Returns:
The name of the SQL function.

getParameters

java.util.List<ValueExpression> getParameters()
The parameters for SQL function.

Returns:
The parameters for SQL function.


Copyright © 2010. All Rights Reserved.