public class Row extends Object
Modifier and Type | Field and Description |
---|---|
static String |
NULL_VALUE_FOR_CSV |
Constructor and Description |
---|
Row(TableSchema schema) |
Modifier and Type | Method and Description |
---|---|
DliArray |
getArray(int columnIdx) |
BigDecimal |
getBigDecimal(int columnIdx) |
BigInteger |
getBigInteger(int columnIdx) |
Boolean |
getBoolean(int columnIdx) |
List<Object> |
getCols() |
String |
getCsvString() |
Date |
getDate(int columnIdx) |
Double |
getDouble(int columnIdx) |
Float |
getFloat(int columnIdx) |
Integer |
getInt(int columnIdx) |
Long |
getLong(int columnIdx) |
DliMap |
getMap(int columnIdx) |
String |
getRowString() |
TableSchema |
getSchema() |
Short |
getShort(int columnIdx) |
String |
getString(int columnIdx) |
DliStruct |
getStruct(int columnIdx) |
Timestamp |
getTimestamp(int columnIdx) |
Byte |
getTinyint(int columnIdx) |
void |
setArray(int index,
DliArray data) |
void |
setBigDecimal(int index,
BigDecimal data) |
void |
setBigInteger(int index,
BigInteger data) |
void |
setBoolean(int index,
Boolean data) |
void |
setCols(List<Object> cols) |
void |
setDate(int index,
Date data) |
void |
setDouble(int index,
Double data) |
void |
setFloat(int index,
Float data) |
void |
setInt(int index,
Integer data) |
void |
setLong(int index,
Long data) |
void |
setMap(int index,
DliMap data) |
void |
setShort(int index,
Short data) |
void |
setString(int index,
String data) |
void |
setStruct(int index,
DliStruct data) |
void |
setTimestamp(int index,
Timestamp data) |
void |
setTinyint(int index,
Byte tinyintData) |
public static final String NULL_VALUE_FOR_CSV
public Row(TableSchema schema)
public TableSchema getSchema()
public void setBoolean(int index, Boolean data) throws DLIException
DLIException
public void setTinyint(int index, Byte tinyintData) throws DLIException
DLIException
public void setShort(int index, Short data) throws DLIException
DLIException
public void setInt(int index, Integer data) throws DLIException
DLIException
public void setBigInteger(int index, BigInteger data) throws DLIException
DLIException
public void setLong(int index, Long data) throws DLIException
DLIException
public void setFloat(int index, Float data) throws DLIException
DLIException
public void setDouble(int index, Double data) throws DLIException
DLIException
public void setBigDecimal(int index, BigDecimal data) throws DLIException
DLIException
public void setString(int index, String data) throws DLIException
DLIException
public void setDate(int index, Date data) throws DLIException
DLIException
public void setTimestamp(int index, Timestamp data) throws DLIException
DLIException
public void setStruct(int index, DliStruct data) throws DLIException
DLIException
public void setArray(int index, DliArray data) throws DLIException
DLIException
public void setMap(int index, DliMap data) throws DLIException
DLIException
public Boolean getBoolean(int columnIdx) throws DLIException
DLIException
public Byte getTinyint(int columnIdx) throws DLIException
DLIException
public Short getShort(int columnIdx) throws DLIException
DLIException
public Integer getInt(int columnIdx) throws DLIException
DLIException
public BigInteger getBigInteger(int columnIdx) throws DLIException
DLIException
public Long getLong(int columnIdx) throws DLIException
DLIException
public Float getFloat(int columnIdx) throws DLIException
DLIException
public Double getDouble(int columnIdx) throws DLIException
DLIException
public BigDecimal getBigDecimal(int columnIdx) throws DLIException
DLIException
public String getString(int columnIdx) throws DLIException
DLIException
public Date getDate(int columnIdx) throws DLIException
DLIException
public Timestamp getTimestamp(int columnIdx) throws DLIException
DLIException
public DliStruct getStruct(int columnIdx) throws DLIException
DLIException
public DliArray getArray(int columnIdx) throws DLIException
DLIException
public DliMap getMap(int columnIdx) throws DLIException
DLIException
public String getRowString() throws DLIException
DLIException
public String getCsvString() throws DLIException
DLIException
Copyright © 2023. All rights reserved.