EOF packet

An EOF packet is sent by the server to indicate the end of a stream of data, such as the set of rows in a result set.

Properties

  • int sequenceId: the sequence ID for the packet.

  • String packetType: always "EOF" - read-only.

  • int numberOfWarnings: the number of warnings indicated by this packet

  • int statusFlags: the flags included in this packet. The meaning of these flags is available in the MySQL documentation.