Package io.vertx.mutiny.pgclient
Class PgBuilder
java.lang.Object
io.vertx.mutiny.pgclient.PgBuilder
- All Implemented Interfaces:
MutinyDelegate
Entry point for building PostgreSQL clients.
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 ClientBuilder<SqlClient>client()static SqlClientclient(Consumer<ClientBuilder<SqlClient>> handler) booleanio.vertx.pgclient.PgBuilderinthashCode()static PgBuildernewInstance(io.vertx.pgclient.PgBuilder arg) static ClientBuilder<Pool>pool()static Poolpool(Consumer<ClientBuilder<Pool>> block) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
PgBuilder
public PgBuilder(io.vertx.pgclient.PgBuilder delegate) -
PgBuilder
-
-
Method Details
-
getDelegate
public io.vertx.pgclient.PgBuilder getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
pool
- Parameters:
block-- Returns:
-
pool
- Returns:
-
client
- Parameters:
handler-- Returns:
-
client
- Returns:
-
newInstance
-