case class EOFMessage(warningCount: Int, flags: Int) extends ServerMessage with Product with Serializable

Linear Supertypes
Product, Equals, ServerMessage, KindedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EOFMessage
  2. Product
  3. Equals
  4. ServerMessage
  5. KindedMessage
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EOFMessage(warningCount: Int, flags: Int)

Value Members

  1. val flags: Int
  2. val kind: Int
    Definition Classes
    ServerMessage → KindedMessage
  3. val warningCount: Int