| 程序包 | 说明 |
|---|---|
| org.h2.value |
Data type and value implementations.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static ValueBoolean |
ValueBoolean.FALSE
FALSE value.
|
static ValueBoolean |
ValueBoolean.FALSE
FALSE value.
|
static ValueBoolean |
ValueBoolean.TRUE
TRUE value.
|
static ValueBoolean |
ValueBoolean.TRUE
TRUE value.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ValueBoolean |
Value.convertToBoolean()
Converts this value to a BOOLEAN value.
|
ValueBoolean |
Value.convertToBoolean()
Converts this value to a BOOLEAN value.
|
static ValueBoolean |
ValueBoolean.get(boolean b)
Get the boolean value for the given boolean.
|
static ValueBoolean |
ValueBoolean.get(boolean b)
Get the boolean value for the given boolean.
|
Copyright © 2022. All rights reserved.