Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
DbEngine |
PgRdbmsGraphConfig.getDbEngine()
underlying database engine
|
abstract DbEngine |
AbstractPgGraphConfig.getDbEngine()
Gets the target database engine of this configuration.
|
DbEngine |
PgNosqlGraphConfig.getDbEngine()
underlying database engine
|
DbEngine |
PgHbaseGraphConfig.getDbEngine()
underlying database engine
|
static DbEngine |
DbEngine.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DbEngine[] |
DbEngine.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Copyright © 2017 Oracle Corp. All Rights Reserved.