ldbc.connector.net.packet.request.ComChangeUserPacket
See theComChangeUserPacket companion object
case class ComChangeUserPacket(capabilitiesFlags: Set[CapabilitiesFlags], user: String, database: Option[String], characterSet: Int, pluginName: String, hashedPassword: ByteVector) extends RequestPacket
The COM_CHANGE_USER request packet is used to change the user of the current connection.
Value parameters
- capabilitiesFlags
-
The capability flags of the client
- characterSet
-
The character set of the client
- database
-
The name of the database
- hashedPassword
-
The hashed password of the user
- pluginName
-
The name of the plugin
- user
-
The username of the user
Attributes
- Companion
- object
- Source
- ComChangeUserPacket.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RequestPackettrait Packetclass Objecttrait Matchableclass Any
Members list
In this article