Package | Description |
---|---|
org.h2.value |
Data type and value implementations.
|
Modifier and Type | Field and Description |
---|---|
static ValueBoolean |
ValueBoolean.FALSE
FALSE value.
|
static ValueBoolean |
ValueBoolean.TRUE
TRUE value.
|
Modifier and Type | Method and Description |
---|---|
static ValueBoolean |
ValueBoolean.get(boolean b)
Get the boolean value for the given boolean.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.