org.makumba.providers.query.mql
Class SQLDialectFunction

java.lang.Object
  extended by org.makumba.providers.query.mql.MQLFunctionDefinition
      extended by org.makumba.providers.query.mql.SQLDialectFunction
Direct Known Subclasses:
DateArithmeticFunction

 class SQLDialectFunction
extends MQLFunctionDefinition


Field Summary
protected  String sqlCommand
           
 
Fields inherited from class org.makumba.providers.query.mql.MQLFunctionDefinition
argumentCount
 
Constructor Summary
SQLDialectFunction(String name, String sqlCommand, String returnType, MQLFunctionArgument... arguments)
           
 
Method Summary
 String getSQLCommand()
           
 
Methods inherited from class org.makumba.providers.query.mql.MQLFunctionDefinition
getArguments, getName, getReturnType, render, throwUnexpectedArguments, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sqlCommand

protected String sqlCommand
Constructor Detail

SQLDialectFunction

public SQLDialectFunction(String name,
                          String sqlCommand,
                          String returnType,
                          MQLFunctionArgument... arguments)
Method Detail

getSQLCommand

public String getSQLCommand()
Overrides:
getSQLCommand in class MQLFunctionDefinition