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