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