ldbc.connector.net.packet.request.ComSetOptionPacket
See theComSetOptionPacket companion object
case class ComSetOptionPacket(optionOperation: EnumMySQLSetOption) extends RequestPacket
A request packet to set the option of the connection.
Value parameters
- optionOperation
-
Enables or disables an option for the connection. option can have one of the following values.
- EnumMySQLSetOption.MYSQL_OPTION_MULTI_STATEMENTS_ON
- EnumMySQLSetOption.MYSQL_OPTION_MULTI_STATEMENTS_OFF
Attributes
- Companion
- object
- Source
- ComSetOptionPacket.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RequestPackettrait Packetclass Objecttrait Matchableclass Any
Members list
In this article