Package | Description |
---|---|
org.h2.value |
Data type and value implementations.
|
Modifier and Type | Field and Description |
---|---|
static ValueLong |
ValueLong.MAX
The largest
ValueLong value. |
static ValueLong |
ValueLong.MIN
The smallest
ValueLong value. |
Modifier and Type | Method and Description |
---|---|
static ValueLong |
ValueLong.get(long i)
Get or create a long value for the given long.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.