Package io.vertx.mutiny.pgclient
Class PgPool
java.lang.Object
io.vertx.mutiny.sqlclient.SqlClient
io.vertx.mutiny.sqlclient.Pool
io.vertx.mutiny.pgclient.PgPool
- All Implemented Interfaces:
MutinyDelegate
A of
PostgreSQL connections.
NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SqlClientclient()static SqlClientclient(Vertx vertx, io.vertx.pgclient.PgConnectOptions database, io.vertx.sqlclient.PoolOptions options) static SqlClientstatic SqlClientstatic SqlClientstatic SqlClientclient(Vertx vertx, Supplier<io.smallrye.mutiny.Uni<io.vertx.pgclient.PgConnectOptions>> databases, io.vertx.sqlclient.PoolOptions options) static SqlClientclient(Vertx vertx, List<io.vertx.pgclient.PgConnectOptions> databases, io.vertx.sqlclient.PoolOptions options) static SqlClientclient(io.vertx.pgclient.PgConnectOptions database, io.vertx.sqlclient.PoolOptions options) static SqlClientclient(io.vertx.sqlclient.PoolOptions options) static SqlClientstatic SqlClientstatic SqlClientclient(Supplier<io.smallrye.mutiny.Uni<io.vertx.pgclient.PgConnectOptions>> databases, io.vertx.sqlclient.PoolOptions options) static SqlClientconnectHandler(Consumer<SqlConnection> handler) connectionProvider(Function<Context, io.smallrye.mutiny.Uni<SqlConnection>> provider) booleanio.vertx.pgclient.PgPoolinthashCode()static PgPoolnewInstance(io.vertx.pgclient.PgPool arg) static PgPoolpool()static PgPoolpool(Vertx vertx, io.vertx.pgclient.PgConnectOptions database, io.vertx.sqlclient.PoolOptions options) static PgPoolstatic PgPoolstatic PgPoolstatic PgPoolpool(Vertx vertx, Supplier<io.smallrye.mutiny.Uni<io.vertx.pgclient.PgConnectOptions>> databases, io.vertx.sqlclient.PoolOptions poolOptions) static PgPoolpool(Vertx vertx, List<io.vertx.pgclient.PgConnectOptions> databases, io.vertx.sqlclient.PoolOptions poolOptions) static PgPoolpool(io.vertx.pgclient.PgConnectOptions database, io.vertx.sqlclient.PoolOptions options) static PgPoolpool(io.vertx.sqlclient.PoolOptions options) static PgPoolstatic PgPoolstatic PgPoolpool(Supplier<io.smallrye.mutiny.Uni<io.vertx.pgclient.PgConnectOptions>> databases, io.vertx.sqlclient.PoolOptions poolOptions) static PgPoolpool(List<io.vertx.pgclient.PgConnectOptions> databases, io.vertx.sqlclient.PoolOptions poolOptions) toString()Methods inherited from class io.vertx.mutiny.sqlclient.Pool
close, closeAndAwait, closeAndForget, getConnection, getConnectionAndAwait, getConnectionAndForget, newInstance, pool, pool, pool, preparedQuery, query, size, withConnection, withConnectionAndAwait, withConnectionAndForget, withTransaction, withTransaction, withTransactionAndAwait, withTransactionAndAwait, withTransactionAndForget, withTransactionAndForgetMethods inherited from class io.vertx.mutiny.sqlclient.SqlClient
newInstance, preparedQuery
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
PgPool
public PgPool(io.vertx.pgclient.PgPool delegate) -
PgPool
-
-
Method Details
-
getDelegate
public io.vertx.pgclient.PgPool getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Overrides:
getDelegatein classPool- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
pool
- Returns:
-
pool
- Parameters:
options-- Returns:
-
pool
- Parameters:
connectionUri-- Returns:
-
pool
- Parameters:
connectionUri-options-- Returns:
-
pool
- Parameters:
vertx-connectionUri-- Returns:
-
pool
- Parameters:
vertx-options-- Returns:
-
pool
public static PgPool pool(Vertx vertx, String connectionUri, io.vertx.sqlclient.PoolOptions poolOptions) - Parameters:
vertx-connectionUri-poolOptions-- Returns:
-
pool
public static PgPool pool(io.vertx.pgclient.PgConnectOptions database, io.vertx.sqlclient.PoolOptions options) - Parameters:
database- the databaseoptions- the options for creating the pool- Returns:
- the connection pool
-
pool
public static PgPool pool(Vertx vertx, io.vertx.pgclient.PgConnectOptions database, io.vertx.sqlclient.PoolOptions options) - Parameters:
vertx-database-options-- Returns:
-
pool
public static PgPool pool(List<io.vertx.pgclient.PgConnectOptions> databases, io.vertx.sqlclient.PoolOptions poolOptions) - Parameters:
databases- the list of databasespoolOptions- the options for creating the pool- Returns:
- the connection pool
-
pool
public static PgPool pool(Vertx vertx, List<io.vertx.pgclient.PgConnectOptions> databases, io.vertx.sqlclient.PoolOptions poolOptions) - Parameters:
vertx-databases-poolOptions-- Returns:
-
client
- Returns:
-
client
- Parameters:
options-- Returns:
-
client
- Parameters:
connectionUri-- Returns:
-
client
- Parameters:
connectionUri-options-- Returns:
-
client
- Parameters:
vertx-connectionUri-- Returns:
-
client
- Parameters:
vertx-poolOptions-- Returns:
-
client
public static SqlClient client(Vertx vertx, String connectionUri, io.vertx.sqlclient.PoolOptions options) - Parameters:
vertx-connectionUri-options-- Returns:
-
client
public static SqlClient client(io.vertx.pgclient.PgConnectOptions database, io.vertx.sqlclient.PoolOptions options) - Parameters:
database-options- the options for creating the backing pool- Returns:
- the pooled client
-
client
public static SqlClient client(Vertx vertx, io.vertx.pgclient.PgConnectOptions database, io.vertx.sqlclient.PoolOptions options) - Parameters:
vertx-database-options-- Returns:
-
client
public static SqlClient client(Vertx vertx, List<io.vertx.pgclient.PgConnectOptions> databases, io.vertx.sqlclient.PoolOptions options) - Parameters:
vertx-databases-options-- Returns:
-
client
public static SqlClient client(List<io.vertx.pgclient.PgConnectOptions> databases, io.vertx.sqlclient.PoolOptions options) - Parameters:
databases- the list of databasesoptions- the options for creating the pool- Returns:
- the pooled client
-
connectHandler
- Overrides:
connectHandlerin classPool- Parameters:
handler- the handler- Returns:
-
connectionProvider
- Overrides:
connectionProviderin classPool- Parameters:
provider- the new connection provider- Returns:
- a reference to this, so the API can be used fluently
-
pool
public static PgPool pool(Supplier<io.smallrye.mutiny.Uni<io.vertx.pgclient.PgConnectOptions>> databases, io.vertx.sqlclient.PoolOptions poolOptions) - Parameters:
databases- the databases supplierpoolOptions- the options for creating the pool- Returns:
- the connection pool
-
pool
public static PgPool pool(Vertx vertx, Supplier<io.smallrye.mutiny.Uni<io.vertx.pgclient.PgConnectOptions>> databases, io.vertx.sqlclient.PoolOptions poolOptions) - Parameters:
vertx-databases-poolOptions-- Returns:
-
client
public static SqlClient client(Vertx vertx, Supplier<io.smallrye.mutiny.Uni<io.vertx.pgclient.PgConnectOptions>> databases, io.vertx.sqlclient.PoolOptions options) - Parameters:
vertx-databases-options-- Returns:
-
client
public static SqlClient client(Supplier<io.smallrye.mutiny.Uni<io.vertx.pgclient.PgConnectOptions>> databases, io.vertx.sqlclient.PoolOptions options) - Parameters:
databases- the databases supplieroptions- the options for creating the pool- Returns:
- the pooled client
-
newInstance
-