|
|
|||||||||||
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
class SQLDialectFunction
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 |
---|
protected String sqlCommand
Constructor Detail |
---|
public SQLDialectFunction(String name, String sqlCommand, String returnType, MQLFunctionArgument... arguments)
Method Detail |
---|
public String getSQLCommand()
getSQLCommand
in class MQLFunctionDefinition
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |