| Package | Description |
|---|---|
| oracle.pgx.api |
This package contains the main Java APIs.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ScalarSet<T> |
PgxSession.createSet(PropertyType contentType)
Blocking version of
PgxSession.createSetAsync(PropertyType). |
<T> ScalarSet<T> |
PgxSession.createSet(PropertyType contentType,
java.lang.String name)
Blocking version of
PgxSession.createSetAsync(PropertyType, String). |
| Modifier and Type | Method and Description |
|---|---|
<T> PgxFuture<ScalarSet<T>> |
PgxSession.createSetAsync(PropertyType contentType)
Convenience method around
PgxSession.createSetAsync(PropertyType, String) passing name as null. |
<T> PgxFuture<ScalarSet<T>> |
PgxSession.createSetAsync(PropertyType contentType,
java.lang.String name)
Creates a set of scalars.
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.