ComSetOptionPacket

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product