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.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleVertexPropertyBase<V>
This class implements the VertexProperty Tinkerpop3 interface for vertex properties.
|
Modifier and Type | Method and Description |
---|---|
OraclePropertyBase<java.lang.Object> |
OracleEdgeBase.property(java.lang.String key)
Get a
OraclePropertyBase for the OracleElementBase given its key. |
abstract <V> OraclePropertyBase<V> |
OracleElementBase.property(java.lang.String key) |
OraclePropertyBase<java.lang.Object> |
OracleEdgeBase.property(java.lang.String key, java.lang.Object value)
Add or set a property value for the
OracleElementBase given its key. |
<V> OraclePropertyBase<V> |
OracleElement.property(java.lang.String key, V value) |
<V> OraclePropertyBase<V> |
OracleVertexPropertyBase.property(java.lang.String key, V value)
Add or set a property value for the Element given its key.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<OraclePropertyBase<java.lang.Object>> |
OracleEdgeBase.properties(java.lang.String... propertyKeys)
Get an
Iterator of properties. |
<U> java.util.Iterator<OraclePropertyBase<U>> |
OracleVertexPropertyBase.properties(java.lang.String... propertyKeys)
Get an Iterator of properties.
|
<V> java.util.Iterator<? extends OraclePropertyBase<V>> |
OracleElement.properties(java.lang.String... propertyKeys)
Get an
Iterator of properties. |
Modifier and Type | Method and Description |
---|---|
static boolean |
OracleElementHelper.areEqual(OraclePropertyBase a, java.lang.Object b) |
static int |
OracleElementHelper.hashCode(OraclePropertyBase property) |