Package | Description |
---|---|
oracle.pg.nosql |
This package contains the logic specific to the property graph support on Oracle NoSQL Database.
|
Modifier and Type | Method and Description |
---|---|
DataChange.ChangeAction |
DataChange.getChangeAction()
This method returns the type of this change
|
static DataChange.ChangeAction |
DataChange.translateIntoChangeAction(String s) |
static DataChange.ChangeAction |
DataChange.ChangeAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataChange.ChangeAction[] |
DataChange.ChangeAction.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
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.
|
static EdgeChange |
EdgeChange.getInstance(DataChange.ChangeAction ca, Long longID, String szKey, Object v, Long longStartSCN, Long longEndSCN, String szXID, String szLbl, Long longSVID, Long longDVID)
This method returns an instance of EdgeChange.
|
Copyright © 2015 Oracle and/or its afflilates. All Rights Reserved.