wt.query
Class SQLFunction.Info

java.lang.Object
  extended bywt.query.SQLFunction.Info
Enclosing class:
SQLFunction

static class SQLFunction.Info
extends Object


Field Summary
(package private)  boolean isAggregate
           
(package private)  int maxArgCount
           
(package private)  int minArgCount
           
(package private)  Class type
           
(package private)  int typeArgumentIndex
           
 
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)
           
 
Method Summary
 Class getJavaType(List a_arguments)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

isAggregate

boolean isAggregate

minArgCount

int minArgCount

maxArgCount

int maxArgCount

type

Class type

typeArgumentIndex

int typeArgumentIndex
Constructor Detail

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)
Method Detail

getJavaType

public Class getJavaType(List a_arguments)
                  throws WTException
Throws:
WTException

toString

public String toString()