isql
Class ISQLSelectParser.FunctionSubExpression

java.lang.Object
  extended by isql.ISQLSelectParser.SubExpression
      extended by isql.ISQLSelectParser.FunctionSubExpression
Enclosing class:
ISQLSelectParser

public static class ISQLSelectParser.FunctionSubExpression
extends ISQLSelectParser.SubExpression


Constructor Summary
ISQLSelectParser.FunctionSubExpression(ISQLSelectParser.Function function)
           
 
Method Summary
 ISQLSelectParser.Function getFunction()
           
 
Methods inherited from class isql.ISQLSelectParser.SubExpression
getUnaryOperator, setUnaryOperator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISQLSelectParser.FunctionSubExpression

public ISQLSelectParser.FunctionSubExpression(ISQLSelectParser.Function function)
Method Detail

getFunction

public ISQLSelectParser.Function getFunction()