Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the APIs specific to the property graph support on Oracle Database.
|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
static OraclePropertyGraph |
OraclePropertyGraph.getInstance(PgRdbmsGraphConfig config)
Gets an OraclePropertyGraph instance from a PGX PgRdbmsGraphConfig object
|
static Oracle |
OraclePropertyGraph.getOracle(PgRdbmsGraphConfig config)
Gets an Oracle object from a PGX PgRdbmsGraphConfig object
|
Constructor and Description |
---|
SQLAnalyticsGraph(PgRdbmsGraphConfig config) |
Modifier and Type | Method and Description |
---|---|
PgRdbmsGraphConfig |
PgRdbmsGraphConfigFactory.fromProperties(java.util.Properties props) |
static PgRdbmsGraphConfig |
PgRdbmsGraphConfig.parse(java.io.InputStream is,
boolean strict,
java.lang.String parentPath)
Parses an input stream.
|
static PgRdbmsGraphConfig |
PgRdbmsGraphConfig.parse(java.util.Map<java.lang.String,java.lang.Object> raw,
boolean strict,
java.lang.String parentPath)
Parses a raw key/value mapping.
|
static PgRdbmsGraphConfig |
PgRdbmsGraphConfig.parse(java.util.Properties props,
boolean strict)
Parses a properties file.
|
Modifier and Type | Method and Description |
---|---|
PgRdbmsGraphConfigBuilder |
PgRdbmsGraphConfigBuilder.copyFrom(PgRdbmsGraphConfig graphConfig) |
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.