Package org.sqlite.parser.ast
Class WhenThenPair
java.lang.Object
org.sqlite.parser.ast.WhenThenPair
- All Implemented Interfaces:
ToSql
The AST node corresponding to each
WHEN
-THEN
pair of subexpressions in a CASE
expression.-
Field Details
-
when
-
then
-
-
Constructor Details
-
WhenThenPair
-
-
Method Details
-
toSql
- Specified by:
toSql
in interfaceToSql
- Throws:
IOException
-