Packages

object Command

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Command
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val COM_BINLOG_DUMP: Byte
  5. val COM_CHANGE_USER: Byte
  6. val COM_CONNECT: Byte
  7. val COM_CONNECT_OUT: Byte
  8. val COM_CREATE_DB: Byte
  9. val COM_DEBUG: Byte
  10. val COM_DELAYED_INSERT: Byte
  11. val COM_DROP_DB: Byte
  12. val COM_FIELD_LIST: Byte
  13. val COM_INIT_DB: Byte
  14. val COM_PING: Byte
  15. val COM_POISON_CONN: Byte
  16. val COM_PROCESS_INFO: Byte
  17. val COM_PROCESS_KILL: Byte
  18. val COM_QUERY: Byte
  19. val COM_QUIT: Byte
  20. val COM_REFRESH: Byte
  21. val COM_REGISTER_SLAVE: Byte
  22. val COM_SET_OPTION: Byte
  23. val COM_SHUTDOWN: Byte
  24. val COM_SLEEP: Byte
  25. val COM_STATISTICS: Byte
  26. val COM_STMT_CLOSE: Byte
  27. val COM_STMT_EXECUTE: Byte
  28. val COM_STMT_FETCH: Byte
  29. val COM_STMT_PREPARE: Byte
  30. val COM_STMT_RESET: Byte
  31. val COM_STMT_SEND_LONG_DATA: Byte
  32. val COM_TABLE_DUMP: Byte
  33. val COM_TIME: Byte
  34. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  35. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  36. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  38. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  39. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  40. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped