Package | Description |
---|---|
io.vertx.rxjava.mssqlclient |
Modifier and Type | Field and Description |
---|---|
static TypeArg<MSSQLConnection> |
MSSQLConnection.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static MSSQLConnection |
MSSQLConnection.cast(SqlConnection sqlConnection)
Cast a to
MSSQLConnection . |
MSSQLConnection |
MSSQLConnection.closeHandler(io.vertx.core.Handler<Void> handler) |
MSSQLConnection |
MSSQLConnection.exceptionHandler(io.vertx.core.Handler<Throwable> handler) |
static MSSQLConnection |
MSSQLConnection.newInstance(MSSQLConnection arg) |
MSSQLConnection |
MSSQLConnection.prepare(String s) |
MSSQLConnection |
MSSQLConnection.prepare(String s,
io.vertx.core.Handler<io.vertx.core.AsyncResult<PreparedStatement>> handler) |
Modifier and Type | Method and Description |
---|---|
static rx.Single<MSSQLConnection> |
MSSQLConnection.rxConnect(Vertx vertx,
MSSQLConnectOptions connectOptions)
Create a connection to SQL Server with the given
connectOptions . |
static rx.Single<MSSQLConnection> |
MSSQLConnection.rxConnect(Vertx vertx,
String connectionUri)
Like
connect(io.vertx.rxjava.core.Vertx, io.vertx.mssqlclient.MSSQLConnectOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.mssqlclient.MSSQLConnection>>) with options built from connectionUri . |
Modifier and Type | Method and Description |
---|---|
static void |
MSSQLConnection.connect(Vertx vertx,
MSSQLConnectOptions connectOptions,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MSSQLConnection>> handler)
Create a connection to SQL Server with the given
connectOptions . |
static void |
MSSQLConnection.connect(Vertx vertx,
String connectionUri,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MSSQLConnection>> handler)
Like
connect(io.vertx.rxjava.core.Vertx, io.vertx.mssqlclient.MSSQLConnectOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.mssqlclient.MSSQLConnection>>) with options built from connectionUri . |
Copyright © 2021 Eclipse. All rights reserved.