| 程序包 | 说明 |
|---|---|
| org.h2.value |
Data type and value implementations.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static ValueNumeric |
ValueNumeric.ONE
The value 'one'.
|
static ValueNumeric |
ValueNumeric.ONE
The value 'one'.
|
static ValueNumeric |
ValueNumeric.ZERO
The value 'zero'.
|
static ValueNumeric |
ValueNumeric.ZERO
The value 'zero'.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ValueNumeric |
ValueNumeric.get(BigDecimal dec)
Get or create a NUMERIC value for the given big decimal.
|
static ValueNumeric |
ValueNumeric.get(BigDecimal dec)
Get or create a NUMERIC value for the given big decimal.
|
static ValueNumeric |
ValueNumeric.get(BigInteger bigInteger)
Get or create a NUMERIC value for the given big integer.
|
static ValueNumeric |
ValueNumeric.get(BigInteger bigInteger)
Get or create a NUMERIC value for the given big integer.
|
static ValueNumeric |
ValueNumeric.getAnyScale(BigDecimal dec)
Get or create a NUMERIC value for the given big decimal with possibly
negative scale.
|
static ValueNumeric |
ValueNumeric.getAnyScale(BigDecimal dec)
Get or create a NUMERIC value for the given big decimal with possibly
negative scale.
|
Copyright © 2022. All rights reserved.