@Deprecated public class ValueMeta extends ValueMetaBase
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_DATE_FORMAT_MASK
Deprecated.
|
static String |
DEFAULT_TIMESTAMP_FORMAT_MASK
Deprecated.
|
static boolean |
EMPTY_STRING_AND_NULL_ARE_DIFFERENT
Deprecated.
|
static String[] |
SINGLE_BYTE_ENCODINGS
Deprecated.
|
static String[] |
trimTypeCode
Deprecated.
The trim type codes
|
static String[] |
trimTypeDesc
Deprecated.
The trim description
|
static String |
XML_DATA_TAG
Deprecated.
|
static String |
XML_META_TAG
Deprecated.
|
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 and Description |
---|
ValueMeta()
Deprecated.
|
ValueMeta(DataInputStream inputStream)
Deprecated.
|
ValueMeta(Node node)
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.
|
Modifier and Type | Method and Description |
---|---|
void |
setType(int type)
Deprecated.
|
clone, cloneValueData, compare, compare, convertBinaryStringToNativeType, convertData, convertDataCompatible, convertDataFromString, convertDataUsingConversionMetaData, convertNormalStorageTypeToBinaryString, convertStringToBoolean, convertToBinaryStringStorageType, convertToNormalStorageType, createOriginalValue, drawValue, getAllTypes, getBigNumber, getBinary, getBinaryString, getBoolean, getComments, getCompatibleString, getConversionMask, getConversionMetadata, getCurrencySymbol, getDatabaseColumnTypeDefinition, getDataXML, getDate, getDateFormat, getDateFormatLocale, getDateFormatTimeZone, getDecimalFormat, getDecimalFormat, getDecimalSymbol, getGroupingSymbol, getIndex, getInteger, getLength, getMetaXML, getName, getNativeDataType, getNumber, getNumberOfBinaryStringConversions, getOrigin, getOriginalColumnType, getOriginalColumnTypeName, getOriginalPrecision, getOriginalScale, getPrecision, 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, isDate, isDateFormatLenient, isInteger, isLargeTextField, isLenientStringToNumber, isNull, isNumber, isNumeric, isNumeric, isOriginalAutoIncrement, isOriginalNullable, isOriginalSigned, isOutputPaddingEnabled, isSerializableType, isSingleByteEncoding, isSortedAscending, isSortedDescending, isStorageBinaryString, isStorageIndexed, isStorageNormal, isString, readData, readMetaData, requiresRealClone, setBigNumberFormatting, setCaseInsensitive, setComments, setConversionMask, setConversionMetadata, setCurrencySymbol, setDateFormatLenient, setDateFormatLocale, setDateFormatTimeZone, setDecimalSymbol, setGroupingSymbol, 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, writeData, writeMeta
public static final String DEFAULT_DATE_FORMAT_MASK
public static final String DEFAULT_TIMESTAMP_FORMAT_MASK
public static final String XML_META_TAG
public static final String XML_DATA_TAG
public static final boolean EMPTY_STRING_AND_NULL_ARE_DIFFERENT
public static final String[] trimTypeCode
public static final String[] trimTypeDesc
public static final String[] SINGLE_BYTE_ENCODINGS
public ValueMeta()
public ValueMeta(String name)
public ValueMeta(String name, int type)
public ValueMeta(String name, int type, int storageType)
public ValueMeta(String name, int type, int length, int precision)
@Deprecated public ValueMeta(DataInputStream inputStream) throws KettleFileException, KettleEOFException
inputStream
- KettleFileException
KettleEOFException
public ValueMeta(Node node) throws KettleException
node
- KettleException
@Deprecated public void setType(int type)
ValueMetaInterface
setType
in interface ValueMetaInterface
setType
in class ValueMetaBase
type
- the type to set