Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the logic specific to the property graph support on Oracle Database.
|
Modifier and Type | Method and Description |
---|---|
Oracle |
Oracle.clone()
Returns a new Oracle instance based on the JDBC connection information stored in this instance.
|
Oracle |
OraclePropertyGraph.getOracle()
Returns the underlying Oracle instance associated with the property graph instance
|
static Oracle |
OraclePropertyGraph.getOracle(oracle.pgx.config.PgRdbmsGraphConfig config)
Gets an Oracle object from a PGX PgRdbmsGraphConfig object
|
static Oracle |
OraclePropertyGraph.getOracle(java.lang.String datasourceId)
Gets an Oracle object from a given Datasource Id
|
Modifier and Type | Method and Description |
---|---|
static void |
OraclePropertyGraphUtils.clearPropertyGraph(Oracle oracle, java.lang.String szGraphName)
This method clears the contents from the underlying schema objects for the specified property graph.
|
static void |
OraclePropertyGraphUtils.copyGraph(Oracle oracle, java.lang.String graphName, java.lang.String newGraphName)
Copy the property graph (including its associated tables) to the specified graph name (if it is not empty).
|
static void |
OraclePropertyGraphUtils.copyGraph(Oracle oracle, java.lang.String graphName, java.lang.String newGraphName, int dop)
Copy the property graph (including its associated tables) to the specified graph name (if it is not empty).
|
static void |
OraclePropertyGraphUtils.dropPropertyGraph(Oracle oracle, java.lang.String szGraphName)
Drops the specified property graph (including its associated tables).
|
static void |
OraclePropertyGraphUtils.dropPropertyGraphTables(Oracle oracle, java.lang.String szGraphName)
Drops the underlying tables of specified property graph (including its associated tables).
|
static boolean |
OraclePropertyGraphUtils.existsGraph(Oracle conn, java.lang.String graphName)
Checks if the specified property graph already exists in the database
|
static java.util.List<java.lang.String> |
OraclePropertyGraphUtils.getGraphNames(Oracle oracle)
List all the names of the property graphs stored in the given database
|
static OraclePropertyGraph |
OraclePropertyGraph.getInstance(Oracle oracle, java.lang.String szGraphName)
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
|
static OraclePropertyGraph |
OraclePropertyGraph.getInstance(Oracle oracle, java.lang.String szGraphName, int iHashPartitionsNum)
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
|
static OraclePropertyGraph |
OraclePropertyGraph.getInstance(Oracle oracle, java.lang.String szGraphName, int iHashPartitionsNum, int iDOP, java.lang.String szTBS, java.lang.String szOptions)
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
|
static OraclePropertyGraph |
OraclePropertyGraph.getInstance(Oracle oracle, java.lang.String szGraphName, int iHashPartitionsNum, int iDOP, java.lang.String szTBS, java.lang.String szTBSSet, java.lang.String szOptions)
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
|
static OraclePropertyGraph |
OraclePropertyGraph.getInstance(Oracle oracle, java.lang.String szGraphOwner, java.lang.String szGraphName, int iHashPartitionsNum, int iDOP, java.lang.String szTBS, java.lang.String szOptions)
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
|
static OraclePropertyGraph |
OraclePropertyGraph.getInstance(Oracle oracle, java.lang.String szGraphOwner, java.lang.String szGraphName, int iHashPartitionsNum, int iDOP, java.lang.String szTBS, java.lang.String szTBSSet, java.lang.String szOptions)
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
|
static void |
OraclePropertyGraphUtils.quietlyCloseConnections(Oracle[] oracleArray, java.sql.Connection[] connections)
Quietly close an array of
Oracle objects handling connections to an Oracle Database. |
static void |
OraclePropertyGraphUtils.renameGraph(Oracle oracle, java.lang.String graphName, java.lang.String newGraphName)
Renames the property graph (including its associated tables) to the specified graph name (if it does not exists or is not empty).
|
static void |
OraclePropertyGraphUtils.renameGraph(Oracle oracle, java.lang.String graphName, java.lang.String newGraphName, boolean nologging, java.lang.String szOptions)
Renames the property graph (including its associated tables) to the specified graph name (if it does not exists or is not empty).
|
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.