Package ravendata
Class RavenDataRow
java.lang.Object
ravendata.RavenDataRow
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getDouble
(int iCol) Read a double value from the given column.getExtraData
(String name) Get data from the extras map.getInteger
(int iCol) Read an Integer value from the given column.getString
(int iCol) Get a String value from the given column.boolean
-
Constructor Details
-
RavenDataRow
-
-
Method Details
-
getString
Get a String value from the given column.- Parameters:
iCol
-- Returns:
-
getInteger
Read an Integer value from the given column.- Parameters:
iCol
-- Returns:
-
getDouble
Read a double value from the given column.- Parameters:
iCol
-- Returns:
-
getExtraData
Get data from the extras map.- Parameters:
name
- column name.- Returns:
-
isUnpackOK
public boolean isUnpackOK()- Returns:
- the unpackOK
-
equals
-
getExtraData
-