Uses of Interface
oracle.pgx.algorithm.Scalar
-
Packages that use Scalar Package Description oracle.pgx.algorithm -
-
Uses of Scalar in oracle.pgx.algorithm
Methods in oracle.pgx.algorithm that return Scalar Modifier and Type Method 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.
-