|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.makumba.providers.query.mql.MQLFunctionDefinition
org.makumba.providers.query.mql.SQLDialectFunction
org.makumba.providers.query.mql.DateArithmeticFunction
class 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 | |
---|---|
protected |
DateArithmeticFunction(String name,
String sqlCommand)
|
Method Summary | |
---|---|
NameResolver.TextList |
render(List<NameResolver.TextList> args)
This default implementation just renders the function by concatenating the function name and all arguments; for functions that need to modify the name, the argument order, number of arguments, etc., this method provides an entry point to rewrite it (possibly in a specific SQL dialect). |
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 |
---|
protected DateArithmeticFunction(String name, String sqlCommand)
Method Detail |
---|
public NameResolver.TextList render(List<NameResolver.TextList> args)
MQLFunctionDefinition
render
in class MQLFunctionDefinition
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |