Uses of Class
oracle.pgx.api.PgqlResultElement.Type
-
Packages that use PgqlResultElement.Type Package Description oracle.pgx.api This package contains the main Java APIs. -
-
Uses of PgqlResultElement.Type in oracle.pgx.api
Methods in oracle.pgx.api that return PgqlResultElement.Type Modifier and Type Method Description PgqlResultElement.TypePgqlResultElement. getCollectionElementType()Gets the type of the elements stored in the collection if the result element is a collectionPgqlResultElement.TypePgqlResultElement. getElementType()Gets the type of this result elementstatic PgqlResultElement.TypePgqlResultElement.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.Constructors in oracle.pgx.api with parameters of type PgqlResultElement.Type Constructor Description PgqlResultElement(PgqlResultElement.Type elementType, java.lang.String varName, IdType vertexEdgeIdType)ConstructorPgqlResultElement(PgqlResultElement.Type elementType, PgqlResultElement.Type collectionElementType, java.lang.String varName, IdType vertexEdgeIdType)Constructor
-