ComChangeUserPacket

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 Serializable
trait Product
trait Equals
trait Packet
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def encode: BitVector

Attributes

Definition Classes
Source
ComChangeUserPacket.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
ComChangeUserPacket.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product