public interface OraclePgqlResult
Modifier and Type | Method and Description |
---|---|
OraclePgqlColumnDescriptor.Type |
getColumnType(int elementIdx)
Gets the column type for the result element at given position.
|
OracleEdge |
getEdge(int elementIdx)
Gets the Edge object for the result element at given position.
|
java.util.List<OraclePgqlResultElement> |
getResultElements()
Returns the List of result elements for this result row
|
java.lang.Object |
getValue(int elementIdx)
Gets the value for the result element at given position.
|
int |
getValueType(int elementIdx)
Gets the value type for the result element at given position.
|
OracleVertex |
getVertex(int elementIdx)
Gets the Vertex object for the result element at given position.
|
OraclePgqlColumnDescriptor.Type getColumnType(int elementIdx)
Possible values are:
OraclePgqlColumnDescriptor.Type.VERTEX
OraclePgqlColumnDescriptor.Type.EDGE
OraclePgqlColumnDescriptor.Type.VALUE
elementIdx
- the result element positionOracleEdge getEdge(int elementIdx) throws OraclePropertyGraphException
elementIdx
- the result element positionOraclePropertyGraphException
java.util.List<OraclePgqlResultElement> getResultElements()
java.lang.Object getValue(int elementIdx) throws OraclePropertyGraphException
elementIdx
- the result element positionOraclePropertyGraphException
int getValueType(int elementIdx)
Value types correspond to values in the T column of the property graph relational schema.
elementIdx
- the result element positionOracleVertex getVertex(int elementIdx) throws OraclePropertyGraphException
elementIdx
- the result element positionOraclePropertyGraphException
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.