Package | Description |
---|---|
io.vertx.mssqlclient | |
io.vertx.reactivex.mssqlclient | |
io.vertx.rxjava.mssqlclient | |
io.vertx.rxjava3.mssqlclient |
Modifier and Type | Method and Description |
---|---|
MSSQLInfo |
MSSQLInfo.setLineNumber(int lineNumber) |
MSSQLInfo |
MSSQLInfo.setMessage(String message) |
MSSQLInfo |
MSSQLInfo.setNumber(int number) |
MSSQLInfo |
MSSQLInfo.setProcedureName(String procedureName) |
MSSQLInfo |
MSSQLInfo.setServerName(String serverName) |
MSSQLInfo |
MSSQLInfo.setSeverity(byte severity) |
MSSQLInfo |
MSSQLInfo.setState(byte state) |
Modifier and Type | Method and Description |
---|---|
static void |
MSSQLInfoConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
MSSQLInfo obj) |
static void |
MSSQLInfoConverter.toJson(MSSQLInfo obj,
JsonObject json) |
static void |
MSSQLInfoConverter.toJson(MSSQLInfo obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
MSSQLConnection |
MSSQLConnection.infoHandler(Handler<MSSQLInfo> handler)
Set a handler called when the connection receives an informational message from the server.
|
Constructor and Description |
---|
MSSQLInfo(MSSQLInfo other) |
Modifier and Type | Method and Description |
---|---|
MSSQLConnection |
MSSQLConnection.infoHandler(Handler<MSSQLInfo> handler)
Set a handler called when the connection receives an informational message from the server.
|
Modifier and Type | Method and Description |
---|---|
MSSQLConnection |
MSSQLConnection.infoHandler(Handler<MSSQLInfo> handler)
Set a handler called when the connection receives an informational message from the server.
|
Modifier and Type | Method and Description |
---|---|
MSSQLConnection |
MSSQLConnection.infoHandler(Handler<MSSQLInfo> handler)
Set a handler called when the connection receives an informational message from the server.
|
Copyright © 2023 Eclipse. All rights reserved.