ldbc.connector.net.packet.request.ComStatisticsPacket
See theComStatisticsPacket companion object
case class ComStatisticsPacket() extends RequestPacket
The COM_STATISTICS request is used to request statistics from the server. Get a human readable string of some internal status vars.
The statistics are refreshed at the time of executing this command. If the returned string is of zero length an error message is returned by mysql_stat to the client application instead of the actual empty statistics string.
Attributes
- Companion
- object
- Source
- ComStatisticsPacket.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RequestPackettrait Packetclass Objecttrait Matchableclass Any
Members list
In this article