Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.api.frames |
Modifier and Type | Method and Description |
---|---|
PgxGraphFromFramesCreator |
PgxSession.createGraphFromFrames(java.lang.String graphName)
Creates a graph from frames creator with which it is possible to specify the different vertex and edge tables of a graph from frames.
|
Modifier and Type | Method and Description |
---|---|
PgxGraphFromFramesCreator |
PgxEdgeTableFromFramesCreator.partitioned(boolean isPartitioned) |
PgxGraphFromFramesCreator |
PgxVertexTableFromFramesCreator.partitioned(boolean isPartitioned) |
Constructor and Description |
---|
PgxEdgeTableFromFramesCreator(PgxSession session, oracle.pgx.api.internal.Core core, oracle.pgx.api.frames.internal.EdgeFrameDeclaration edgeFrameDeclaration, PgxGraphFromFramesCreator graphFromFramesCreator) |
PgxVertexTableFromFramesCreator(PgxSession session, oracle.pgx.api.internal.Core core, oracle.pgx.api.frames.internal.VertexFrameDeclaration vertexFrameDeclaration, PgxGraphFromFramesCreator graphFromFramesCreator) |