Uses of Interface
oracle.pgx.common.types.Type
-
Packages that use Type Package Description oracle.pgx.common.types This package contains enums and helper classes identifying common PGX types. -
-
Uses of Type in oracle.pgx.common.types
Classes in oracle.pgx.common.types that implement Type Modifier and Type Class Description classAuthorizationTypeThe Authorization TypesclassCollectionTypeAll supported collection types.classEntityTypeenum to distinguish graph entities Node and EdgeclassIdTypeAll supported graph ID types (internally known as node key/edge key)classPropertyTypeAll supported graph property types.classQueryArgumentTypeclassReturnTypeAll function return types supported by Green-Marl languageMethods in oracle.pgx.common.types with type parameters of type Type Modifier and Type Method Description static <T extends java.lang.Enum<T> & Type>
TTypes. parse(java.lang.Class<T> enumType, java.lang.String input, java.util.Map<java.lang.String,T> aliases)
-