org.makumba.providers.query.mql
Class DateAddFunction

java.lang.Object
  extended by org.makumba.providers.query.mql.MQLFunctionDefinition
      extended by org.makumba.providers.query.mql.SQLDialectFunction
          extended by org.makumba.providers.query.mql.DateArithmeticFunction
              extended by org.makumba.providers.query.mql.DateAddFunction

 class DateAddFunction
extends DateArithmeticFunction


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

Constructor Detail

DateAddFunction

public DateAddFunction()