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