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