Uses of Class
oracle.pgx.api.EdgeLabel
-
Packages that use EdgeLabel Package Description oracle.pgx.api This package contains the main Java APIs. -
-
Uses of EdgeLabel in oracle.pgx.api
Methods in oracle.pgx.api that return EdgeLabel Modifier and Type Method Description EdgeLabel
PgxGraph. getEdgeLabel()
Blocking version ofPgxGraph.getEdgeLabelAsync()
.Methods in oracle.pgx.api that return types with arguments of type EdgeLabel Modifier and Type Method Description PgxFuture<EdgeLabel>
PgxGraph. getEdgeLabelAsync()
Get the edge labels belonging to this graph.
-