Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the logic specific to the property graph support on Oracle Database.
|
Modifier and Type | Class and Description |
---|---|
class |
OraclePgqlResultImpl
Holds a single row in a PGQL query result.
|
Modifier and Type | Method and Description |
---|---|
OraclePgqlResult |
OraclePgqlResultIteratorImpl.next()
Returns the next result from the iterator.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<OraclePgqlResult> |
OraclePgqlResultSet.getResults()
Returns an iterable collection for this query result
|
java.lang.Iterable<OraclePgqlResult> |
OraclePgqlResultSetImpl.getResults()
Returns an iterable collection for this query result
|
java.util.Iterator<OraclePgqlResult> |
OraclePgqlResultIterable.iterator()
Returns an iterator for this PGQL query result.
|
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.