Package | Description |
---|---|
oracle.pgx.algorithm |
Modifier and Type | Method and Description |
---|---|
static <T> Scalar<T> |
Scalar.create()
Instantiate a new scalar.
|
static <T> Scalar<T> |
Scalar.create(T t)
Instantiate a new scalar and initialize the scalar with the given value.
|