Object

com.twitter.finagle.mysql

Command

Related Doc: package mysql

Permalink

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. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val COM_BINLOG_DUMP: Byte

    Permalink
  5. val COM_CHANGE_USER: Byte

    Permalink
  6. val COM_CONNECT: Byte

    Permalink
  7. val COM_CONNECT_OUT: Byte

    Permalink
  8. val COM_CREATE_DB: Byte

    Permalink
  9. val COM_DEBUG: Byte

    Permalink
  10. val COM_DELAYED_INSERT: Byte

    Permalink
  11. val COM_DROP_DB: Byte

    Permalink
  12. val COM_FIELD_LIST: Byte

    Permalink
  13. val COM_INIT_DB: Byte

    Permalink
  14. val COM_NO_OP: Byte

    Permalink
  15. val COM_PING: Byte

    Permalink
  16. val COM_POISON_CONN: Byte

    Permalink
  17. val COM_PROCESS_INFO: Byte

    Permalink
  18. val COM_PROCESS_KILL: Byte

    Permalink
  19. val COM_QUERY: Byte

    Permalink
  20. val COM_QUIT: Byte

    Permalink
  21. val COM_REFRESH: Byte

    Permalink
  22. val COM_REGISTER_SLAVE: Byte

    Permalink
  23. val COM_SET_OPTION: Byte

    Permalink
  24. val COM_SHUTDOWN: Byte

    Permalink
  25. val COM_SLEEP: Byte

    Permalink
  26. val COM_STATISTICS: Byte

    Permalink
  27. val COM_STMT_CLOSE: Byte

    Permalink
  28. val COM_STMT_EXECUTE: Byte

    Permalink
  29. val COM_STMT_FETCH: Byte

    Permalink
  30. val COM_STMT_PREPARE: Byte

    Permalink
  31. val COM_STMT_RESET: Byte

    Permalink
  32. val COM_STMT_SEND_LONG_DATA: Byte

    Permalink
  33. val COM_TABLE_DUMP: Byte

    Permalink
  34. val COM_TIME: Byte

    Permalink
  35. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  36. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  38. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  39. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  41. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  43. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  44. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped