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

A

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

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.
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, String, Handler<AsyncResult<MySQLConnection>>) - Static method in interface io.vertx.mysqlclient.MySQLConnection
Like MySQLConnection.connect(Vertx, MySQLConnectOptions, Handler) with options build from connectionUri.

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.
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

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.
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.
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.
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.
getSqlState() - Method in exception io.vertx.mysqlclient.MySQLException
Get the SQL state in the error message sent from MySQL server.
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.

I

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

L

LAST_INSERTED_ID - Static variable in interface io.vertx.mysqlclient.MySQLClient
SqlResult Property for last_insert_id

M

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 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
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(MySQLConnectOptions) - Constructor for class io.vertx.mysqlclient.MySQLConnectOptions
 
MySQLConnectOptionsConverter - Class in io.vertx.mysqlclient
Converter for MySQLConnectOptions.
MySQLConnectOptionsConverter() - Constructor for class io.vertx.mysqlclient.MySQLConnectOptionsConverter
 
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
A pool of MySQL connections.
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.
pool(String) - Static method in interface io.vertx.mysqlclient.MySQLPool
Like MySQLPool.pool(String, PoolOptions) with a default poolOptions.
pool(String, PoolOptions) - Static method in interface io.vertx.mysqlclient.MySQLPool
Like MySQLPool.pool(MySQLConnectOptions, PoolOptions) with connectOptions build from connectionUri.
pool(Vertx, String) - Static method in interface io.vertx.mysqlclient.MySQLPool
Like MySQLPool.pool(Vertx, String,PoolOptions) with a default poolOptions..
pool(Vertx, String, PoolOptions) - Static method in interface io.vertx.mysqlclient.MySQLPool
Like MySQLPool.pool(Vertx, MySQLConnectOptions, PoolOptions) with connectOptions build 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 connectOptions and poolOptions.
pool(Vertx, MySQLConnectOptions, PoolOptions) - Static method in interface io.vertx.mysqlclient.MySQLPool
Like MySQLPool.pool(MySQLConnectOptions, 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.

S

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
 
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
 
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.
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
 
setPort(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setPreparedStatementCacheMaxSize(int) - 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
 
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
 
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
 
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.
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.SslMode
 
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.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.
A C D E F G I L M O P R S T V 
Skip navigation links

Copyright © 2020 Eclipse. All rights reserved.