|
|
|||||||||||
| 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.NowFunction
class NowFunction
| Field Summary |
|---|
| Fields inherited from class org.makumba.providers.query.mql.MQLFunctionDefinition |
|---|
argumentCount |
| Constructor Summary | |
|---|---|
NowFunction()
|
|
| 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.MQLFunctionDefinition |
|---|
getArguments, getName, getReturnType, getSQLCommand, throwUnexpectedArguments, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NowFunction()
| 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 | |||||||||||