Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
Modifier and Type | Method and Description |
---|---|
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, java.lang.String varName, IdType vertexEdgeIdType)
Constructor
|
Copyright © 2017 Oracle Corp. All Rights Reserved.