Package org.pentaho.di.core.row
Class ValueMeta
- java.lang.Object
-
- org.pentaho.di.core.row.value.ValueMetaBase
-
- org.pentaho.di.core.row.ValueMeta
-
- All Implemented Interfaces:
Cloneable,ValueMetaInterface
@Deprecated public class ValueMeta extends ValueMetaBase
Deprecated.Convenience class for backward compatibility.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_DATE_FORMAT_MASKDeprecated.static StringDEFAULT_TIMESTAMP_FORMAT_MASKDeprecated.static booleanEMPTY_STRING_AND_NULL_ARE_DIFFERENTDeprecated.static String[]SINGLE_BYTE_ENCODINGSDeprecated.static String[]trimTypeCodeDeprecated.The trim type codesstatic String[]trimTypeDescDeprecated.The trim descriptionstatic StringXML_DATA_TAGDeprecated.static StringXML_META_TAGDeprecated.-
Fields inherited from class org.pentaho.di.core.row.value.ValueMetaBase
bigNumberFormatting, caseInsensitive, collator, collatorDisabled, collatorLocale, collatorStrength, comments, comparator, COMPATIBLE_DATE_FORMAT_PATTERN, compatibleDateFormat, conversionMask, conversionMetadata, currencySymbol, dateFormat, dateFormatChanged, dateFormatLenient, dateFormatLocale, dateFormatTimeZone, decimalFormat, decimalFormatChanged, decimalSymbol, DEFAULT_BIG_NUMBER_FORMAT_MASK, DEFAULT_BIGNUMBER_PARSE_MASK, DEFAULT_DATE_PARSE_MASK, DEFAULT_INTEGER_FORMAT_MASK, DEFAULT_INTEGER_PARSE_MASK, DEFAULT_NUMBER_FORMAT_MASK, DEFAULT_NUMBER_PARSE_MASK, DEFAULT_TIMESTAMP_PARSE_MASK, emptyStringAndNullAreDifferent, groupingSymbol, identicalFormat, ignoreTimezone, ignoreWhitespace, index, largeTextField, length, lenientStringToNumber, name, numberOfBinaryStringConversions, origin, originalAutoIncrement, originalColumnType, originalColumnTypeName, originalNullable, originalPrecision, originalScale, originalSigned, outputPaddingEnabled, precision, sortedDescending, storageMetadata, storageType, stringEncoding, trimType, type
-
Fields inherited from interface org.pentaho.di.core.row.ValueMetaInterface
DEFAULT_INTEGER_LENGTH, SORT_TYPE_ASCENDING, SORT_TYPE_DESCENDING, SORT_TYPE_NOT_SORTED, sortTypeCodes, STORAGE_TYPE_BINARY_STRING, STORAGE_TYPE_INDEXED, STORAGE_TYPE_NORMAL, storageTypeCodes, TRIM_TYPE_BOTH, TRIM_TYPE_LEFT, TRIM_TYPE_NONE, TRIM_TYPE_RIGHT, TYPE_BIGNUMBER, TYPE_BINARY, TYPE_BOOLEAN, TYPE_DATE, TYPE_INET, TYPE_INTEGER, TYPE_NONE, TYPE_NUMBER, TYPE_SERIALIZABLE, TYPE_STRING, TYPE_TIMESTAMP, typeCodes
-
-
Constructor Summary
Constructors Constructor Description ValueMeta()Deprecated.ValueMeta(DataInputStream inputStream)Deprecated.ValueMeta(String name)Deprecated.ValueMeta(String name, int type)Deprecated.ValueMeta(String name, int type, int storageType)Deprecated.ValueMeta(String name, int type, int length, int precision)Deprecated.ValueMeta(Node node)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Class<?>getNativeDataTypeClass()Deprecated.Return the Java class that represents the "native" storage type of this ValueMetavoidsetType(int type)Deprecated.-
Methods inherited from class org.pentaho.di.core.row.value.ValueMetaBase
clone, cloneValueData, compare, compare, compareStorageAndActualFormat, convertBigNumberToBoolean, convertBigNumberToDate, convertBigNumberToString, convertBinaryStringToNativeType, convertBinaryStringToString, convertBooleanToBigNumber, convertBooleanToInteger, convertBooleanToNumber, convertBooleanToString, convertData, convertDataCompatible, convertDataFromString, convertDataUsingConversionMetaData, convertDateToBigNumber, convertDateToCompatibleString, convertDateToInteger, convertDateToNumber, convertDateToString, convertIntegerToBoolean, convertIntegerToCompatibleString, convertIntegerToDate, convertIntegerToString, convertNormalStorageTypeToBinaryString, convertNumberToBoolean, convertNumberToCompatibleString, convertNumberToDate, convertNumberToString, convertStringToBigNumber, convertStringToBinaryString, convertStringToBoolean, convertStringToDate, convertStringToInteger, convertStringToNumber, convertToBinaryStringStorageType, convertToNormalStorageType, createOriginalValue, determineSingleByteEncoding, drawValue, getAllTypes, getBigNumber, getBinary, getBinaryString, getBoolean, getCollatorLocale, getCollatorStrength, getComments, getCompatibleString, getConversionMask, getConversionMetadata, getCurrencySymbol, getDatabaseColumnTypeDefinition, getDataXML, getDate, getDateFormat, getDateFormatLocale, getDateFormatTimeZone, getDecimalFormat, getDecimalFormat, getDecimalSymbol, getFormatMask, getGroupingSymbol, getIndex, getInteger, getLength, getMetadataPreview, getMetaXML, getName, getNativeDataType, getNumber, getNumberOfBinaryStringConversions, getOrigin, getOriginalColumnMetadata, getOriginalColumnType, getOriginalColumnTypeName, getOriginalNullable, getOriginalPrecision, getOriginalScale, getOriginalSigned, getPrecision, getQuotesBeforeSymbol, getStorageMetadata, getStorageType, getStorageType, getStorageTypeCode, getStorageTypeDesc, getString, getStringEncoding, getTrimType, getTrimTypeByCode, getTrimTypeByDesc, getTrimTypeCode, getTrimTypeCodes, getTrimTypeDesc, getTrimTypeDescriptions, getType, getType, getTypeDesc, getTypeDesc, getTypes, getValue, getValueData, getValueFromResultSet, getValueFromSQLType, hashCode, isBigNumber, isBigNumberFormatting, isBinary, isBoolean, isCaseInsensitive, isCollatorDisabled, isDate, isDateFormatLenient, isIgnoreWhitespace, isInteger, isLargeTextField, isLenientStringToNumber, isNull, isNumber, isNumeric, isNumeric, isOriginalAutoIncrement, isOriginalNullable, isOriginalSigned, isOutputPaddingEnabled, isSerializableType, isSingleByteEncoding, isSortedAscending, isSortedDescending, isStorageBinaryString, isStorageIndexed, isStorageNormal, isString, readBigNumber, readBinary, readBinaryString, readBoolean, readData, readDate, readInteger, readMetaData, readNumber, readSmallInteger, readString, requiresRealClone, setBigNumberFormatting, setCaseInsensitive, setCollatorDisabled, setCollatorLocale, setCollatorStrength, setComments, setConversionMask, setConversionMetadata, setCurrencySymbol, setDateFormatLenient, setDateFormatLocale, setDateFormatTimeZone, setDecimalSymbol, setDefaultConversionMask, setGroupingSymbol, setIgnoreWhitespace, setIndex, setLargeTextField, setLength, setLength, setLenientStringToNumber, setName, setNumberOfBinaryStringConversions, setOrigin, setOriginalAutoIncrement, setOriginalColumnType, setOriginalColumnTypeName, setOriginalNullable, setOriginalPrecision, setOriginalScale, setOriginalSigned, setOutputPaddingEnabled, setPrecision, setPreparedStatementValue, setSortedDescending, setStorageMetadata, setStorageType, setStringEncoding, setTrimType, toString, toStringMeta, trim, writeBigNumber, writeBinary, writeBinaryString, writeBoolean, writeData, writeDate, writeInteger, writeInteger, writeMeta, writeNumber, writeString
-
-
-
-
Field Detail
-
DEFAULT_DATE_FORMAT_MASK
public static final String DEFAULT_DATE_FORMAT_MASK
Deprecated.- See Also:
- Constant Field Values
-
DEFAULT_TIMESTAMP_FORMAT_MASK
public static final String DEFAULT_TIMESTAMP_FORMAT_MASK
Deprecated.- See Also:
- Constant Field Values
-
XML_META_TAG
public static final String XML_META_TAG
Deprecated.- See Also:
- Constant Field Values
-
XML_DATA_TAG
public static final String XML_DATA_TAG
Deprecated.- See Also:
- Constant Field Values
-
EMPTY_STRING_AND_NULL_ARE_DIFFERENT
public static final boolean EMPTY_STRING_AND_NULL_ARE_DIFFERENT
Deprecated.
-
trimTypeCode
public static final String[] trimTypeCode
Deprecated.The trim type codes
-
trimTypeDesc
public static final String[] trimTypeDesc
Deprecated.The trim description
-
SINGLE_BYTE_ENCODINGS
public static final String[] SINGLE_BYTE_ENCODINGS
Deprecated.
-
-
Constructor Detail
-
ValueMeta
public ValueMeta()
Deprecated.
-
ValueMeta
@Deprecated public ValueMeta(String name)
Deprecated.
-
ValueMeta
public ValueMeta(String name, int type)
Deprecated.
-
ValueMeta
@Deprecated public ValueMeta(String name, int type, int storageType)
Deprecated.
-
ValueMeta
public ValueMeta(String name, int type, int length, int precision)
Deprecated.
-
ValueMeta
@Deprecated public ValueMeta(DataInputStream inputStream) throws KettleFileException, KettleEOFException
Deprecated.- Parameters:
inputStream-- Throws:
KettleFileExceptionKettleEOFException
-
ValueMeta
@Deprecated public ValueMeta(Node node) throws KettleException
Deprecated.- Parameters:
node-- Throws:
KettleException
-
-
Method Detail
-
setType
@Deprecated public void setType(int type)
Deprecated.Description copied from interface:ValueMetaInterfaceSets the type.- Specified by:
setTypein interfaceValueMetaInterface- Overrides:
setTypein classValueMetaBase- Parameters:
type- the type to set
-
getNativeDataTypeClass
public Class<?> getNativeDataTypeClass() throws KettleValueException
Deprecated.Description copied from interface:ValueMetaInterfaceReturn the Java class that represents the "native" storage type of this ValueMeta- Specified by:
getNativeDataTypeClassin interfaceValueMetaInterface- Overrides:
getNativeDataTypeClassin classValueMetaBase- Returns:
- A Java class
- Throws:
KettleValueException
-
-