| 程序包 | 说明 |
|---|---|
| org.h2.value |
Data type and value implementations.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static ValueBigint |
ValueBigint.MAX
The largest
ValueLong value. |
static ValueBigint |
ValueBigint.MAX
The largest
ValueLong value. |
static ValueBigint |
ValueBigint.MIN
The smallest
ValueLong value. |
static ValueBigint |
ValueBigint.MIN
The smallest
ValueLong value. |
| 限定符和类型 | 方法和说明 |
|---|---|
ValueBigint |
Value.convertToBigint(Object column)
Converts this value to a BIGINT value.
|
ValueBigint |
Value.convertToBigint(Object column)
Converts this value to a BIGINT value.
|
static ValueBigint |
ValueBigint.get(long i)
Get or create a BIGINT value for the given long.
|
static ValueBigint |
ValueBigint.get(long i)
Get or create a BIGINT value for the given long.
|
Copyright © 2022. All rights reserved.