| Package | Description |
|---|---|
| oracle.pgx.api |
This package contains the main Java APIs.
|
| Modifier and Type | Method and Description |
|---|---|
PgqlResultElement.Type |
PgqlResultElement.getCollectionElementType()
Gets the type of the elements stored in the collection if the result element is a collection
|
PgqlResultElement.Type |
PgqlResultElement.getElementType()
Gets the type of this result element
|
static PgqlResultElement.Type |
PgqlResultElement.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PgqlResultElement.Type[] |
PgqlResultElement.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PgqlResultElement(PgqlResultElement.Type elementType,
PgqlResultElement.Type collectionElementType,
java.lang.String varName,
IdType vertexEdgeIdType)
Constructor
|
PgqlResultElement(PgqlResultElement.Type elementType,
java.lang.String varName,
IdType vertexEdgeIdType)
Constructor
|