wangzx
.
scala_commons
.
sql
.
Row
StringCell
Related Doc:
package Row
class
StringCell
extends
Cell
[
String
]
Linear Supertypes
Cell
[
String
],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
StringCell
Cell
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
StringCell
(
name:
String
,
sqltype:
Int
,
value:
String
)
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
def
???
:
Nothing
Definition Classes
Cell
Annotations
@inline
()
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
getAsciiStream
:
InputStream
Definition Classes
Cell
def
getBigDecimal
:
BigDecimal
Definition Classes
StringCell
→
Cell
def
getBinaryStream
:
InputStream
Definition Classes
Cell
def
getBoolean
:
Boolean
Definition Classes
Cell
def
getByte
:
Byte
Definition Classes
Cell
def
getBytes
:
Array
[
Byte
]
Definition Classes
Cell
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getDate
:
Date
Definition Classes
Cell
def
getDouble
:
Double
Definition Classes
StringCell
→
Cell
def
getFloat
:
Float
Definition Classes
Cell
def
getInt
:
Int
Definition Classes
Cell
def
getLong
:
Long
Definition Classes
StringCell
→
Cell
def
getObject
:
AnyRef
Definition Classes
Cell
def
getScalaBigDecimal
:
BigDecimal
Definition Classes
Cell
def
getShort
:
Short
Definition Classes
Cell
def
getString
:
String
Definition Classes
Cell
def
getTime
:
Time
Definition Classes
Cell
def
getTimestamp
:
Timestamp
Definition Classes
Cell
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
name
:
String
Definition Classes
Cell
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
sqltype
:
Int
Definition Classes
Cell
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
Cell
→ AnyRef → Any
val
value
:
String
Definition Classes
Cell
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
Cell
[
String
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped