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.
|
Modifier and Type | Method and Description |
---|---|
Object |
OraclePropertyGraphBase.decodeObject(int iType,
String szVal)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
OraclePropertyGraphUtils.readBinaryInMemGraphSnapshot(String szGraphName,
String tableOwner,
Connection conn,
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(String szGraphName,
String tableOwner,
Connection conn,
InputStream is,
long lSnapshotID,
int dop)
Stores an In-Memory Graph Snapshot (binary file) into the snapshot SS$ table.
|
static void |
OraclePropertyGraphUtils.storeBinaryInMemGraphSnapshot(String szGraphName,
String tableOwner,
Connection conn,
InputStream is,
long lSnapshotID,
long lTimestamp,
int dop)
Stores an In-Memory Graph Snapshot (binary file) into the snapshot SS$ table.
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.