public interface OraclePgqlResultSet
extends java.lang.AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the underlying JDBC ResultSet and Statement.
|
OraclePgqlResultSetMetaData |
getMetaData()
Returns an object describing the return columns of this PGQL query result.
|
java.lang.Iterable<OraclePgqlResult> |
getResults()
Returns an iterable collection for this query result
|
void close() throws java.sql.SQLException
close
in interface java.lang.AutoCloseable
java.sql.SQLException
OraclePgqlResultSetMetaData getMetaData()
java.lang.Iterable<OraclePgqlResult> getResults() throws java.sql.SQLException
java.sql.SQLException
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.