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 |
---|---|
static VertexChange |
VertexChange.getInstance(DataChange.ChangeAction ca,
Long longID,
String szKey,
Object v,
Long longStartSCN,
Long longEndSCN,
String szXID)
This method returns an instance of VertexChange.
|
VertexChange |
VertexChangeIteratorImpl.next()
This method returns the next VertexChange instance of the iterator.
|
Modifier and Type | Method and Description |
---|---|
Iterator<VertexChange> |
OracleChangeTracker.getVertexChanges(Long longStartSCN,
Long longEndSCN)
Returns the vertex changes between the given start SCN and end SCN.
|
Iterator<VertexChange> |
OraclePropertyGraph.getVertexChanges(Long longStartSCN,
Long longEndSCN)
Returns the changes between the given start SCN and end SCN.
|
Iterator<VertexChange> |
OracleChangeTracker.getVertexChanges(Long longStartSCN,
Long longEndSCN,
int iQueryDOP)
Returns the vertex changes between the given start SCN and end SCN.
|
Iterator<VertexChange> |
OraclePropertyGraph.getVertexChanges(Long longStartSCN,
Long longEndSCN,
int iQueryDOP)
Returns the vertex changes between the given start SCN and end SCN using the given
query degree of parallelism.
|
Iterator<VertexChange> |
OracleChangeTracker.getVertexChanges(Long longStartSCN,
Long longEndSCN,
int iQueryDOP,
boolean bFilterOutRemovedInserts)
Returns the vertex changes between the given start SCN and end SCN.
|
Iterator<VertexChange> |
OraclePropertyGraph.getVertexChanges(Long longStartSCN,
Long longEndSCN,
int iQueryDOP,
boolean bFilterOutRemovedInserts)
Returns the vertex changes between the given start SCN and end SCN.
|
Iterator<VertexChange> |
OraclePropertyGraph.getVertexChanges(Long longStartSCN,
Long longEndSCN,
int iQueryDOP,
boolean bFilterOutRemovedInserts,
String[] keys)
Returns the vertex changes between the given start SCN and end SCN.
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.