Interface MySQLClientSettings
-
public interface MySQLClientSettings
The client settings.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PREFIX
The prefix to use for all Vertx MySQL Client ConnectOptions settings.
-
-
-
Field Detail
-
PREFIX
static final java.lang.String PREFIX
The prefix to use for all Vertx MySQL Client ConnectOptions settings.- See Also:
- Constant Field Values
-
-