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.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.SimpleWhenModifier and TypeFieldDescription(package private) SimpleCase.SimpleWhenSimpleCase.SimpleWhen.nextprivate SimpleCase.SimpleWhenSimpleCase.whenMethods 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)