class Row extends Serializable
- Grouped
- Alphabetic
- By Inheritance
- Row
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
apply
(
index:
Int
)
:
Any
Returns the value of the column in the row at the given index.
Returns the value of the column in the row at the given index. Alias of get
- Since
-
0.1.0
-
final
def
asInstanceOf
[
T0
]
:
T0
- Definition Classes
- Any
-
def
clone
()
:
AnyRef
Returns a clone of this row object.
-
def
copy
()
:
Row
Returns a clone of this row.
Returns a clone of this row.
- Since
-
0.1.0
-
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
- Definition Classes
- AnyRef
-
def
equals
(
obj:
Any
)
:
Boolean
Returns true iff the given row equals this row.
Returns true iff the given row equals this row.
- Definition Classes
- Row → AnyRef → Any
- Since
-
0.1.0
-
def
get
(
index:
Int
)
:
Any
Returns the value of the column in the row at the given index.
Returns the value of the column in the row at the given index.
- Since
-
0.1.0
-
def
getBinary
(
index:
Int
)
:
Array
[
Byte
]
Returns the value of the column at the given index as a Byte array value.
Returns the value of the column at the given index as a Byte array value.
- Since
-
0.2.0
-
def
getBoolean
(
index:
Int
)
:
Boolean
Returns the value of the column at the given index as a Boolean value
Returns the value of the column at the given index as a Boolean value
- Since
-
0.1.0
-
def
getByte
(
index:
Int
)
:
Byte
Returns the value of the column at the given index as a Byte value.
Returns the value of the column at the given index as a Byte value. Casts Short, Int, Long number to Byte if possible.
- Since
-
0.1.0
-
final
def
getClass
()
:
Class
[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native () @HotSpotIntrinsicCandidate ()
-
def
getDate
(
index:
Int
)
:
Date
Returns the value of the column at the given index as a Date value
Returns the value of the column at the given index as a Date value
- Since
-
0.1.0
-
def
getDecimal
(
index:
Int
)
:
BigDecimal
Returns the value of the column at the given index as a BigDecimal value
Returns the value of the column at the given index as a BigDecimal value
- Since
-
0.1.0
-
def
getDouble
(
index:
Int
)
:
Double
Returns the value of the column at the given index as a Double value.
Returns the value of the column at the given index as a Double value. Casts Byte, Short, Int, Long, Float number to Double.
- Since
-
0.1.0
-
def
getFloat
(
index:
Int
)
:
Float
Returns the value of the column at the given index as a Float value.
Returns the value of the column at the given index as a Float value. Casts Byte, Short, Int, Long and Double number to Float if possible.
- Since
-
0.1.0
-
def
getGeography
(
index:
Int
)
:
Geography
Returns the value of the column at the given index as Geography class
Returns the value of the column at the given index as Geography class
- Since
-
0.2.0
-
def
getInt
(
index:
Int
)
:
Int
Returns the value of the column at the given index as a Int value.
Returns the value of the column at the given index as a Int value. Casts Byte, Short, Long number to Int if possible.
- Since
-
0.1.0
-
def
getLong
(
index:
Int
)
:
Long
Returns the value of the column at the given index as a Long value.
Returns the value of the column at the given index as a Long value. Casts Byte, Short, Int number to Long if possible.
- Since
-
0.1.0
-
def
getMapOfVariant
(
index:
Int
)
:
Map
[
String
,
Variant
]
Returns the value of the column at the given index as a java map of Variant
Returns the value of the column at the given index as a java map of Variant
- Since
-
0.2.0
-
def
getSeqOfVariant
(
index:
Int
)
:
Seq
[
Variant
]
Returns the value of the column at the given index as a Seq of Variant
Returns the value of the column at the given index as a Seq of Variant
- Since
-
0.2.0
-
def
getShort
(
index:
Int
)
:
Short
Returns the value of the column at the given index as a Short value.
Returns the value of the column at the given index as a Short value. Casts Byte, Int, Long number to Short if possible.
- Since
-
0.1.0
-
def
getString
(
index:
Int
)
:
String
Returns the value of the column at the given index as a String value.
Returns the value of the column at the given index as a String value. Returns geography data as string, if geography data of GeoJSON, WKT or EWKT is found.
- Since
-
0.1.0
-
def
getTime
(
index:
Int
)
:
Time
Returns the value of the column at the given index as a Time value
Returns the value of the column at the given index as a Time value
- Since
-
0.2.0
-
def
getTimestamp
(
index:
Int
)
:
Timestamp
Returns the value of the column at the given index as a Timestamp value
Returns the value of the column at the given index as a Timestamp value
- Since
-
0.2.0
-
def
getVariant
(
index:
Int
)
:
Variant
Returns the value of the column at the given index as Variant class
Returns the value of the column at the given index as Variant class
- Since
-
0.2.0
-
def
hashCode
()
:
Int
Calculates hashcode of this row.
Calculates hashcode of this row.
- Definition Classes
- Row → AnyRef → Any
- Since
-
0.1.0
-
final
def
isInstanceOf
[
T0
]
:
Boolean
- Definition Classes
- Any
-
def
isNullAt
(
index:
Int
)
:
Boolean
Returns true if the value of the column at the given index is null, otherwise, returns false.
Returns true if the value of the column at the given index is null, otherwise, returns false.
- Since
-
0.1.0
- def length : Int
-
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
- Definition Classes
- AnyRef
-
final
def
notify
()
:
Unit
- Definition Classes
- AnyRef
- Annotations
- @native () @HotSpotIntrinsicCandidate ()
-
final
def
notifyAll
()
:
Unit
- Definition Classes
- AnyRef
- Annotations
- @native () @HotSpotIntrinsicCandidate ()
- def size : Int
-
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
- Definition Classes
- AnyRef
-
def
toSeq
:
Seq
[
Any
]
Converts this Row to a Seq
Converts this Row to a Seq
- Since
-
0.1.0
-
def
toString
()
:
String
Returns a string value to represent the content of this row
Returns a string value to represent the content of this row
- Definition Classes
- Row → AnyRef → Any
- Since
-
0.1.0
-
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
- Definition Classes
- AnyRef
- Annotations
- @throws ( ... )
-
final
def
wait
(
arg0:
Long
)
:
Unit
- Definition Classes
- AnyRef
- Annotations
- @throws ( ... ) @native ()
-
final
def
wait
()
:
Unit
- Definition Classes
- AnyRef
- Annotations
- @throws ( ... )
Deprecated Value Members
-
def
finalize
()
:
Unit
- Attributes
- protected[ lang ]
- Definition Classes
- AnyRef
- Annotations
- @throws ( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated