public interface PgxPreparedStatement
extends oracle.pgql.lang.PreparedStatement, oracle.pgql.lang.spatial.STPreparedStatement
Modifier and Type | Method and Description |
---|---|
PgqlResultSet |
executeQuery()
Blocking version of
executeQueryAsync() . |
PgxFuture<PgqlResultSet> |
executeQueryAsync()
Executes the PGQL query in this
PgxPreparedStatement object and returns the PgqlResultSet object generated by the query. |
PgqlResultSet executeQuery() throws oracle.pgql.lang.PgqlException
executeQueryAsync()
. Calls executeQueryAsync()
and waits for the returned PgxFuture
to complete.executeQuery
in interface oracle.pgql.lang.PreparedStatement
oracle.pgql.lang.PgqlException
- if the caller thread gets interrupted while waiting for completion or if any exception occurred during asynchronous execution. The actual exception will be nested.PgxFuture<PgqlResultSet> executeQueryAsync()
PgxPreparedStatement
object and returns the PgqlResultSet
object generated by the query.PgqlResultSet
object that contains the data produced by the query; never nullCopyright © 2017 Oracle Corp. All Rights Reserved.