Uses of Class
org.h2.expression.SimpleCase.SimpleWhen
-
Packages that use SimpleCase.SimpleWhen Package Description org.h2.command This package contains the parser and the base classes for prepared SQL statements.org.h2.expression Expressions include mathematical operations, simple values, and others. -
-
Uses of SimpleCase.SimpleWhen in org.h2.command
Methods in org.h2.command that return SimpleCase.SimpleWhen Modifier and Type Method Description private SimpleCase.SimpleWhenParser. decodeToWhen(Expression caseOperand, boolean canOptimize, Expression whenOperand, Expression result)private SimpleCase.SimpleWhenParser. readSimpleWhenClause(Expression caseOperand) -
Uses of SimpleCase.SimpleWhen in org.h2.expression
Fields in org.h2.expression declared as SimpleCase.SimpleWhen Modifier and Type Field Description (package private) SimpleCase.SimpleWhenSimpleCase.SimpleWhen. nextprivate SimpleCase.SimpleWhenSimpleCase. whenMethods in org.h2.expression with parameters of type SimpleCase.SimpleWhen Modifier and Type Method Description voidSimpleCase.SimpleWhen. setWhen(SimpleCase.SimpleWhen next)Constructors in org.h2.expression with parameters of type SimpleCase.SimpleWhen Constructor Description SimpleCase(Expression operand, SimpleCase.SimpleWhen when, Expression elseResult)
-