Uses of Class
isql.ISQLSelectParser.WhenThen

Packages that use ISQLSelectParser.WhenThen
isql   
 

Uses of ISQLSelectParser.WhenThen in isql
 

Methods in isql that return types with arguments of type ISQLSelectParser.WhenThen
 java.util.List<ISQLSelectParser.WhenThen> ISQLSelectParser.CaseFunction.getWhenThens()
           
 

Methods in isql with parameters of type ISQLSelectParser.WhenThen
 void ISQLSelectParser.CaseFunction.addWhenThen(ISQLSelectParser.WhenThen whenThen)