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.SimpleWhen
Parser. decodeToWhen(Expression caseOperand, boolean canOptimize, Expression whenOperand, Expression result)
private SimpleCase.SimpleWhen
Parser. 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.SimpleWhen
SimpleCase.SimpleWhen. next
private SimpleCase.SimpleWhen
SimpleCase. when
Methods in org.h2.expression with parameters of type SimpleCase.SimpleWhen Modifier and Type Method Description void
SimpleCase.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)
-