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 | Method and Description |
---|---|
OracleVertexPropertyBase<java.lang.Object> |
OracleVertexBase.property(java.lang.String key)
Get the OracleVertexPropertyBase for the provided key.
|
OracleVertexPropertyBase<java.lang.Object> |
OracleVertexBase.property(java.lang.String key, java.lang.Object value)
Assign a key/value property to the element.
|
OracleVertexPropertyBase<java.lang.Object> |
OracleVertexBase.property(java.lang.String key, java.lang.Object value, java.lang.Object... keyValues)
Create a new vertex property.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<OracleVertexPropertyBase<java.lang.Object>> |
OracleVertexBase.properties(java.lang.String... propertyKeys)
Get an Iterator of properties.
|