Uses of Class
org.h2.expression.SimpleCase.SimpleWhen
Packages that use SimpleCase.SimpleWhen
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Expressions include mathematical operations, simple values, and others.
-
Uses of SimpleCase.SimpleWhen in org.h2.command
Methods in org.h2.command that return SimpleCase.SimpleWhenModifier and TypeMethodDescriptionprivate 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.SimpleWhenModifier and TypeFieldDescription(package private) SimpleCase.SimpleWhen
SimpleCase.SimpleWhen.next
private SimpleCase.SimpleWhen
SimpleCase.when
Methods in org.h2.expression with parameters of type SimpleCase.SimpleWhenConstructors in org.h2.expression with parameters of type SimpleCase.SimpleWhenModifierConstructorDescriptionSimpleCase
(Expression operand, SimpleCase.SimpleWhen when, Expression elseResult)