Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<MSSQLBuilder> |
__TYPE_ARG |
Constructor and Description |
---|
MSSQLBuilder(MSSQLBuilder delegate) |
MSSQLBuilder(Object delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
MSSQLBuilder |
getDelegate() |
int |
hashCode() |
static MSSQLBuilder |
newInstance(MSSQLBuilder arg) |
static ClientBuilder<Pool> |
pool()
Provide a builder for MSSQL pool of connections
|
static Pool |
pool(Handler<ClientBuilder<Pool>> block)
Build a pool with the specified
block argument. |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<MSSQLBuilder> __TYPE_ARG
public MSSQLBuilder(MSSQLBuilder delegate)
public MSSQLBuilder(Object delegate)
public MSSQLBuilder getDelegate()
public static Pool pool(Handler<ClientBuilder<Pool>> block)
block
argument.
The block
argument is usually a lambda that configures the provided builder
Example usage: Pool pool = PgBuilder.pool(builder -> builder.connectingTo(connectOptions));
block
- block
public static ClientBuilder<Pool> pool()
Example usage: Pool pool = PgBuilder.pool().connectingTo(connectOptions).build()
public static MSSQLBuilder newInstance(MSSQLBuilder arg)
Copyright © 2024 Eclipse. All rights reserved.