Uses of Class
oracle.pgx.common.types.CollectionType
-
Packages that use CollectionType Package Description oracle.pgx.api This package contains the main Java APIs.oracle.pgx.common.types This package contains enums and helper classes identifying common PGX types. -
-
Uses of CollectionType in oracle.pgx.api
Methods in oracle.pgx.api that return CollectionType Modifier and Type Method Description CollectionTypePgxCollection. getCollectionType()Gets the collection type. -
Uses of CollectionType in oracle.pgx.common.types
Methods in oracle.pgx.common.types that return CollectionType Modifier and Type Method Description static CollectionTypeCollectionType. getTypeFor(java.lang.Class<?> typeClass)Returns the CollectionType based on a typeClass.static CollectionTypeCollectionType. parseCollectionType(java.lang.String input)static CollectionTypeCollectionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CollectionType[]CollectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-