| Package | Description |
|---|---|
| io.vertx.mysqlclient.impl | |
| io.vertx.mysqlclient.impl.command |
| Modifier and Type | Field and Description |
|---|---|
static MySQLCollation |
MySQLCollation.DEFAULT_COLLATION |
| Modifier and Type | Method and Description |
|---|---|
static MySQLCollation |
MySQLCollation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MySQLCollation |
MySQLCollation.valueOfName(String collationName) |
static MySQLCollation[] |
MySQLCollation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MySQLCollation |
AuthenticationCommandBase.collation() |
| Constructor and Description |
|---|
AuthenticationCommandBase(String username,
String password,
String database,
MySQLCollation collation,
Buffer serverRsaPublicKey,
Map<String,String> connectionAttributes) |
ChangeUserCommand(String username,
String password,
String database,
MySQLCollation collation,
Buffer serverRsaPublicKey,
Map<String,String> connectionAttributes) |
InitialHandshakeCommand(SocketConnectionBase conn,
String username,
String password,
String database,
MySQLCollation collation,
Buffer serverRsaPublicKey,
Map<String,String> connectionAttributes,
SslMode sslMode,
int initialCapabilitiesFlags,
Charset charsetEncoding,
MySQLAuthenticationPlugin authenticationPlugin) |
Copyright © 2021. All rights reserved.