Package | Description |
---|---|
io.vertx.mssqlclient |
Modifier and Type | Method and Description |
---|---|
static MSSQLConnection |
MSSQLConnection.cast(SqlConnection sqlConnection)
Cast a
SqlConnection to MSSQLConnection . |
MSSQLConnection |
MSSQLConnection.closeHandler(io.vertx.core.Handler<Void> handler) |
MSSQLConnection |
MSSQLConnection.exceptionHandler(io.vertx.core.Handler<Throwable> handler) |
MSSQLConnection |
MSSQLConnection.prepare(String s,
io.vertx.core.Handler<io.vertx.core.AsyncResult<PreparedStatement>> handler) |
Modifier and Type | Method and Description |
---|---|
static io.vertx.core.Future<MSSQLConnection> |
MSSQLConnection.connect(io.vertx.core.Vertx vertx,
MSSQLConnectOptions connectOptions)
Like
connect(Vertx, MSSQLConnectOptions, Handler) but returns a Future of the asynchronous result |
static io.vertx.core.Future<MSSQLConnection> |
MSSQLConnection.connect(io.vertx.core.Vertx vertx,
String connectionUri)
Like
connect(Vertx, String, Handler) but returns a Future of the asynchronous result |
Modifier and Type | Method and Description |
---|---|
static void |
MSSQLConnection.connect(io.vertx.core.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(io.vertx.core.Vertx vertx,
String connectionUri,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MSSQLConnection>> handler)
Like
connect(Vertx, MSSQLConnectOptions, Handler) with options built from connectionUri . |
Copyright © 2022 Eclipse. All rights reserved.