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(java.lang.String s)
Parses a given string into a ChangeAction object.
|
static DataChange.ChangeAction |
DataChange.ChangeAction.valueOf(java.lang.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, java.lang.Long longID, java.lang.String szKey, java.lang.Object v, java.lang.Long longStartSCN, java.lang.Long longEndSCN, java.lang.String szXID)
This method returns an instance of VertexChange.
|
static EdgeChange |
EdgeChange.getInstance(DataChange.ChangeAction ca, java.lang.Long longID, java.lang.String szKey, java.lang.Object v, java.lang.Long longStartSCN, java.lang.Long longEndSCN, java.lang.String szXID, java.lang.String szLbl, java.lang.Long longSVID, java.lang.Long longDVID)
This method returns an instance of EdgeChange.
|
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.