| 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 logic specific to the property graph support on Oracle Database. 
 | 
| oracle.pg.rdbms.pgql | 
 This package contains logic for translating PGQL queries to equivalent SQL queries. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
OraclePropertyGraphBase.decodeObject(int iType, java.lang.String szVal)
Deprecated.   
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
OraclePropertyGraphUtils.readBinaryInMemGraphSnapshot(java.lang.String szGraphName, java.lang.String tableOwner, java.sql.Connection conn, java.io.OutputStream[] os, long lSnapshotID, int dop)
Reads an In-Memory Graph Snapshot (binary file) from the snapshot SS$ table and writes it into the given outputstream. 
 | 
static void | 
OraclePropertyGraphUtils.storeBinaryInMemGraphSnapshot(java.lang.String szGraphName, java.lang.String tableOwner, java.sql.Connection conn, java.io.InputStream is, long lSnapshotID, int dop)
Stores an In-Memory Graph Snapshot (binary file) into the snapshot SS$ table. 
 | 
static void | 
OraclePropertyGraphUtils.storeBinaryInMemGraphSnapshot(java.lang.String szGraphName, java.lang.String tableOwner, java.sql.Connection conn, java.io.InputStream is, long lSnapshotID, long lTimestamp, int dop)
Stores an In-Memory Graph Snapshot (binary file) into the snapshot SS$ table. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PgqlToSqlException  | 
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.