public class FieldHelper extends Object
Constructor and Description |
---|
FieldHelper(RowMetaInterface rowMeta,
String fieldName) |
public FieldHelper(RowMetaInterface rowMeta, String fieldName)
@Deprecated public BigDecimal getBigNumber(Object[] dataRow) throws KettleValueException
KettleValueException
public BigDecimal getBigDecimal(Object[] dataRow) throws KettleValueException
KettleValueException
public byte[] getBinary(Object[] dataRow) throws KettleValueException
KettleValueException
public Boolean getBoolean(Object[] dataRow) throws KettleValueException
KettleValueException
public Date getDate(Object[] dataRow) throws KettleValueException
KettleValueException
@Deprecated public Long getInteger(Object[] dataRow) throws KettleValueException
KettleValueException
public Long getLong(Object[] dataRow) throws KettleValueException
KettleValueException
@Deprecated public Double getNumber(Object[] dataRow) throws KettleValueException
KettleValueException
public Double getDouble(Object[] dataRow) throws KettleValueException
KettleValueException
public Timestamp getTimestamp(Object[] dataRow) throws KettleValueException
KettleValueException
public InetAddress getInetAddress(Object[] dataRow) throws KettleValueException
KettleValueException
public Serializable getSerializable(Object[] dataRow) throws KettleValueException
KettleValueException
public String getString(Object[] dataRow) throws KettleValueException
KettleValueException
public ValueMetaInterface getValueMeta()
public int indexOfValue()
public void setValue(Object[] dataRow, byte[] value)
public static String getGetSignature(String accessor, ValueMetaInterface v)
public static String getNativeDataTypeSimpleName(ValueMetaInterface v)
Copyright © 2018 Hitachi Vantara. All rights reserved.