object Command
- Alphabetic
- By Inheritance
- Command
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val COM_BINLOG_DUMP: Byte
- val COM_CHANGE_USER: Byte
- val COM_CONNECT: Byte
- val COM_CONNECT_OUT: Byte
- val COM_CREATE_DB: Byte
- val COM_DEBUG: Byte
- val COM_DELAYED_INSERT: Byte
- val COM_DROP_DB: Byte
- val COM_FIELD_LIST: Byte
- val COM_INIT_DB: Byte
- val COM_PING: Byte
- val COM_POISON_CONN: Byte
- val COM_PROCESS_INFO: Byte
- val COM_PROCESS_KILL: Byte
- val COM_QUERY: Byte
- val COM_QUIT: Byte
- val COM_REFRESH: Byte
- val COM_REGISTER_SLAVE: Byte
- val COM_SET_OPTION: Byte
- val COM_SHUTDOWN: Byte
- val COM_SLEEP: Byte
- val COM_STATISTICS: Byte
- val COM_STMT_CLOSE: Byte
- val COM_STMT_EXECUTE: Byte
- val COM_STMT_FETCH: Byte
- val COM_STMT_PREPARE: Byte
- val COM_STMT_RESET: Byte
- val COM_STMT_SEND_LONG_DATA: Byte
- val COM_TABLE_DUMP: Byte
- val COM_TIME: Byte
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()