Uses of Interface
oracle.pgx.api.PgxPreparedStatement
-
Packages that use PgxPreparedStatement Package Description oracle.pgx.api This package contains the main Java APIs. -
-
Uses of PgxPreparedStatement in oracle.pgx.api
Methods in oracle.pgx.api that return PgxPreparedStatement Modifier and Type Method Description PgxPreparedStatement
PgxGraph. preparePgql(java.lang.String pgqlString)
Blocking version ofPgxGraph.preparePgql(String)
.PgxPreparedStatement
PgxSession. preparePgql(java.lang.String pgqlString)
Blocking version ofPgxSession.preparePgqlAsync(String)
.Methods in oracle.pgx.api that return types with arguments of type PgxPreparedStatement Modifier and Type Method Description PgxFuture<PgxPreparedStatement>
PgxGraph. preparePgqlAsync(java.lang.String pgqlString)
Prepares a PGQL query.PgxFuture<PgxPreparedStatement>
PgxSession. preparePgqlAsync(java.lang.String pgqlString)
Prepares a pattern matching query with a ON-clause.
-