ColumnDefinitionMessage

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, ColumnData

Attributes

Graph
Supertypes
trait Product
trait Equals
trait ColumnData
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def dataType: Int
def dataTypeSize: Long
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

val kind: Int

Attributes

Inherited from:
ServerMessage