Skip navigation links
A C D E F G I L M O P R S T V W 

A

acceptsOptions(SqlConnectOptions) - Method in class io.vertx.mysqlclient.spi.MySQLDriver
 
addCrlPath(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
addCrlValue(Buffer) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
addProperty(String, String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Add a property for this client, which will be sent to server at the re-authentication.
addProperty(String, String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 

C

cast(SqlConnection) - Static method in interface io.vertx.mysqlclient.MySQLConnection
changeUser(MySQLAuthOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.mysqlclient.MySQLConnection
Send a CHANGE_USER command to change the user of the current connection, this operation will also reset connection state.
changeUser(MySQLAuthOptions) - Method in interface io.vertx.mysqlclient.MySQLConnection
Like MySQLConnection.changeUser(MySQLAuthOptions, Handler) but returns a Future of the asynchronous result
closeHandler(Handler<Void>) - Method in interface io.vertx.mysqlclient.MySQLConnection
connect(Vertx, MySQLConnectOptions, Handler<AsyncResult<MySQLConnection>>) - Static method in interface io.vertx.mysqlclient.MySQLConnection
Create a connection to MySQL server with the given connectOptions.
connect(Vertx, MySQLConnectOptions) - Static method in interface io.vertx.mysqlclient.MySQLConnection
Like MySQLConnection.connect(Vertx, MySQLConnectOptions, Handler) but returns a Future of the asynchronous result
connect(Vertx, String, Handler<AsyncResult<MySQLConnection>>) - Static method in interface io.vertx.mysqlclient.MySQLConnection
Like MySQLConnection.connect(Vertx, MySQLConnectOptions, Handler) with options built from connectionUri.
connect(Vertx, String) - Static method in interface io.vertx.mysqlclient.MySQLConnection
Like MySQLConnection.connect(Vertx, String, Handler) but returns a Future of the asynchronous result
connectHandler(Handler<SqlConnection>) - Method in interface io.vertx.mysqlclient.MySQLPool
 
connectionProvider(Function<Context, Future<SqlConnection>>) - Method in interface io.vertx.mysqlclient.MySQLPool
 
createConnectionFactory(Vertx, SqlConnectOptions) - Method in class io.vertx.mysqlclient.spi.MySQLDriver
 
createPool(Vertx, List<? extends SqlConnectOptions>, PoolOptions) - Method in class io.vertx.mysqlclient.spi.MySQLDriver
 

D

debug(Handler<AsyncResult<Void>>) - Method in interface io.vertx.mysqlclient.MySQLConnection
Send a DEBUG command to dump debug information to the server's stdout.
debug() - Method in interface io.vertx.mysqlclient.MySQLConnection
Like MySQLConnection.debug(Handler) but returns a Future of the asynchronous result
DEFAULT_CHARACTER_ENCODING - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_CHARSET - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_CONNECTION_ATTRIBUTES - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_HOST - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_PASSWORD - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_PORT - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_SCHEMA - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_SSL_MODE - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_USE_AFFECTED_ROWS - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_USER - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 

E

exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.mysqlclient.MySQLConnection

F

fromJson(Iterable<Map.Entry<String, Object>>, MySQLAuthOptions) - Static method in class io.vertx.mysqlclient.MySQLAuthOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, MySQLConnectOptions) - Static method in class io.vertx.mysqlclient.MySQLConnectOptionsConverter
 
fromUri(String) - Static method in class io.vertx.mysqlclient.MySQLConnectOptions
Provide a MySQLConnectOptions configured from a connection URI.

G

Geometry - Class in io.vertx.mysqlclient.data.spatial
Geometry is an abstract class which represents the base of MySQL geometry data type.
Geometry() - Constructor for class io.vertx.mysqlclient.data.spatial.Geometry
 
Geometry(Geometry) - Constructor for class io.vertx.mysqlclient.data.spatial.Geometry
 
Geometry(long) - Constructor for class io.vertx.mysqlclient.data.spatial.Geometry
 
GeometryCollection - Class in io.vertx.mysqlclient.data.spatial
A GeomCollection is a geometry that is a collection of zero or more geometries of any class.
GeometryCollection() - Constructor for class io.vertx.mysqlclient.data.spatial.GeometryCollection
 
GeometryCollection(GeometryCollection) - Constructor for class io.vertx.mysqlclient.data.spatial.GeometryCollection
 
GeometryCollection(long, List<Geometry>) - Constructor for class io.vertx.mysqlclient.data.spatial.GeometryCollection
 
getAuthenticationPlugin() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Get the default authentication plugin for connecting the server.
getCharacterEncoding() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Get the Java charset for encoding string values.
getCharset() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Get the charset for the connection.
getCharset() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Get the charset for the connection.
getCollation() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Get the collation for the connection.
getCollation() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Get the collation for the connection.
getDatabase() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Get the database name for the re-authentication.
getErrorCode() - Method in exception io.vertx.mysqlclient.MySQLException
Get the error code in the error message sent from MySQL server.
getGeometries() - Method in class io.vertx.mysqlclient.data.spatial.GeometryCollection
 
getInternalStatistics(Handler<AsyncResult<String>>) - Method in interface io.vertx.mysqlclient.MySQLConnection
Send a STATISTICS command to get a human readable string of the server internal status.
getInternalStatistics() - Method in interface io.vertx.mysqlclient.MySQLConnection
Like MySQLConnection.getInternalStatistics(Handler) but returns a Future of the asynchronous result
getLineStrings() - Method in class io.vertx.mysqlclient.data.spatial.MultiLineString
 
getLineStrings() - Method in class io.vertx.mysqlclient.data.spatial.Polygon
 
getMessage() - Method in exception io.vertx.mysqlclient.MySQLException
Get the error message in the error message sent from MySQL server.
getPassword() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Get the user password to be used for the authentication.
getPoints() - Method in class io.vertx.mysqlclient.data.spatial.LineString
 
getPoints() - Method in class io.vertx.mysqlclient.data.spatial.MultiPoint
 
getPolygons() - Method in class io.vertx.mysqlclient.data.spatial.MultiPolygon
 
getProperties() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
 
getServerRsaPublicKeyPath() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Get the path of the server RSA public key.
getServerRsaPublicKeyPath() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Get the path of the server RSA public key.
getServerRsaPublicKeyValue() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Get the value of the server RSA public key.
getServerRsaPublicKeyValue() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Get the value of the server RSA public key.
getSocketAddress() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
getSqlState() - Method in exception io.vertx.mysqlclient.MySQLException
Get the SQL state in the error message sent from MySQL server.
getSRID() - Method in class io.vertx.mysqlclient.data.spatial.Geometry
 
getSslMode() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Get the value of the configured SSL mode.
getUser() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Get the user account to be used for the authentication.
getX() - Method in class io.vertx.mysqlclient.data.spatial.Point
 
getY() - Method in class io.vertx.mysqlclient.data.spatial.Point
 

I

init() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Initialize with the default options.
io.vertx.mysqlclient - package io.vertx.mysqlclient
 
io.vertx.mysqlclient.data.spatial - package io.vertx.mysqlclient.data.spatial
 
io.vertx.mysqlclient.spi - package io.vertx.mysqlclient.spi
 
isUseAffectedRows() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Get how affected rows are calculated on update/delete/insert.
isUsingDomainSocket() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 

L

LAST_INSERTED_ID - Static variable in interface io.vertx.mysqlclient.MySQLClient
SqlResult property kind for MySQL last_insert_id.
The property kind can be used to fetch the auto incremented id of the last row when executing inserting or updating operations.
LineString - Class in io.vertx.mysqlclient.data.spatial
A LineString is a Curve with linear interpolation between points, it may represents a Line or a LinearRing.
LineString() - Constructor for class io.vertx.mysqlclient.data.spatial.LineString
 
LineString(LineString) - Constructor for class io.vertx.mysqlclient.data.spatial.LineString
 
LineString(long, List<Point>) - Constructor for class io.vertx.mysqlclient.data.spatial.LineString
 

M

MultiLineString - Class in io.vertx.mysqlclient.data.spatial
A MultiLineString is a MultiCurve geometry collection composed of LineString elements.
MultiLineString() - Constructor for class io.vertx.mysqlclient.data.spatial.MultiLineString
 
MultiLineString(MultiLineString) - Constructor for class io.vertx.mysqlclient.data.spatial.MultiLineString
 
MultiLineString(long, List<LineString>) - Constructor for class io.vertx.mysqlclient.data.spatial.MultiLineString
 
MultiPoint - Class in io.vertx.mysqlclient.data.spatial
A MultiPoint is a geometry collection composed of Point elements.
MultiPoint() - Constructor for class io.vertx.mysqlclient.data.spatial.MultiPoint
 
MultiPoint(MultiPoint) - Constructor for class io.vertx.mysqlclient.data.spatial.MultiPoint
 
MultiPoint(long, List<Point>) - Constructor for class io.vertx.mysqlclient.data.spatial.MultiPoint
 
MultiPolygon - Class in io.vertx.mysqlclient.data.spatial
A MultiPolygon is a MultiSurface object composed of Polygon elements.
MultiPolygon() - Constructor for class io.vertx.mysqlclient.data.spatial.MultiPolygon
 
MultiPolygon(MultiPolygon) - Constructor for class io.vertx.mysqlclient.data.spatial.MultiPolygon
 
MultiPolygon(long, List<Polygon>) - Constructor for class io.vertx.mysqlclient.data.spatial.MultiPolygon
 
MySQLAuthenticationPlugin - Enum in io.vertx.mysqlclient
MySQL authentication plugins which can be specified at the connection start, more information could be found in MySQL Reference Manual.
MySQLAuthOptions - Class in io.vertx.mysqlclient
Authentication options for MySQL authentication which can be used for CHANGE_USER command.
MySQLAuthOptions() - Constructor for class io.vertx.mysqlclient.MySQLAuthOptions
 
MySQLAuthOptions(JsonObject) - Constructor for class io.vertx.mysqlclient.MySQLAuthOptions
 
MySQLAuthOptions(MySQLAuthOptions) - Constructor for class io.vertx.mysqlclient.MySQLAuthOptions
 
MySQLAuthOptionsConverter - Class in io.vertx.mysqlclient
Converter and mapper for MySQLAuthOptions.
MySQLAuthOptionsConverter() - Constructor for class io.vertx.mysqlclient.MySQLAuthOptionsConverter
 
MySQLClient - Interface in io.vertx.mysqlclient
An interface to define MySQL specific constants or behaviors.
MySQLConnection - Interface in io.vertx.mysqlclient
An interface which represents a connection to MySQL server.
MySQLConnectOptions - Class in io.vertx.mysqlclient
Connect options for configuring MySQLConnection or MySQLPool.
MySQLConnectOptions() - Constructor for class io.vertx.mysqlclient.MySQLConnectOptions
 
MySQLConnectOptions(JsonObject) - Constructor for class io.vertx.mysqlclient.MySQLConnectOptions
 
MySQLConnectOptions(SqlConnectOptions) - Constructor for class io.vertx.mysqlclient.MySQLConnectOptions
 
MySQLConnectOptions(MySQLConnectOptions) - Constructor for class io.vertx.mysqlclient.MySQLConnectOptions
 
MySQLConnectOptionsConverter - Class in io.vertx.mysqlclient
Converter and mapper for MySQLConnectOptions.
MySQLConnectOptionsConverter() - Constructor for class io.vertx.mysqlclient.MySQLConnectOptionsConverter
 
MySQLDriver - Class in io.vertx.mysqlclient.spi
 
MySQLDriver() - Constructor for class io.vertx.mysqlclient.spi.MySQLDriver
 
MySQLException - Exception in io.vertx.mysqlclient
A RuntimeException signals that an error occurred.
MySQLException(String, int, String) - Constructor for exception io.vertx.mysqlclient.MySQLException
 
MySQLPool - Interface in io.vertx.mysqlclient
MySQLSetOption - Enum in io.vertx.mysqlclient
MySQL set options which can be used by MySQLConnection.setOption(MySQLSetOption, Handler).

O

of(String) - Static method in enum io.vertx.mysqlclient.SslMode
 

P

ping(Handler<AsyncResult<Void>>) - Method in interface io.vertx.mysqlclient.MySQLConnection
Send a PING command to check if the server is alive.
ping() - Method in interface io.vertx.mysqlclient.MySQLConnection
Like MySQLConnection.ping(Handler) but returns a Future of the asynchronous result
Point - Class in io.vertx.mysqlclient.data.spatial
A Point is a geometry that represents a single location in coordinate space.
Point() - Constructor for class io.vertx.mysqlclient.data.spatial.Point
 
Point(Point) - Constructor for class io.vertx.mysqlclient.data.spatial.Point
 
Point(long, double, double) - Constructor for class io.vertx.mysqlclient.data.spatial.Point
 
Polygon - Class in io.vertx.mysqlclient.data.spatial
A Polygon is a planar Surface representing a multisided geometry.
Polygon() - Constructor for class io.vertx.mysqlclient.data.spatial.Polygon
 
Polygon(Polygon) - Constructor for class io.vertx.mysqlclient.data.spatial.Polygon
 
Polygon(long, List<LineString>) - Constructor for class io.vertx.mysqlclient.data.spatial.Polygon
 
pool(String) - Static method in interface io.vertx.mysqlclient.MySQLPool
Like MySQLPool.pool(String, PoolOptions) with default options.
pool(String, PoolOptions) - Static method in interface io.vertx.mysqlclient.MySQLPool
Like MySQLPool.pool(MySQLConnectOptions, PoolOptions) with database built from connectionUri.
pool(Vertx, String) - Static method in interface io.vertx.mysqlclient.MySQLPool
pool(Vertx, String, PoolOptions) - Static method in interface io.vertx.mysqlclient.MySQLPool
Like MySQLPool.pool(Vertx, MySQLConnectOptions, PoolOptions) with database built from connectionUri.
pool(MySQLConnectOptions, PoolOptions) - Static method in interface io.vertx.mysqlclient.MySQLPool
Create a connection pool to the MySQL server configured with the given options.
pool(Vertx, MySQLConnectOptions, PoolOptions) - Static method in interface io.vertx.mysqlclient.MySQLPool
Like MySQLPool.pool(MySQLConnectOptions, PoolOptions) with a specific Vertx instance.
pool(List<MySQLConnectOptions>, PoolOptions) - Static method in interface io.vertx.mysqlclient.MySQLPool
Create a connection pool to the MySQL databases with round-robin selection.
pool(Vertx, List<MySQLConnectOptions>, PoolOptions) - Static method in interface io.vertx.mysqlclient.MySQLPool
Like MySQLPool.pool(List, PoolOptions) with a specific Vertx instance.
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in interface io.vertx.mysqlclient.MySQLConnection

R

removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
resetConnection(Handler<AsyncResult<Void>>) - Method in interface io.vertx.mysqlclient.MySQLConnection
Send a RESET_CONNECTION command to reset the session state.
resetConnection() - Method in interface io.vertx.mysqlclient.MySQLConnection
Like MySQLConnection.resetConnection(Handler) but returns a Future of the asynchronous result

S

setAuthenticationPlugin(MySQLAuthenticationPlugin) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Set the default authentication plguin for the client, the option will take effect at the connection start.
setCachePreparedStatements(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setCharacterEncoding(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Set the Java charset for encoding string values, this value is UTF-8 by default.
setCharset(String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Set the charset for the connection.
setCharset(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Set the charset for the connection.
setCollation(String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Set the collation for the connection.
setCollation(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Set the collation for the connection.
setConnectTimeout(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setDatabase(String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Specify the default database for the re-authentication.
setDatabase(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setGeometries(List<Geometry>) - Method in class io.vertx.mysqlclient.data.spatial.GeometryCollection
 
setHost(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setHostnameVerificationAlgorithm(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setIdleTimeout(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setLineStrings(List<LineString>) - Method in class io.vertx.mysqlclient.data.spatial.MultiLineString
 
setLineStrings(List<LineString>) - Method in class io.vertx.mysqlclient.data.spatial.Polygon
 
setLocalAddress(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setLogActivity(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setMetricsName(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setOption(MySQLSetOption, Handler<AsyncResult<Void>>) - Method in interface io.vertx.mysqlclient.MySQLConnection
Send a SET_OPTION command to set options for the current connection.
setOption(MySQLSetOption) - Method in interface io.vertx.mysqlclient.MySQLConnection
Like MySQLConnection.setOption(MySQLSetOption, Handler) but returns a Future of the asynchronous result
setPassword(String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Specify the user password to be used for the authentication.
setPassword(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setPoints(List<Point>) - Method in class io.vertx.mysqlclient.data.spatial.LineString
 
setPoints(List<Point>) - Method in class io.vertx.mysqlclient.data.spatial.MultiPoint
 
setPolygons(List<Polygon>) - Method in class io.vertx.mysqlclient.data.spatial.MultiPolygon
 
setPort(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setPreparedStatementCacheMaxSize(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setPreparedStatementCacheSqlFilter(Predicate<String>) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setPreparedStatementCacheSqlLimit(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setProperties(Map<String, String>) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Set connection attributes which will be sent to server at the re-authentication.
setProperties(Map<String, String>) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setProxyOptions(ProxyOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setReconnectAttempts(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setReconnectInterval(long) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setReuseAddress(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setReusePort(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setSendBufferSize(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setServerRsaPublicKeyPath(String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Set the path of server RSA public key which is mostly used for encrypting password under insecure connections when performing authentication.
setServerRsaPublicKeyPath(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Set the path of server RSA public key which is mostly used for encrypting password under insecure connections when performing authentication.
setServerRsaPublicKeyValue(Buffer) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Set the value of server RSA public key which is mostly used for encrypting password under insecure connections when performing authentication.
setServerRsaPublicKeyValue(Buffer) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Set the value of server RSA public key which is mostly used for encrypting password under insecure connections when performing authentication.
setSoLinger(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setSRID(long) - Method in class io.vertx.mysqlclient.data.spatial.Geometry
 
setSsl(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setSslHandshakeTimeout(long) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setSslMode(SslMode) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Set the SslMode for the client, this option can be used to specify the desired security state of the connection to the server.
setTcpCork(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setTcpFastOpen(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setTcpQuickAck(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setTracingPolicy(TracingPolicy) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setTrafficClass(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setTrustAll(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setTrustOptions(TrustOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setUseAffectedRows(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Sets how affected rows are calculated on update/delete/insert, if set to true an update that effectively does not change any data returns zero affected rows.
setUseAlpn(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setUser(String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Specify the user account to be used for the authentication.
setUser(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setX(double) - Method in class io.vertx.mysqlclient.data.spatial.Point
 
setY(double) - Method in class io.vertx.mysqlclient.data.spatial.Point
 
specifySchema(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.mysqlclient.MySQLConnection
Send a INIT_DB command to change the default schema of the connection.
specifySchema(String) - Method in interface io.vertx.mysqlclient.MySQLConnection
Like MySQLConnection.specifySchema(String, Handler) but returns a Future of the asynchronous result
SslMode - Enum in io.vertx.mysqlclient
This parameter specifies the desired security state of the connection to the server.

T

toJson() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
 
toJson(MySQLAuthOptions, JsonObject) - Static method in class io.vertx.mysqlclient.MySQLAuthOptionsConverter
 
toJson(MySQLAuthOptions, Map<String, Object>) - Static method in class io.vertx.mysqlclient.MySQLAuthOptionsConverter
 
toJson() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
toJson(MySQLConnectOptions, JsonObject) - Static method in class io.vertx.mysqlclient.MySQLConnectOptionsConverter
 
toJson(MySQLConnectOptions, Map<String, Object>) - Static method in class io.vertx.mysqlclient.MySQLConnectOptionsConverter
 

V

value - Variable in enum io.vertx.mysqlclient.MySQLAuthenticationPlugin
 
value - Variable in enum io.vertx.mysqlclient.SslMode
 
valueOf(String) - Static method in enum io.vertx.mysqlclient.MySQLAuthenticationPlugin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.mysqlclient.MySQLSetOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.mysqlclient.SslMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.vertx.mysqlclient.MySQLAuthenticationPlugin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.mysqlclient.MySQLSetOption
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum io.vertx.mysqlclient.SslMode
 
values() - Static method in enum io.vertx.mysqlclient.SslMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrap(SqlConnectOptions) - Static method in class io.vertx.mysqlclient.MySQLConnectOptions
 
A C D E F G I L M O P R S T V W 
Skip navigation links

Copyright © 2021 Eclipse. All rights reserved.