| Package | Description |
|---|---|
| oracle.pg.common |
This package contains the common logic that is shared by all the backend databases including
Oracle Database, Oracle NoSQL Database, and Apache HBase.
|
| oracle.pg.rdbms |
This package contains the APIs specific to the property graph support on Oracle Database.
|
| Modifier and Type | Method and Description |
|---|---|
static SQLUtils.DbFeature |
SQLUtils.DbFeature.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SQLUtils.DbFeature[] |
SQLUtils.DbFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OraclePropertyGraph.isFeatureSupported(SQLUtils.DbFeature dbFeature)
Checks if the given DB feature is supported
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.