| Package | Description |
|---|---|
| oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
| Modifier and Type | Method and Description |
|---|---|
RelationalGraphConfigBuilder |
RelationalGraphConfigBuilder.addEdgeTable(AbstractTableConfigBuilder tableConfigBuilder)
Adds an edge table to the graph
|
RelationalGraphConfigBuilder |
RelationalGraphConfigBuilder.addEdgeTable(GraphTableConfig tableConfig)
Adds a edge table to the graph
|
RelationalGraphConfigBuilder |
RelationalGraphConfigBuilder.addVertexTable(AbstractTableConfigBuilder tableConfigBuilder)
Adds a vertex table to the graph
|
RelationalGraphConfigBuilder |
RelationalGraphConfigBuilder.addVertexTable(GraphTableConfig tableConfig)
Adds a vertex table to the graph
|
RelationalGraphConfigBuilder |
RelationalGraphConfigBuilder.copyFrom(RelationalGraphConfig graphConfig) |
static RelationalGraphConfigBuilder |
GraphConfigBuilder.forRelational()
returns a PGX graph config builder to create relational graph configs
|
RelationalGraphConfigBuilder |
RelationalGraphConfigBuilder.setEdgeTables(oracle.pgx.config.internal.ConvertibleToTableConfigBuilder... tableConfigs)
Set the edge tables of the graph
|
RelationalGraphConfigBuilder |
RelationalGraphConfigBuilder.setEdgeTables(java.lang.Iterable<? extends oracle.pgx.config.internal.ConvertibleToTableConfigBuilder> tableConfigs)
Set the edge tables of the graph
|
RelationalGraphConfigBuilder |
RelationalGraphConfigBuilder.setName(java.lang.String name)
Set the name of the graph
|
RelationalGraphConfigBuilder |
RelationalGraphConfigBuilder.setVertexTables(oracle.pgx.config.internal.ConvertibleToTableConfigBuilder... tableConfigs)
Set the vertex tables of the graph
|
RelationalGraphConfigBuilder |
RelationalGraphConfigBuilder.setVertexTables(java.lang.Iterable<? extends oracle.pgx.config.internal.ConvertibleToTableConfigBuilder> tableConfigs)
Set the vertex tables of the graph
|
Copyright © 2016, 2019, Oracle and/or its affiliates. All Rights Reserved.