Package org.jumpmind.db.sql
Class Row
java.lang.Object
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
Object>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
protected void
checkForColumn
(String columnName) csvValue()
getBigDecimal
(String columnName) boolean
getBoolean
(String columnName) byte[]
getDateTime
(String columnName) float
int
getInteger
(String columnName) long
long
getTimestamp
(String columnName) Object[]
toArray()
Object[]
protected byte[]
String[]
toStringArray
(String[] keys) Methods inherited from class org.jumpmind.util.LinkedCaseInsensitiveMap
clear, containsKey, convertKey, get, put, putAll, remove
Methods inherited from class java.util.LinkedHashMap
containsValue, entrySet, forEach, getOrDefault, keySet, removeEldestEntry, replaceAll, values
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, isEmpty, merge, putIfAbsent, remove, replace, replace, size
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, hashCode, isEmpty, merge, putIfAbsent, remove, replace, replace, size
-
Constructor Details
-
Row
public Row(int numberOfColumns) -
Row
-
Row
-
-
Method Details
-
bytesValue
public byte[] bytesValue() -
toBytes
-
numberValue
-
dateValue
-
longValue
-
stringValue
-
csvValue
-
getBytes
-
getString
-
getString
-
getInt
-
getInteger
-
getLong
-
getFloat
-
getBigDecimal
-
getBoolean
-
getTime
-
getTimestamp
-
getDateTime
-
checkForColumn
-
toArray
-
toArray
-
toStringArray
-
getLength
public long getLength()
-