isql
Class ISQLSelectParser.CaseSubExpression

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

public static class ISQLSelectParser.CaseSubExpression
extends ISQLSelectParser.SubExpression


Constructor Summary
ISQLSelectParser.CaseSubExpression(ISQLSelectParser.CaseFunction caseFunction)
           
 
Method Summary
 ISQLSelectParser.CaseFunction getCase()
           
 
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.CaseSubExpression

public ISQLSelectParser.CaseSubExpression(ISQLSelectParser.CaseFunction caseFunction)
Method Detail

getCase

public ISQLSelectParser.CaseFunction getCase()