wt.query
Class SQLFunction.Info
java.lang.Object
wt.query.SQLFunction.Info
- Enclosing class:
- SQLFunction
- static class SQLFunction.Info
- extends Object
Constructor Summary |
(package private) |
SQLFunction.Info(boolean a_isAggregate,
int a_minArgCount,
int a_maxArgCount,
Class a_type)
|
(package private) |
SQLFunction.Info(boolean a_isAggregate,
int a_minArgCount,
int a_maxArgCount,
Class a_type,
int a_typeArgumentIndex)
|
isAggregate
boolean isAggregate
minArgCount
int minArgCount
maxArgCount
int maxArgCount
type
Class type
typeArgumentIndex
int typeArgumentIndex
SQLFunction.Info
SQLFunction.Info(boolean a_isAggregate,
int a_minArgCount,
int a_maxArgCount,
Class a_type)
SQLFunction.Info
SQLFunction.Info(boolean a_isAggregate,
int a_minArgCount,
int a_maxArgCount,
Class a_type,
int a_typeArgumentIndex)
getJavaType
public Class getJavaType(List a_arguments)
throws WTException
- Throws:
WTException
toString
public String toString()