Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTableConfigBuilder<T extends AbstractTableConfigBuilder<T,GTC>,GTC extends GraphTableConfig>
base class for table configuration builder classes
|
Modifier and Type | Class and Description |
---|---|
class |
FileTableConfigBuilder
A table configuration builder for file-based table configurations.
|
Modifier and Type | Method and Description |
---|---|
RelationalGraphConfigBuilder |
RelationalGraphConfigBuilder.addEdgeTable(AbstractTableConfigBuilder tableConfigBuilder)
Adds an edge table to the graph
|
RelationalGraphConfigBuilder |
RelationalGraphConfigBuilder.addVertexTable(AbstractTableConfigBuilder tableConfigBuilder)
Adds a vertex table to the graph
|
Copyright © 2016, 2019, Oracle and/or its affiliates. All Rights Reserved.