| Package | Description |
|---|---|
| oracle.pgx.common.types |
This package contains enums and helper classes identifying common PGX types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizationType
The Authorization Types
|
class |
CollectionType
All supported collection types.
|
class |
EntityType
enum to distinguish graph entities Node and Edge
|
class |
IdType
All supported graph ID types (internally known as node key/edge key)
|
class |
PropertyType
All supported graph property types.
|
class |
QueryArgumentType |
class |
ReturnType
All function return types supported by Green-Marl language
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends java.lang.Enum<T> & Type> |
Types.parse(java.lang.Class<T> enumType,
java.lang.String input,
java.util.Map<java.lang.String,T> aliases) |