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.
|
Modifier and Type | Method and Description |
---|---|
CollectionType |
PgxCollection.getCollectionType()
Gets the collection type.
|
Modifier and Type | Method and Description |
---|---|
static CollectionType |
CollectionType.getTypeFor(java.lang.Class<?> typeClass)
Returns the CollectionType based on a typeClass.
|
static CollectionType |
CollectionType.parseCollectionType(java.lang.String input) |
static CollectionType |
CollectionType.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.
|
Copyright © 2017 Oracle Corp. All Rights Reserved.