Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the APIs specific to the property graph support on Oracle Database.
|
Modifier and Type | Class and Description |
---|---|
class |
OraclePropertyGraphAnalyticsException
This class extends the generic OraclePropertyGraphException.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
OraclePgqlResultElement.getContents()
Deprecated.
Returns the value of this result element.
|
java.lang.Object |
OraclePgqlResultElementImpl.getContents()
Deprecated.
Returns the value of this result element.
|
OracleEdge |
OraclePgqlResultImpl.getEdge(int elementIdx)
Deprecated.
Gets the Edge object for the result element at given position.
|
OracleEdge |
OraclePgqlResult.getEdge(int elementIdx)
Deprecated.
|
java.lang.Object |
OraclePgqlResultImpl.getValue(int elementIdx)
Deprecated.
Gets the value for the result element at given position.
|
java.lang.Object |
OraclePgqlResult.getValue(int elementIdx)
Deprecated.
Gets the value for the result element at given position.
|
OracleVertex |
OraclePgqlResultImpl.getVertex(int elementIdx)
Deprecated.
Gets the Vertex object for the result element at given position.
|
OracleVertex |
OraclePgqlResult.getVertex(int elementIdx)
Deprecated.
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.