Package io.vertx.mutiny.mssqlclient
Class MSSQLBuilder
java.lang.Object
io.vertx.mutiny.mssqlclient.MSSQLBuilder
- All Implemented Interfaces:
MutinyDelegate
Entry point for building MSSQL clients.
NOTE: This class has been automatically generated from the
original non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMSSQLBuilder(io.vertx.mssqlclient.MSSQLBuilder delegate) MSSQLBuilder(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.vertx.mssqlclient.MSSQLBuilderinthashCode()static MSSQLBuildernewInstance(io.vertx.mssqlclient.MSSQLBuilder arg) static ClientBuilder<Pool>pool()static Poolpool(Consumer<ClientBuilder<Pool>> block) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
MSSQLBuilder
public MSSQLBuilder(io.vertx.mssqlclient.MSSQLBuilder delegate) -
MSSQLBuilder
-
-
Method Details
-
getDelegate
public io.vertx.mssqlclient.MSSQLBuilder 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:
-
newInstance
-