| 程序包 | 说明 |
|---|---|
| org.h2.value |
Data type and value implementations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ValueInteger |
Value.convertToInt(Object column)
Converts this value to a INT value.
|
ValueInteger |
Value.convertToInt(Object column)
Converts this value to a INT value.
|
static ValueInteger |
ValueInteger.get(int i)
Get or create an INTEGER value for the given int.
|
static ValueInteger |
ValueInteger.get(int i)
Get or create an INTEGER value for the given int.
|
Copyright © 2022. All rights reserved.