Uses of Class
isql.ISQLSelectParser.CaseFunction

Packages that use ISQLSelectParser.CaseFunction
isql   
 

Uses of ISQLSelectParser.CaseFunction in isql
 

Fields in isql declared as ISQLSelectParser.CaseFunction
 ISQLSelectParser.CaseFunction ISQLSelectParser.caseFunction_return.c
           
 

Methods in isql that return ISQLSelectParser.CaseFunction
 ISQLSelectParser.CaseFunction ISQLSelectParser.CaseSubExpression.getCase()
           
 

Constructors in isql with parameters of type ISQLSelectParser.CaseFunction
ISQLSelectParser.CaseSubExpression(ISQLSelectParser.CaseFunction caseFunction)