c

com.github.mauricio.async.db.mysql.message.server

ColumnDefinitionMessage

case class ColumnDefinitionMessage(catalog: String, schema: String, table: String, originalTable: String, name: String, originalName: String, characterSet: Int, columnLength: Long, columnType: Int, flags: Short, decimals: Byte, binaryDecoder: BinaryDecoder, textDecoder: ColumnDecoder) extends ServerMessage with ColumnData with Product with Serializable

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

Instance Constructors

  1. new ColumnDefinitionMessage(catalog: String, schema: String, table: String, originalTable: String, name: String, originalName: String, characterSet: Int, columnLength: Long, columnType: Int, flags: Short, decimals: Byte, binaryDecoder: BinaryDecoder, textDecoder: ColumnDecoder)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val binaryDecoder: BinaryDecoder
  6. val catalog: String
  7. val characterSet: Int
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. val columnLength: Long
  10. val columnType: Int
  11. def dataType: Int
    Definition Classes
    ColumnDefinitionMessage → ColumnData
  12. def dataTypeSize: Long
    Definition Classes
    ColumnDefinitionMessage → ColumnData
  13. val decimals: Byte
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. val flags: Short
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val kind: Int
    Definition Classes
    ServerMessage → KindedMessage
  20. val name: String
    Definition Classes
    ColumnDefinitionMessage → ColumnData
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val originalName: String
  25. val originalTable: String
  26. val schema: String
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. val table: String
  29. val textDecoder: ColumnDecoder
  30. def toString(): String
    Definition Classes
    ColumnDefinitionMessage → AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Product

Inherited from Equals

Inherited from ColumnData

Inherited from ServerMessage

Inherited from KindedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped