Uses of Class
oracle.pgx.api.ScalarSet
-
Packages that use ScalarSet Package Description oracle.pgx.api This package contains the main Java APIs. -
-
Uses of ScalarSet in oracle.pgx.api
Methods in oracle.pgx.api that return ScalarSet Modifier and Type Method Description <T> ScalarSet<T>
PgxSession. createSet(PropertyType contentType)
Blocking version ofPgxSession.createSetAsync(PropertyType)
.<T> ScalarSet<T>
PgxSession. createSet(PropertyType contentType, java.lang.String name)
Blocking version ofPgxSession.createSetAsync(PropertyType, String)
.Methods in oracle.pgx.api that return types with arguments of type ScalarSet Modifier and Type Method Description <T> PgxFuture<ScalarSet<T>>
PgxSession. createSetAsync(PropertyType contentType)
Convenience method aroundPgxSession.createSetAsync(PropertyType, String)
passing name asnull
.<T> PgxFuture<ScalarSet<T>>
PgxSession. createSetAsync(PropertyType contentType, java.lang.String name)
Creates a set of scalars.
-