Packages

case class OkMessage(affectedRows: Long, lastInsertId: Long, statusFlags: Int, warnings: Int, message: String) extends ServerMessage with Product with Serializable

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

Instance Constructors

  1. new OkMessage(affectedRows: Long, lastInsertId: Long, statusFlags: Int, warnings: Int, message: String)

Value Members

  1. val affectedRows: Long
  2. val kind: Int
    Definition Classes
    ServerMessage → KindedMessage
  3. val lastInsertId: Long
  4. val message: String
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. val statusFlags: Int
  7. val warnings: Int