Example usage for Java io.vertx.mysqlclient MySQLConnectOptions fields, constructors, methods, implement or subclass
The text is from its open source code.
MySQLConnectOptions | addProperty(String key, String value) |
MySQLConnectOptions | setCharset(String charset) Set the charset for the connection. |
MySQLConnectOptions | setCollation(String collation) Set the collation for the connection. |
MySQLConnectOptions | setProperties(Map |