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 |
---|---|
DataChange.ChangeAction |
DataChange.getChangeAction()
Returns the type of this change
|
static DataChange.ChangeAction |
DataChange.translateIntoChangeAction(String s)
Parses a given string into a ChangeAction object.
|
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 © 2017 Oracle and/or its affiliates. All Rights Reserved.