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 voidcheckForColumn(String columnName) csvValue()getBigDecimal(String columnName) booleangetBoolean(String columnName) byte[]getDateTime(String columnName) floatintlonglonggetTimestamp(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, removeMethods inherited from class java.util.LinkedHashMap
containsValue, entrySet, forEach, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesMethods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, isEmpty, merge, putIfAbsent, remove, replace, replace, sizeMethods inherited from class java.util.AbstractMap
equals, hashCode, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
-
getLong
-
getFloat
-
getBigDecimal
-
getBoolean
-
getTime
-
getTimestamp
-
getDateTime
-
checkForColumn
-
toArray
-
toArray
-
toStringArray
-
getLength
public long getLength()
-