public class Row extends Object
Constructor and Description |
---|
Row(Map<String,Integer> columnNameToIdxMap,
int columnCnt,
boolean isCaseSensitive,
Quirks quirks) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
asMap()
View row as a simple map.
|
BigDecimal |
getBigDecimal(int columnIndex) |
BigDecimal |
getBigDecimal(String columnName) |
Byte |
getByte(int columnIndex) |
Byte |
getByte(String columnName) |
Date |
getDate(int columnIndex) |
Date |
getDate(String columnName) |
Double |
getDouble(int columnIndex) |
Double |
getDouble(String columnName) |
Float |
getFloat(int columnIndex) |
Float |
getFloat(String columnName) |
Integer |
getInteger(int columnIndex) |
Integer |
getInteger(String columnName) |
Long |
getLong(int columnIndex) |
Long |
getLong(String columnName) |
Object |
getObject(int columnIndex) |
<V> V |
getObject(int columnIndex,
Class clazz) |
Object |
getObject(String columnName) |
<V> V |
getObject(String columnName,
Class clazz) |
Short |
getShort(int columnIndex) |
Short |
getShort(String columnName) |
String |
getString(int columnIndex) |
String |
getString(String columnName) |
public Object getObject(int columnIndex)
public <V> V getObject(int columnIndex, Class clazz)
public BigDecimal getBigDecimal(int columnIndex)
public BigDecimal getBigDecimal(String columnName)
public Double getDouble(int columnIndex)
public Float getFloat(int columnIndex)
public Long getLong(int columnIndex)
public Integer getInteger(int columnIndex)
public Short getShort(int columnIndex)
public Byte getByte(int columnIndex)
public Date getDate(int columnIndex)
public String getString(int columnIndex)
Copyright © 2014. All rights reserved.