Class

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

ColumnDefinitionMessage

Related Doc: package server

Permalink

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)

    Permalink

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val binaryDecoder: BinaryDecoder

    Permalink
  6. val catalog: String

    Permalink
  7. val characterSet: Int

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. val columnLength: Long

    Permalink
  10. val columnType: Int

    Permalink
  11. def dataType: Int

    Permalink
    Definition Classes
    ColumnDefinitionMessage → ColumnData
  12. def dataTypeSize: Long

    Permalink
    Definition Classes
    ColumnDefinitionMessage → ColumnData
  13. val decimals: Byte

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. val flags: Short

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val kind: Int

    Permalink
    Definition Classes
    ServerMessage → KindedMessage
  19. val name: String

    Permalink
    Definition Classes
    ColumnDefinitionMessage → ColumnData
  20. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. val originalName: String

    Permalink
  24. val originalTable: String

    Permalink
  25. val schema: String

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. val table: String

    Permalink
  28. val textDecoder: ColumnDecoder

    Permalink
  29. def toString(): String

    Permalink
    Definition Classes
    ColumnDefinitionMessage → AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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