com
.
github
.
mauricio
.
async
.
db
.
mysql
.
message
.
server
ColumnDefinitionMessage
Related Doc:
package server
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
Alphabetic
By inheritance
Inherited
ColumnDefinitionMessage
Product
Equals
ColumnData
ServerMessage
KindedMessage
Serializable
Serializable
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Instance Constructors
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
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
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
binaryDecoder
:
BinaryDecoder
val
catalog
:
String
val
characterSet
:
Int
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
columnLength
:
Long
val
columnType
:
Int
def
dataType
:
Int
Definition Classes
ColumnDefinitionMessage
→ ColumnData
def
dataTypeSize
:
Long
Definition Classes
ColumnDefinitionMessage
→ ColumnData
val
decimals
:
Byte
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
val
flags
:
Short
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
kind
:
Int
Definition Classes
ServerMessage
→ KindedMessage
val
name
:
String
Definition Classes
ColumnDefinitionMessage
→ ColumnData
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
originalName
:
String
val
originalTable
:
String
val
schema
:
String
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
table
:
String
val
textDecoder
:
ColumnDecoder
def
toString
()
:
String
Definition Classes
ColumnDefinitionMessage
→ AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
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