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
KettleValueExceptionpublic BigDecimal getBigDecimal(Object[] dataRow) throws KettleValueException
KettleValueExceptionpublic byte[] getBinary(Object[] dataRow) throws KettleValueException
KettleValueExceptionpublic Boolean getBoolean(Object[] dataRow) throws KettleValueException
KettleValueExceptionpublic Date getDate(Object[] dataRow) throws KettleValueException
KettleValueException@Deprecated public Long getInteger(Object[] dataRow) throws KettleValueException
KettleValueExceptionpublic Long getLong(Object[] dataRow) throws KettleValueException
KettleValueException@Deprecated public Double getNumber(Object[] dataRow) throws KettleValueException
KettleValueExceptionpublic Double getDouble(Object[] dataRow) throws KettleValueException
KettleValueExceptionpublic Timestamp getTimestamp(Object[] dataRow) throws KettleValueException
KettleValueExceptionpublic InetAddress getInetAddress(Object[] dataRow) throws KettleValueException
KettleValueExceptionpublic Serializable getSerializable(Object[] dataRow) throws KettleValueException
KettleValueExceptionpublic String getString(Object[] dataRow) throws KettleValueException
KettleValueExceptionpublic 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.