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
trait Product
trait Equals
trait ColumnData
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def dataType: Int
def dataTypeSize: Long
override
def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Inherited fields

val kind: Int
Inherited from
ServerMessage