Java io.vertx.mysqlclient MySQLConnectOptions fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.mysqlclient MySQLConnectOptions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.mysqlclient MySQLConnectOptions.

The text is from its open source code.

Constructor

Method

MySQLConnectOptionsaddProperty(String key, String value)
MySQLConnectOptionssetCharset(String charset)
Set the charset for the connection.
MySQLConnectOptionssetCollation(String collation)
Set the collation for the connection.
MySQLConnectOptionssetProperties(Map properties)