Uses of Interface
io.vertx.mssqlclient.MSSQLConnection
-
Packages that use MSSQLConnection Package Description io.vertx.mssqlclient io.vertx.reactivex.mssqlclient io.vertx.rxjava3.mssqlclient -
-
Uses of MSSQLConnection in io.vertx.mssqlclient
Methods in io.vertx.mssqlclient that return MSSQLConnection Modifier and Type Method Description static MSSQLConnection
MSSQLConnection. cast(SqlConnection sqlConnection)
Cast aSqlConnection
toMSSQLConnection
.MSSQLConnection
MSSQLConnection. closeHandler(Handler<Void> handler)
Set an handler called when the connection is closed.MSSQLConnection
MSSQLConnection. exceptionHandler(Handler<Throwable> handler)
Set an handler called with connection errors.MSSQLConnection
MSSQLConnection. infoHandler(Handler<MSSQLInfo> handler)
Set a handler called when the connection receives an informational message from the server.Methods in io.vertx.mssqlclient that return types with arguments of type MSSQLConnection Modifier and Type Method Description static Future<MSSQLConnection>
MSSQLConnection. connect(Vertx vertx, MSSQLConnectOptions connectOptions)
Create a connection to SQL Server with the givenconnectOptions
.static Future<MSSQLConnection>
MSSQLConnection. connect(Vertx vertx, String connectionUri)
Likeconnect(Vertx, MSSQLConnectOptions)
with options built fromconnectionUri
. -
Uses of MSSQLConnection in io.vertx.reactivex.mssqlclient
Methods in io.vertx.reactivex.mssqlclient that return MSSQLConnection Modifier and Type Method Description MSSQLConnection
MSSQLConnection. getDelegate()
Methods in io.vertx.reactivex.mssqlclient with parameters of type MSSQLConnection Modifier and Type Method Description static MSSQLConnection
MSSQLConnection. newInstance(MSSQLConnection arg)
Constructors in io.vertx.reactivex.mssqlclient with parameters of type MSSQLConnection Constructor Description MSSQLConnection(MSSQLConnection delegate)
-
Uses of MSSQLConnection in io.vertx.rxjava3.mssqlclient
Methods in io.vertx.rxjava3.mssqlclient that return MSSQLConnection Modifier and Type Method Description MSSQLConnection
MSSQLConnection. getDelegate()
Methods in io.vertx.rxjava3.mssqlclient with parameters of type MSSQLConnection Modifier and Type Method Description static MSSQLConnection
MSSQLConnection. newInstance(MSSQLConnection arg)
Constructors in io.vertx.rxjava3.mssqlclient with parameters of type MSSQLConnection Constructor Description MSSQLConnection(MSSQLConnection delegate)
-