Package org.pentaho.di.core.row.value
Class ValueMetaBase
java.lang.Object
org.pentaho.di.core.row.value.ValueMetaBase
- All Implemented Interfaces:
Cloneable,ValueMetaInterface
- Direct Known Subclasses:
ValueMeta,ValueMetaBigNumber,ValueMetaBinary,ValueMetaBoolean,ValueMetaDate,ValueMetaInteger,ValueMetaNone,ValueMetaNumber,ValueMetaSerializable,ValueMetaString
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected Collatorprotected booleanprotected Localeprotected intprotected Stringprotected final Comparator<Object>static final Stringprotected static SimpleDateFormatprotected Stringprotected ValueMetaInterfaceprotected Stringprotected SimpleDateFormatprotected booleanprotected booleanprotected Localeprotected TimeZoneprotected DecimalFormatprotected booleanprotected Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringprotected booleanprotected Stringprotected booleanprotected booleanprotected booleanprotected Object[]protected booleanprotected intprotected booleanprotected Stringprotected longprotected Stringprotected booleanprotected intprotected Stringprotected intprotected intprotected intprotected booleanprotected booleanprotected static Class<?>protected intstatic final String[]protected booleanprotected ValueMetaInterfaceprotected intprotected Stringprotected intstatic final String[]The trim type codesstatic final String[]The trim descriptionprotected intstatic final Stringstatic final StringFields 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
ConstructorsConstructorDescriptionValueMetaBase(DataInputStream inputStream) Deprecated.ValueMetaBase(String name) ValueMetaBase(String name, int type) ValueMetaBase(String name, int type, int storageType) Deprecated.useValueMetaBase(String, int)andsetStorageType(int)insteadValueMetaBase(String name, int type, int length, int precision) ValueMetaBase(String name, int type, int length, int precision, Comparator<Object> comparator) ValueMetaBase(String name, int type, Comparator<Object> comparator) ValueMetaBase(Node node) -
Method Summary
Modifier and TypeMethodDescriptionclone()cloneValueData(Object object) Clones the data.intCompare 2 values of the same data typeintcompare(Object data1, ValueMetaInterface meta2, Object data2) Compare 2 values of the same data typeprotected voidprotected BooleanconvertBigNumberToBoolean(BigDecimal number) protected DateconvertBigNumberToDate(BigDecimal number) protected StringconvertBigNumberToString(BigDecimal number) convertBinaryStringToNativeType(byte[] binary) Convert the binary data to the actual data type.
- byte[] --> Long (Integer) - byte[] --> Double (Number) - byte[] --> BigDecimal (BigNumber) - byte[] --> Date (Date) - byte[] --> Boolean (Boolean) - byte[] --> byte[] (Binary)protected StringconvertBinaryStringToString(byte[] binary) Converts a byte[] stored in a binary string storage type into a String;protected BigDecimalprotected Longprotected Doubleprotected StringconvertData(ValueMetaInterface meta2, Object data2) Convert the specified data to the data type specified in this object.convertDataCompatible(ValueMetaInterface meta2, Object data2) Convert the specified data to the data type specified in this object.convertDataFromString(String pol, ValueMetaInterface convertMeta, String nullIf, String ifNull, int trim_type) Convert the specified string to the data type specified in this object.Convert an object to the data type specified in the conversion metadataprotected BigDecimalconvertDateToBigNumber(Date date) protected Stringprotected LongconvertDateToInteger(Date date) protected DoubleconvertDateToNumber(Date date) protected StringconvertDateToString(Date date) protected BooleanconvertIntegerToBoolean(Long number) protected StringconvertIntegerToCompatibleString(Long integer) protected DateconvertIntegerToDate(Long number) protected StringconvertIntegerToString(Long integer) Convert a normal storage type to a binary string object.protected BooleanconvertNumberToBoolean(Double number) protected Stringprotected DateconvertNumberToDate(Double number) protected StringconvertNumberToString(Double number) protected BigDecimalconvertStringToBigNumber(String string) protected byte[]convertStringToBinaryString(String string) static BooleanconvertStringToBoolean(String string) protected DateconvertStringToDate(String string) protected LongconvertStringToInteger(String string) protected DoubleconvertStringToNumber(String string) Converts the specified data object to the binary string storage type.convertToNormalStorageType(Object object) Converts the specified data object to the normal storage type.createOriginalValue(Object data) Create an old-style value for backward compatibility reasonsprotected voidvoiddrawValue(PrimitiveGCInterface gc, Object value) This method draws the value using the supplied graphical context.static final String[]Get an array of String describing the possible types a Value can have.getBigNumber(Object object) Convert the supplied data to a BigNumberbyte[]Convert the supplied data to binary databyte[]getBinaryString(Object object) convert the supplied data to a binary string representation (for writing text)getBoolean(Object object) Convert the supplied data to a BooleanGet the current Locale of the collatorintReturns the strength of the collator.Gets the comments.getCompatibleString(Object object) Convert the supplied data to a String compatible with version 2.5.Deprecated.This conversion metadata can be attached to a String object to see where it came from and with which mask it was generated, the encoding, the local languages used, padding, etc.Gets the currency symbol.getDatabaseColumnTypeDefinition(DatabaseInterface databaseInterface, String tk, String pk, boolean use_autoinc, boolean add_fieldname, boolean add_cr) Ask for suggestions as to how this plugin data type should be represented in the specified database interfacegetDataXML(Object object) Returns an XML representation of the row data.Convert the supplied data to a DateGets the date format.Returns the locale from the date format.Gets the decimal format.getDecimalFormat(boolean useBigDecimal) Gets the decimal format.Gets the decimal symbol.Gets a formatting mask using this value's meta information.Gets the grouping symbol.Object[]getIndex()Gets the index.getInteger(Object object) Convert the supplied data to an IntegerintGets the length.getMetadataPreview(DatabaseMeta databaseMeta, ResultSet rs) This is a similar method to getValueFromSQLType, but it uses a ResultSet from a call to DatabaseMetaData#getColumns(String, String, String, String) The ResultSet must be positioned correctly on the row to read.Returns an XML representation of the row metadata.getName()Gets the name.getNativeDataType(Object object) This method gives you the native Java data type corresponding to the value meta-data.Class<?>Return the Java class that represents the "native" storage type of this ValueMetaConvert the supplied data to a NumberlongReturns the number of binary string to native data type conversions done with this object conversionsGets the origin.protected voidgetOriginalColumnMetadata(ValueMetaInterface v, ResultSetMetaData rm, int index, boolean ignoreLength) intstore original JDBC RecordSetMetaData for later useGets the original column type name.intGets the original nullable.intGets the original precision.intGets the original scale.booleanGets the original signed.intGets the precision.protected intgetQuotesBeforeSymbol(String df, String symbols) Returns the storage Meta data that is needed for internal conversion from BinaryString or String to the specified type.intGets the storage type.static final intgetStorageType(String desc) Convert the String description of a storage type to an integer type.static final StringgetStorageTypeCode(int storageType) Return the storage type of a value in a textual form: "normal", "binary-string", "indexes"Convert the supplied data to a StringGets the string encoding.intGets the trim type.static final intstatic final intstatic final StringgetTrimTypeCode(int i) static String[]static final StringgetTrimTypeDesc(int i) static String[]intgetType()Gets the type.static final intConvert the String description of a type to an integer type.Return the type of a value in a textual form: "String", "Number", "Integer", "Boolean", "Date", ...static final StringgetTypeDesc(int type) TODO: change Desc to Code all over the place.static final String[]getTypes()get an array of String describing the possible types a Value can have.Convert a data XML node to an Object that corresponds to the metadata.getValueData(Value value) Extracts the primitive data from an old style Value objectgetValueFromResultSet(DatabaseInterface databaseInterface, ResultSet resultSet, int index) Get a value from a result set column based on the current value metadatagetValueFromSQLType(DatabaseMeta databaseMeta, String name, ResultSetMetaData rm, int index, boolean ignoreLength, boolean lazyConversion) Investigate JDBC result set metadata at the specified index.intCalculate the hashcode of the specified data objectbooleanChecks whether or not the value is a Big NumberbooleanbooleanisBinary()Checks whether or not this value is of type BinarybooleanChecks whether or not this value is a booleanbooleanReturns a true of the value object is case insensitive, false if it is case sensitive,booleanReturns a true of the value object is case insensitive, false if it is case sensitive,booleanisDate()Checks whether or not this value is a DatebooleanReturns true of the date format is lenient, false if it is strict.booleanIs Ignore Whitespace Only applicable for TYPE_STRING comparisonsbooleanChecks whether or not this value is an IntegerbooleanReturns true if this is a large text field (CLOB, TEXT) with arbitrary length.booleanbooleanDetermine if an object is null.booleanisNumber()Checks whether or not the value is a NumberbooleanChecks whether or not this Value is Numeric A Value is numeric if it is either of type Number or Integerstatic final booleanisNumeric(int t) Checks whether or not the specified type is either Integer or NumberbooleanChecks if is original auto increment.intChecks if is original nullable.booleanChecks if is original signed.booleanReturns true if output padding is enabled (padding to specified length).booleanChecks whether or not this value is of type SerializablebooleanbooleanbooleanReturns whether or not the value should be sorted in descending order.booleanChecks if is storage binary string.booleanChecks if is storage indexed.booleanChecks if is storage normal.booleanisString()Checks whether or not the value is a String.protected BigDecimalreadBigNumber(DataInputStream inputStream) protected byte[]readBinary(DataInputStream inputStream) protected byte[]readBinaryString(DataInputStream inputStream) protected BooleanreadBoolean(DataInputStream inputStream) readData(DataInputStream inputStream) De-serialize data from an inputstream.protected DatereadDate(DataInputStream inputStream) protected LongreadInteger(DataInputStream inputStream) voidreadMetaData(DataInputStream inputStream) Load the attributes of this particular value meta object from the input stream.protected DoublereadNumber(DataInputStream inputStream) protected IntegerreadSmallInteger(DataInputStream inputStream) protected StringreadString(DataInputStream inputStream) booleanReturns true if the data type requires a real copy.voidsetBigNumberFormatting(boolean bigNumberFormatting) voidsetCaseInsensitive(boolean caseInsensitive) Sets whether or not the value object is case sensitive.voidsetCollatorDisabled(boolean collatorDisabled) Sets whether or not the value object should be sorted according to a locale using a collatorvoidsetCollatorLocale(Locale locale) Sets the Locale of the collatorvoidsetCollatorStrength(int collatorStrength) Sets the strength of the collator.voidsetComments(String comments) Sets the comments for the object implementing the interface.voidsetConversionMask(String conversionMask) Sets the conversion mask.voidsetConversionMetadata(ValueMetaInterface conversionMetadata) Attach conversion metadata to a String object to see where it came from and with which mask it was generated, the encoding, the local languages used, padding, etc.voidsetCurrencySymbol(String currencySymbol) Sets the currency symbol.voidsetDateFormatLenient(boolean dateFormatLenient) Set to true if the date formatting (parsing) is to be set to lenient.voidsetDateFormatLocale(Locale dateFormatLocale) Sets the locale of the date format.voidsetDateFormatTimeZone(TimeZone dateFormatTimeZone) voidsetDecimalSymbol(String decimalSymbol) Sets the decimal symbol.protected voidvoidsetGroupingSymbol(String groupingSymbol) Sets the grouping symbol.voidsetIgnoreWhitespace(boolean ignoreWhitespace) Set Ignore Whitespace Only applicable for TYPE_STRING comparisonsvoidSets the index.voidsetLargeTextField(boolean largeTextField) Set to true if this is to be a large text field (CLOB, TEXT) with arbitrary length.voidsetLength(int length) Sets the length.voidsetLength(int length, int precision) Sets the length.voidsetLenientStringToNumber(boolean lenientStringToNumber) voidSets the name.voidsetNumberOfBinaryStringConversions(long numberOfBinaryStringConversions) Returns the number of binary string to native data type done with this object conversions to set.voidSets the origin.voidsetOriginalAutoIncrement(boolean originalAutoIncrement) Sets the original auto increment.voidsetOriginalColumnType(int originalColumnType) Sets the original column type.voidsetOriginalColumnTypeName(String originalColumnTypeName) Sets the original column type name.voidsetOriginalNullable(int originalNullable) Sets the original nullable.voidsetOriginalPrecision(int originalPrecision) Sets the original precision.voidsetOriginalScale(int originalScale) Sets the original scale.voidsetOriginalSigned(boolean originalSigned) Sets the original signed.voidsetOutputPaddingEnabled(boolean outputPaddingEnabled) Set to true if output padding is to be enabled (padding to specified length).voidsetPrecision(int precision) Sets the precision.voidsetPreparedStatementValue(DatabaseMeta databaseMeta, PreparedStatement preparedStatement, int index, Object data) Set a value on a JDBC prepared statement on the specified positionvoidsetSortedDescending(boolean sortedDescending) Sets whether or not the value should be set in a descending order.voidsetStorageMetadata(ValueMetaInterface storageMetadata) Sets the storage meta data.voidsetStorageType(int storageType) Sets the storage type.voidsetStringEncoding(String encoding) Sets the string encoding.voidsetTrimType(int trimType) Sets the trim type.voidsetType(int type) Deprecated.toString()a String text representation of this Value, optionally padded to the specified lengthprotected Stringprotected voidwriteBigNumber(DataOutputStream outputStream, BigDecimal number) protected voidwriteBinary(DataOutputStream outputStream, byte[] binary) protected voidwriteBinaryString(DataOutputStream outputStream, byte[] binaryString) protected voidwriteBoolean(DataOutputStream outputStream, Boolean bool) voidwriteData(DataOutputStream outputStream, Object object) Serialize the content of the specified data object to the outputStream.protected voidwriteDate(DataOutputStream outputStream, Date date) protected voidwriteInteger(DataOutputStream outputStream, Integer number) protected voidwriteInteger(DataOutputStream outputStream, Long number) voidwriteMeta(DataOutputStream outputStream) Write the content of this class (metadata) to the specified output stream.protected voidwriteNumber(DataOutputStream outputStream, Double number) protected voidwriteString(DataOutputStream outputStream, String string)
-
Field Details
-
DEFAULT_INTEGER_PARSE_MASK
-
DEFAULT_NUMBER_PARSE_MASK
-
DEFAULT_BIGNUMBER_PARSE_MASK
-
DEFAULT_DATE_PARSE_MASK
-
DEFAULT_TIMESTAMP_PARSE_MASK
-
DEFAULT_INTEGER_FORMAT_MASK
-
DEFAULT_NUMBER_FORMAT_MASK
-
DEFAULT_BIG_NUMBER_FORMAT_MASK
-
DEFAULT_DATE_FORMAT_MASK
-
DEFAULT_TIMESTAMP_FORMAT_MASK
-
PKG
-
XML_META_TAG
- See Also:
-
XML_DATA_TAG
- See Also:
-
COMPATIBLE_DATE_FORMAT_PATTERN
- See Also:
-
name
-
length
protected int length -
precision
protected int precision -
type
protected int type -
trimType
protected int trimType -
storageType
protected int storageType -
origin
-
comments
-
index
-
conversionMask
-
stringEncoding
-
decimalSymbol
-
groupingSymbol
-
currencySymbol
-
collatorStrength
protected int collatorStrength -
caseInsensitive
protected boolean caseInsensitive -
collatorDisabled
protected boolean collatorDisabled -
sortedDescending
protected boolean sortedDescending -
outputPaddingEnabled
protected boolean outputPaddingEnabled -
largeTextField
protected boolean largeTextField -
collatorLocale
-
collator
-
dateFormatLocale
-
dateFormatTimeZone
-
dateFormatLenient
protected boolean dateFormatLenient -
lenientStringToNumber
protected boolean lenientStringToNumber -
ignoreTimezone
protected boolean ignoreTimezone -
emptyStringAndNullAreDifferent
protected boolean emptyStringAndNullAreDifferent -
dateFormat
-
dateFormatChanged
protected boolean dateFormatChanged -
decimalFormat
-
decimalFormatChanged
protected boolean decimalFormatChanged -
storageMetadata
-
identicalFormat
protected boolean identicalFormat -
conversionMetadata
-
numberOfBinaryStringConversions
protected long numberOfBinaryStringConversions -
bigNumberFormatting
protected boolean bigNumberFormatting -
originalColumnType
protected int originalColumnType -
originalColumnTypeName
-
originalPrecision
protected int originalPrecision -
originalScale
protected int originalScale -
originalAutoIncrement
protected boolean originalAutoIncrement -
originalNullable
protected int originalNullable -
originalSigned
protected boolean originalSigned -
ignoreWhitespace
protected boolean ignoreWhitespace -
comparator
-
trimTypeCode
The trim type codes -
trimTypeDesc
The trim description -
SINGLE_BYTE_ENCODINGS
-
compatibleDateFormat
-
-
Constructor Details
-
ValueMetaBase
public ValueMetaBase() -
ValueMetaBase
-
ValueMetaBase
-
ValueMetaBase
-
ValueMetaBase
-
ValueMetaBase
public ValueMetaBase(String name, int type, int length, int precision, Comparator<Object> comparator) -
ValueMetaBase
- Throws:
KettleException
-
ValueMetaBase
@Deprecated public ValueMetaBase(DataInputStream inputStream) throws KettleFileException, KettleEOFException Deprecated.in favor of a combination ofValueMetaFactory.createValueMeta() and the loadMetaData() method.Create a new Value meta object.- Parameters:
inputStream-- Throws:
KettleFileExceptionKettleEOFException
-
ValueMetaBase
Deprecated.useValueMetaBase(String, int)andsetStorageType(int)instead- Parameters:
name-type-storageType-
-
-
Method Details
-
setDefaultConversionMask
protected void setDefaultConversionMask() -
determineSingleByteEncoding
protected void determineSingleByteEncoding() -
clone
- Specified by:
clonein interfaceValueMetaInterface- Overrides:
clonein classObject- Returns:
- a copy of this value meta object
-
getComments
Description copied from interface:ValueMetaInterfaceGets the comments.- Specified by:
getCommentsin interfaceValueMetaInterface- Returns:
- the comments
-
setComments
Description copied from interface:ValueMetaInterfaceSets the comments for the object implementing the interface.- Specified by:
setCommentsin interfaceValueMetaInterface- Parameters:
comments- the comments to set
-
getIndex
Description copied from interface:ValueMetaInterfaceGets the index.- Specified by:
getIndexin interfaceValueMetaInterface- Returns:
- the index
-
setIndex
Description copied from interface:ValueMetaInterfaceSets the index.- Specified by:
setIndexin interfaceValueMetaInterface- Parameters:
index- the index to set
-
getLength
public int getLength()Description copied from interface:ValueMetaInterfaceGets the length.- Specified by:
getLengthin interfaceValueMetaInterface- Returns:
- the length
-
setLength
public void setLength(int length) Description copied from interface:ValueMetaInterfaceSets the length.- Specified by:
setLengthin interfaceValueMetaInterface- Parameters:
length- the length to set
-
setLength
public void setLength(int length, int precision) Description copied from interface:ValueMetaInterfaceSets the length.- Specified by:
setLengthin interfaceValueMetaInterface- Parameters:
length- the length to setprecision- the precision
-
getName
Description copied from interface:ValueMetaInterfaceGets the name.- Specified by:
getNamein interfaceValueMetaInterface- Returns:
- the name
-
setName
Description copied from interface:ValueMetaInterfaceSets the name.- Specified by:
setNamein interfaceValueMetaInterface- Parameters:
name- the name to set
-
getOrigin
Description copied from interface:ValueMetaInterfaceGets the origin.- Specified by:
getOriginin interfaceValueMetaInterface- Returns:
- the origin
-
setOrigin
Description copied from interface:ValueMetaInterfaceSets the origin.- Specified by:
setOriginin interfaceValueMetaInterface- Parameters:
origin- the origin to set
-
getPrecision
public int getPrecision()Description copied from interface:ValueMetaInterfaceGets the precision.- Specified by:
getPrecisionin interfaceValueMetaInterface- Returns:
- the precision
-
setPrecision
public void setPrecision(int precision) Description copied from interface:ValueMetaInterfaceSets the precision.- Specified by:
setPrecisionin interfaceValueMetaInterface- Parameters:
precision- the precision to set
-
getStorageType
public int getStorageType()Description copied from interface:ValueMetaInterfaceGets the storage type.- Specified by:
getStorageTypein interfaceValueMetaInterface- Returns:
- the storageType
-
setStorageType
public void setStorageType(int storageType) Description copied from interface:ValueMetaInterfaceSets the storage type.- Specified by:
setStorageTypein interfaceValueMetaInterface- Parameters:
storageType- the storageType to set
-
isStorageNormal
public boolean isStorageNormal()Description copied from interface:ValueMetaInterfaceChecks if is storage normal.- Specified by:
isStorageNormalin interfaceValueMetaInterface- Returns:
- true, if is storage normal
-
isStorageIndexed
public boolean isStorageIndexed()Description copied from interface:ValueMetaInterfaceChecks if is storage indexed.- Specified by:
isStorageIndexedin interfaceValueMetaInterface- Returns:
- true, if is storage indexed
-
isStorageBinaryString
public boolean isStorageBinaryString()Description copied from interface:ValueMetaInterfaceChecks if is storage binary string.- Specified by:
isStorageBinaryStringin interfaceValueMetaInterface- Returns:
- true, if is storage binary string
-
getType
public int getType()Description copied from interface:ValueMetaInterfaceGets the type.- Specified by:
getTypein interfaceValueMetaInterface- Returns:
- the type
-
setType
Deprecated.Description copied from interface:ValueMetaInterfaceSets the type.- Specified by:
setTypein interfaceValueMetaInterface- Parameters:
type- the type to set
-
getConversionMask
Deprecated.Description copied from interface:ValueMetaInterfaceGets the conversion mask.- Specified by:
getConversionMaskin interfaceValueMetaInterface- Returns:
- the conversionMask
-
setConversionMask
Description copied from interface:ValueMetaInterfaceSets the conversion mask.- Specified by:
setConversionMaskin interfaceValueMetaInterface- Parameters:
conversionMask- the conversionMask to set
-
getStringEncoding
Description copied from interface:ValueMetaInterfaceGets the string encoding.- Specified by:
getStringEncodingin interfaceValueMetaInterface- Returns:
- the encoding
-
setStringEncoding
Description copied from interface:ValueMetaInterfaceSets the string encoding.- Specified by:
setStringEncodingin interfaceValueMetaInterface- Parameters:
encoding- the encoding to set
-
getDecimalSymbol
Description copied from interface:ValueMetaInterfaceGets the decimal symbol.- Specified by:
getDecimalSymbolin interfaceValueMetaInterface- Returns:
- the decimalSymbol
-
setDecimalSymbol
Description copied from interface:ValueMetaInterfaceSets the decimal symbol.- Specified by:
setDecimalSymbolin interfaceValueMetaInterface- Parameters:
decimalSymbol- the decimalSymbol to set
-
getGroupingSymbol
Description copied from interface:ValueMetaInterfaceGets the grouping symbol.- Specified by:
getGroupingSymbolin interfaceValueMetaInterface- Returns:
- the groupingSymbol
-
setGroupingSymbol
Description copied from interface:ValueMetaInterfaceSets the grouping symbol.- Specified by:
setGroupingSymbolin interfaceValueMetaInterface- Parameters:
groupingSymbol- the groupingSymbol to set
-
getCurrencySymbol
Description copied from interface:ValueMetaInterfaceGets the currency symbol.- Specified by:
getCurrencySymbolin interfaceValueMetaInterface- Returns:
- the currencySymbol
-
setCurrencySymbol
Description copied from interface:ValueMetaInterfaceSets the currency symbol.- Specified by:
setCurrencySymbolin interfaceValueMetaInterface- Parameters:
currencySymbol- the currencySymbol to set
-
isCaseInsensitive
public boolean isCaseInsensitive()Description copied from interface:ValueMetaInterfaceReturns a true of the value object is case insensitive, false if it is case sensitive,- Specified by:
isCaseInsensitivein interfaceValueMetaInterface- Returns:
- the caseInsensitive
-
setCaseInsensitive
public void setCaseInsensitive(boolean caseInsensitive) Description copied from interface:ValueMetaInterfaceSets whether or not the value object is case sensitive. This information is useful if the value is involved in string comparisons.- Specified by:
setCaseInsensitivein interfaceValueMetaInterface- Parameters:
caseInsensitive- the caseInsensitive to set
-
isCollatorDisabled
public boolean isCollatorDisabled()Description copied from interface:ValueMetaInterfaceReturns a true of the value object is case insensitive, false if it is case sensitive,- Specified by:
isCollatorDisabledin interfaceValueMetaInterface- Returns:
- the collatorDisabled
-
setCollatorDisabled
public void setCollatorDisabled(boolean collatorDisabled) Description copied from interface:ValueMetaInterfaceSets whether or not the value object should be sorted according to a locale using a collator- Specified by:
setCollatorDisabledin interfaceValueMetaInterface- Parameters:
collatorDisabled- the collatorDisabled to set
-
getCollatorLocale
Description copied from interface:ValueMetaInterfaceGet the current Locale of the collator- Specified by:
getCollatorLocalein interfaceValueMetaInterface- Returns:
- the current Collator Locale
-
setCollatorLocale
Description copied from interface:ValueMetaInterfaceSets the Locale of the collator- Specified by:
setCollatorLocalein interfaceValueMetaInterface
-
getCollatorStrength
public int getCollatorStrength()Description copied from interface:ValueMetaInterfaceReturns the strength of the collator.- Specified by:
getCollatorStrengthin interfaceValueMetaInterface- Returns:
- the collatorStrength
-
setCollatorStrength
Description copied from interface:ValueMetaInterfaceSets the strength of the collator.- Specified by:
setCollatorStrengthin interfaceValueMetaInterface- Parameters:
collatorStrength- the collatorStrength to set- Throws:
IllegalArgumentException
-
isSortedDescending
public boolean isSortedDescending()Description copied from interface:ValueMetaInterfaceReturns whether or not the value should be sorted in descending order.- Specified by:
isSortedDescendingin interfaceValueMetaInterface- Returns:
- the sortedDescending
-
setSortedDescending
public void setSortedDescending(boolean sortedDescending) Description copied from interface:ValueMetaInterfaceSets whether or not the value should be set in a descending order.- Specified by:
setSortedDescendingin interfaceValueMetaInterface- Parameters:
sortedDescending- the sortedDescending to set
-
isOutputPaddingEnabled
public boolean isOutputPaddingEnabled()Description copied from interface:ValueMetaInterfaceReturns true if output padding is enabled (padding to specified length).- Specified by:
isOutputPaddingEnabledin interfaceValueMetaInterface- Returns:
- true if output padding is enabled (padding to specified length)
-
setOutputPaddingEnabled
public void setOutputPaddingEnabled(boolean outputPaddingEnabled) Description copied from interface:ValueMetaInterfaceSet to true if output padding is to be enabled (padding to specified length).- Specified by:
setOutputPaddingEnabledin interfaceValueMetaInterface- Parameters:
outputPaddingEnabled- Set to true if output padding is to be enabled (padding to specified length)
-
isLargeTextField
public boolean isLargeTextField()Description copied from interface:ValueMetaInterfaceReturns true if this is a large text field (CLOB, TEXT) with arbitrary length.- Specified by:
isLargeTextFieldin interfaceValueMetaInterface- Returns:
- true if this is a large text field (CLOB, TEXT) with arbitrary length.
-
setLargeTextField
public void setLargeTextField(boolean largeTextField) Description copied from interface:ValueMetaInterfaceSet to true if this is to be a large text field (CLOB, TEXT) with arbitrary length.- Specified by:
setLargeTextFieldin interfaceValueMetaInterface- Parameters:
largeTextField- Set to true if this is to be a large text field (CLOB, TEXT) with arbitrary length.
-
isDateFormatLenient
public boolean isDateFormatLenient()Description copied from interface:ValueMetaInterfaceReturns true of the date format is lenient, false if it is strict.
See alsoValueMetaInterface.setDateFormatLenient(boolean)- Specified by:
isDateFormatLenientin interfaceValueMetaInterface- Returns:
- the dateFormatLenient
-
setDateFormatLenient
public void setDateFormatLenient(boolean dateFormatLenient) Description copied from interface:ValueMetaInterfaceSet to true if the date formatting (parsing) is to be set to lenient. Being lenient means that the "date format" is tolerant to some formatting errors. For example, a month specified as "15" will be interpreted as "March":
15 - (December = 12) = 3 = March.
Set to false for stricter formatting validation.- Specified by:
setDateFormatLenientin interfaceValueMetaInterface- Parameters:
dateFormatLenient- the dateFormatLenient to set
-
getDateFormatLocale
Description copied from interface:ValueMetaInterfaceReturns the locale from the date format.- Specified by:
getDateFormatLocalein interfaceValueMetaInterface- Returns:
- the dateFormatLocale
-
setDateFormatLocale
Description copied from interface:ValueMetaInterfaceSets the locale of the date format.- Specified by:
setDateFormatLocalein interfaceValueMetaInterface- Parameters:
dateFormatLocale- the dateFormatLocale to set
-
convertDateToString
-
convertDateToCompatibleString
-
convertStringToDate
- Throws:
KettleValueException
-
convertDateToNumber
-
convertNumberToDate
-
convertDateToInteger
-
convertIntegerToDate
-
convertDateToBigNumber
-
convertBigNumberToDate
-
convertNumberToString
- Throws:
KettleValueException
-
convertNumberToCompatibleString
- Throws:
KettleValueException
-
convertStringToNumber
- Throws:
KettleValueException
-
getDateFormat
Description copied from interface:ValueMetaInterfaceGets the date format.- Specified by:
getDateFormatin interfaceValueMetaInterface- Returns:
- the date format
-
getDecimalFormat
Description copied from interface:ValueMetaInterfaceGets the decimal format.- Specified by:
getDecimalFormatin interfaceValueMetaInterface- Returns:
- the decimal format
-
getDecimalFormat
Description copied from interface:ValueMetaInterfaceGets the decimal format.- Specified by:
getDecimalFormatin interfaceValueMetaInterface- Parameters:
useBigDecimal- the use big decimal- Returns:
- the decimal format
-
getFormatMask
Description copied from interface:ValueMetaInterfaceGets a formatting mask using this value's meta information.- Specified by:
getFormatMaskin interfaceValueMetaInterface- Returns:
- the format mask.
-
convertIntegerToString
- Throws:
KettleValueException
-
convertIntegerToCompatibleString
- Throws:
KettleValueException
-
convertStringToInteger
- Throws:
KettleValueException
-
convertBigNumberToString
- Throws:
KettleValueException
-
convertStringToBigNumber
- Throws:
KettleValueException
-
convertBooleanToString
-
convertStringToBoolean
-
convertBooleanToNumber
-
convertNumberToBoolean
-
convertBooleanToInteger
-
convertIntegerToBoolean
-
convertBooleanToBigNumber
-
convertBigNumberToBoolean
-
convertBinaryStringToString
Converts a byte[] stored in a binary string storage type into a String;- Parameters:
binary- the binary string- Returns:
- the String in the correct encoding.
- Throws:
KettleValueException
-
convertToNormalStorageType
Converts the specified data object to the normal storage type.- Specified by:
convertToNormalStorageTypein interfaceValueMetaInterface- Parameters:
object- the data object to convert- Returns:
- the data in a normal storage type
- Throws:
KettleValueException- In case there is a data conversion error.
-
convertToBinaryStringStorageType
Converts the specified data object to the binary string storage type.- Specified by:
convertToBinaryStringStorageTypein interfaceValueMetaInterface- Parameters:
object- the data object to convert- Returns:
- the data in a binary string storage type
- Throws:
KettleValueException- In case there is a data conversion error.
-
convertBinaryStringToNativeType
Convert the binary data to the actual data type.
- byte[] --> Long (Integer) - byte[] --> Double (Number) - byte[] --> BigDecimal (BigNumber) - byte[] --> Date (Date) - byte[] --> Boolean (Boolean) - byte[] --> byte[] (Binary)- Specified by:
convertBinaryStringToNativeTypein interfaceValueMetaInterface- Parameters:
binary-- Returns:
- Throws:
KettleValueException
-
convertNormalStorageTypeToBinaryString
Description copied from interface:ValueMetaInterfaceConvert a normal storage type to a binary string object. (for comparison reasons)- Specified by:
convertNormalStorageTypeToBinaryStringin interfaceValueMetaInterface- Parameters:
object- The object expressed in a normal storage type- Returns:
- a binary string
- Throws:
KettleValueException- in case there is a data conversion error
-
convertStringToBinaryString
- Throws:
KettleValueException
-
cloneValueData
Clones the data. Normally, we don't have to do anything here, but just for arguments and safety, we do a little extra work in case of binary blobs and Date objects. We should write a programmers manual later on to specify in all clarity that "we always overwrite/replace values in the Object[] data rows, we never modify them" .- Specified by:
cloneValueDatain interfaceValueMetaInterface- Parameters:
object- the object- Returns:
- a cloned data object if needed
- Throws:
KettleValueException- the kettle value exception
-
getCompatibleString
Description copied from interface:ValueMetaInterfaceConvert the supplied data to a String compatible with version 2.5.- Specified by:
getCompatibleStringin interfaceValueMetaInterface- Throws:
KettleValueException
-
getString
Description copied from interface:ValueMetaInterfaceConvert the supplied data to a String- Specified by:
getStringin interfaceValueMetaInterface- Throws:
KettleValueException
-
trim
-
getNumber
Description copied from interface:ValueMetaInterfaceConvert the supplied data to a Number- Specified by:
getNumberin interfaceValueMetaInterface- Throws:
KettleValueException
-
getInteger
Description copied from interface:ValueMetaInterfaceConvert the supplied data to an Integer- Specified by:
getIntegerin interfaceValueMetaInterface- Throws:
KettleValueException
-
getBigNumber
Description copied from interface:ValueMetaInterfaceConvert the supplied data to a BigNumber- Specified by:
getBigNumberin interfaceValueMetaInterface- Throws:
KettleValueException
-
getBoolean
Description copied from interface:ValueMetaInterfaceConvert the supplied data to a Boolean- Specified by:
getBooleanin interfaceValueMetaInterface- Throws:
KettleValueException
-
getDate
Description copied from interface:ValueMetaInterfaceConvert the supplied data to a Date- Specified by:
getDatein interfaceValueMetaInterface- Throws:
KettleValueException
-
getBinary
Description copied from interface:ValueMetaInterfaceConvert the supplied data to binary data- Specified by:
getBinaryin interfaceValueMetaInterface- Throws:
KettleValueException
-
getBinaryString
Description copied from interface:ValueMetaInterfaceconvert the supplied data to a binary string representation (for writing text)- Specified by:
getBinaryStringin interfaceValueMetaInterface- Throws:
KettleValueException
-
isString
public boolean isString()Checks whether or not the value is a String.- Specified by:
isStringin interfaceValueMetaInterface- Returns:
- true if the value is a String.
-
isDate
public boolean isDate()Checks whether or not this value is a Date- Specified by:
isDatein interfaceValueMetaInterface- Returns:
- true if the value is a Date
-
isBigNumber
public boolean isBigNumber()Checks whether or not the value is a Big Number- Specified by:
isBigNumberin interfaceValueMetaInterface- Returns:
- true is this value is a big number
-
isNumber
public boolean isNumber()Checks whether or not the value is a Number- Specified by:
isNumberin interfaceValueMetaInterface- Returns:
- true is this value is a number
-
isBoolean
public boolean isBoolean()Checks whether or not this value is a boolean- Specified by:
isBooleanin interfaceValueMetaInterface- Returns:
- true if this value has type boolean.
-
isSerializableType
public boolean isSerializableType()Checks whether or not this value is of type Serializable- Specified by:
isSerializableTypein interfaceValueMetaInterface- Returns:
- true if this value has type Serializable
-
isBinary
public boolean isBinary()Checks whether or not this value is of type Binary- Specified by:
isBinaryin interfaceValueMetaInterface- Returns:
- true if this value has type Binary
-
isInteger
public boolean isInteger()Checks whether or not this value is an Integer- Specified by:
isIntegerin interfaceValueMetaInterface- Returns:
- true if this value is an integer
-
isNumeric
public boolean isNumeric()Checks whether or not this Value is Numeric A Value is numeric if it is either of type Number or Integer- Specified by:
isNumericin interfaceValueMetaInterface- Returns:
- true if the value is either of type Number or Integer
-
isNumeric
public static final boolean isNumeric(int t) Checks whether or not the specified type is either Integer or Number- Parameters:
t- the type to check- Returns:
- true if the type is Integer or Number
-
isSortedAscending
public boolean isSortedAscending() -
getTypeDesc
Return the type of a value in a textual form: "String", "Number", "Integer", "Boolean", "Date", ...- Specified by:
getTypeDescin interfaceValueMetaInterface- Returns:
- A String describing the type of value.
-
getStorageTypeDesc
Return the storage type of a value in a textual form: "normal", "binary-string", "indexes"- Returns:
- A String describing the storage type of the value metadata
-
toString
-
toStringMeta
a String text representation of this Value, optionally padded to the specified length- Specified by:
toStringMetain interfaceValueMetaInterface- Returns:
- a String text representation of this Value, optionally padded to the specified length
-
writeData
Description copied from interface:ValueMetaInterfaceSerialize the content of the specified data object to the outputStream. No metadata is written.- Specified by:
writeDatain interfaceValueMetaInterface- Parameters:
outputStream- the outputstream to write toobject- the data object to serialize- Throws:
KettleFileException- in case a I/O error occurs
-
readData
public Object readData(DataInputStream inputStream) throws KettleFileException, KettleEOFException, SocketTimeoutException Description copied from interface:ValueMetaInterfaceDe-serialize data from an inputstream. No metadata is read or changed.- Specified by:
readDatain interfaceValueMetaInterface- Parameters:
inputStream- the input stream to read from- Returns:
- a new data object
- Throws:
KettleFileException- in case a I/O error occursKettleEOFException- When we have read all the data there is to readSocketTimeoutException- In case there is a timeout (when set on a socket) during reading
-
writeString
- Throws:
IOException
-
writeBinaryString
protected void writeBinaryString(DataOutputStream outputStream, byte[] binaryString) throws IOException - Throws:
IOException
-
readString
- Throws:
IOException
-
readBinaryString
- Throws:
IOException
-
writeBigNumber
- Throws:
IOException
-
readBigNumber
- Throws:
IOException
-
writeDate
- Throws:
IOException
-
readDate
- Throws:
IOException
-
writeBoolean
- Throws:
IOException
-
readBoolean
- Throws:
IOException
-
writeNumber
- Throws:
IOException
-
readNumber
- Throws:
IOException
-
writeInteger
- Throws:
IOException
-
readInteger
- Throws:
IOException
-
writeInteger
- Throws:
IOException
-
readSmallInteger
- Throws:
IOException
-
writeBinary
- Throws:
IOException
-
readBinary
- Throws:
IOException
-
writeMeta
Description copied from interface:ValueMetaInterfaceWrite the content of this class (metadata) to the specified output stream.- Specified by:
writeMetain interfaceValueMetaInterface- Parameters:
outputStream- the outputstream to write to- Throws:
KettleFileException- in case a I/O error occurs
-
readMetaData
public void readMetaData(DataInputStream inputStream) throws KettleFileException, KettleEOFException Load the attributes of this particular value meta object from the input stream. Loading the type is not handled here, this should be read from the stream previously!- Specified by:
readMetaDatain interfaceValueMetaInterface- Parameters:
inputStream- the input stream to read from- Throws:
KettleFileException- In case there was a IO problemKettleEOFException- If we reached the end of the stream
-
getMetaXML
Description copied from interface:ValueMetaInterfaceReturns an XML representation of the row metadata.- Specified by:
getMetaXMLin interfaceValueMetaInterface- Returns:
- an XML representation of the row metadata
- Throws:
IOException- Thrown in case there is an (Base64/GZip) decoding problem
-
getDataXML
Description copied from interface:ValueMetaInterfaceReturns an XML representation of the row data.- Specified by:
getDataXMLin interfaceValueMetaInterface- Parameters:
object- The data to serialize as XML- Returns:
- an XML representation of the row data
- Throws:
IOException- Thrown in case there is an (Base64/GZip) decoding problem
-
getValue
Convert a data XML node to an Object that corresponds to the metadata. This is basically String to Object conversion that is being done.- Specified by:
getValuein interfaceValueMetaInterface- Parameters:
node- the node to retrieve the data value from- Returns:
- the converted data value
- Throws:
IOException- thrown in case there is a problem with the XML to object conversionKettleException- thrown in case there is a problem with the XML to object conversion
-
getTypes
get an array of String describing the possible types a Value can have.- Returns:
- an array of String describing the possible types a Value can have.
-
getAllTypes
Get an array of String describing the possible types a Value can have.- Returns:
- an array of String describing the possible types a Value can have.
-
getTypeDesc
TODO: change Desc to Code all over the place. Make sure we can localise this stuff later on.- Parameters:
type- the type- Returns:
- the description (code) of the type
-
getType
Convert the String description of a type to an integer type.- Parameters:
desc- The description of the type to convert- Returns:
- The integer type of the given String. (ValueMetaInterface.TYPE_...)
-
getStorageType
Convert the String description of a storage type to an integer type.- Parameters:
desc- The description of the storage type to convert- Returns:
- The integer storage type of the given String. (ValueMetaInterface.STORAGE_TYPE_...) or -1 if the storage type code not be found.
-
getStorageTypeCode
-
isNull
Determine if an object is null. This is the case if data==null or if it's an empty string.- Specified by:
isNullin interfaceValueMetaInterface- Parameters:
data- the object to test- Returns:
- true if the object is considered null.
- Throws:
KettleValueException- in case there is a conversion error (only thrown in case of lazy conversion)
-
compare
Compare 2 values of the same data type- Specified by:
comparein interfaceValueMetaInterface- Parameters:
data1- the first valuedata2- the second value- Returns:
- 0 if the values are equal, -1 if data1 is smaller than data2 and +1 if it's larger.
- Throws:
KettleValueException- In case we get conversion errors
-
compare
public int compare(Object data1, ValueMetaInterface meta2, Object data2) throws KettleValueException Compare 2 values of the same data type- Specified by:
comparein interfaceValueMetaInterface- Parameters:
data1- the first valuemeta2- the second value's metadatadata2- the second value- Returns:
- 0 if the values are equal, -1 if data1 is smaller than data2 and +1 if it's larger.
- Throws:
KettleValueException- In case we get conversion errors
-
convertData
Convert the specified data to the data type specified in this object.- Specified by:
convertDatain interfaceValueMetaInterface- Parameters:
meta2- the metadata of the object to be converteddata2- the data of the object to be converted- Returns:
- the object in the data type of this value metadata object
- Throws:
KettleValueException- in case there is a data conversion error
-
convertDataCompatible
public Object convertDataCompatible(ValueMetaInterface meta2, Object data2) throws KettleValueException Convert the specified data to the data type specified in this object. For String conversion, be compatible with version 2.5.2.- Specified by:
convertDataCompatiblein interfaceValueMetaInterface- Parameters:
meta2- the metadata of the object to be converteddata2- the data of the object to be converted- Returns:
- the object in the data type of this value metadata object
- Throws:
KettleValueException- in case there is a data conversion error
-
convertDataUsingConversionMetaData
Convert an object to the data type specified in the conversion metadata- Specified by:
convertDataUsingConversionMetaDatain interfaceValueMetaInterface- Parameters:
data- The data- Returns:
- The data converted to the storage data type
- Throws:
KettleValueException- in case there is a conversion error.
-
convertDataFromString
public Object convertDataFromString(String pol, ValueMetaInterface convertMeta, String nullIf, String ifNull, int trim_type) throws KettleValueException Convert the specified string to the data type specified in this object.- Specified by:
convertDataFromStringin interfaceValueMetaInterface- Parameters:
pol- the string to be convertedconvertMeta- the metadata of the object (only string type) to be convertednullIf- set the object to null if pos equals nullif (IgnoreCase)ifNull- set the object to ifNull when pol is empty or nulltrim_type- the trim type to be used (ValueMetaInterface.TRIM_TYPE_XXX)- Returns:
- the object in the data type of this value metadata object
- Throws:
KettleValueException- in case there is a data conversion error
-
hashCode
Calculate the hashcode of the specified data object- Specified by:
hashCodein interfaceValueMetaInterface- Parameters:
object- the data value to calculate a hashcode for- Returns:
- the calculated hashcode
- Throws:
KettleValueException
-
createOriginalValue
Create an old-style value for backward compatibility reasons- Specified by:
createOriginalValuein interfaceValueMetaInterface- Parameters:
data- the data to store in the value- Returns:
- a newly created Value object
- Throws:
KettleValueException- case there is a data conversion problem
-
getValueData
Extracts the primitive data from an old style Value object- Specified by:
getValueDatain interfaceValueMetaInterface- Parameters:
value- the old style Value object- Returns:
- the value's data, NOT the meta data.
- Throws:
KettleValueException- case there is a data conversion problem
-
getStorageMetadata
Description copied from interface:ValueMetaInterfaceReturns the storage Meta data that is needed for internal conversion from BinaryString or String to the specified type. This storage Meta data object survives cloning and should travel through the transformation unchanged as long as the data type remains the same.- Specified by:
getStorageMetadatain interfaceValueMetaInterface- Returns:
- the storageMetadata
-
setStorageMetadata
Description copied from interface:ValueMetaInterfaceSets the storage meta data.- Specified by:
setStorageMetadatain interfaceValueMetaInterface- Parameters:
storageMetadata- the storageMetadata to set
-
compareStorageAndActualFormat
protected void compareStorageAndActualFormat() -
getTrimType
public int getTrimType()Description copied from interface:ValueMetaInterfaceGets the trim type.- Specified by:
getTrimTypein interfaceValueMetaInterface- Returns:
- the trimType
-
setTrimType
public void setTrimType(int trimType) Description copied from interface:ValueMetaInterfaceSets the trim type.- Specified by:
setTrimTypein interfaceValueMetaInterface- Parameters:
trimType- the trimType to set
-
getTrimTypeByCode
-
getTrimTypeByDesc
-
getTrimTypeCode
-
getTrimTypeDesc
-
getConversionMetadata
Description copied from interface:ValueMetaInterfaceThis conversion metadata can be attached to a String object to see where it came from and with which mask it was generated, the encoding, the local languages used, padding, etc.- Specified by:
getConversionMetadatain interfaceValueMetaInterface- Returns:
- the conversionMetadata
-
setConversionMetadata
Description copied from interface:ValueMetaInterfaceAttach conversion metadata to a String object to see where it came from and with which mask it was generated, the encoding, the local languages used, padding, etc.- Specified by:
setConversionMetadatain interfaceValueMetaInterface- Parameters:
conversionMetadata- the conversionMetadata to set
-
isSingleByteEncoding
public boolean isSingleByteEncoding()- Specified by:
isSingleByteEncodingin interfaceValueMetaInterface- Returns:
- true if the String encoding used (storage) is single byte encoded.
-
getNumberOfBinaryStringConversions
public long getNumberOfBinaryStringConversions()Description copied from interface:ValueMetaInterfaceReturns the number of binary string to native data type conversions done with this object conversions- Specified by:
getNumberOfBinaryStringConversionsin interfaceValueMetaInterface- Returns:
- the number of binary string to native data type conversions done with this object conversions
-
setNumberOfBinaryStringConversions
public void setNumberOfBinaryStringConversions(long numberOfBinaryStringConversions) Description copied from interface:ValueMetaInterfaceReturns the number of binary string to native data type done with this object conversions to set.- Specified by:
setNumberOfBinaryStringConversionsin interfaceValueMetaInterface- Parameters:
numberOfBinaryStringConversions- the number of binary string to native data type done with this object conversions to set
-
isOriginalAutoIncrement
public boolean isOriginalAutoIncrement()Description copied from interface:ValueMetaInterfaceChecks if is original auto increment.- Specified by:
isOriginalAutoIncrementin interfaceValueMetaInterface- Returns:
- true, if is original auto increment
-
setOriginalAutoIncrement
public void setOriginalAutoIncrement(boolean originalAutoIncrement) Description copied from interface:ValueMetaInterfaceSets the original auto increment.- Specified by:
setOriginalAutoIncrementin interfaceValueMetaInterface- Parameters:
originalAutoIncrement- the new original auto increment
-
getOriginalColumnType
public int getOriginalColumnType()Description copied from interface:ValueMetaInterfacestore original JDBC RecordSetMetaData for later use- Specified by:
getOriginalColumnTypein interfaceValueMetaInterface- See Also:
-
setOriginalColumnType
public void setOriginalColumnType(int originalColumnType) Description copied from interface:ValueMetaInterfaceSets the original column type.- Specified by:
setOriginalColumnTypein interfaceValueMetaInterface- Parameters:
originalColumnType- the new original column type
-
getOriginalColumnTypeName
Description copied from interface:ValueMetaInterfaceGets the original column type name.- Specified by:
getOriginalColumnTypeNamein interfaceValueMetaInterface- Returns:
- the original column type name
-
setOriginalColumnTypeName
Description copied from interface:ValueMetaInterfaceSets the original column type name.- Specified by:
setOriginalColumnTypeNamein interfaceValueMetaInterface- Parameters:
originalColumnTypeName- the new original column type name
-
isOriginalNullable
public int isOriginalNullable()Description copied from interface:ValueMetaInterfaceChecks if is original nullable.- Specified by:
isOriginalNullablein interfaceValueMetaInterface- Returns:
- the int
-
setOriginalNullable
public void setOriginalNullable(int originalNullable) Description copied from interface:ValueMetaInterfaceSets the original nullable.- Specified by:
setOriginalNullablein interfaceValueMetaInterface- Parameters:
originalNullable- the new original nullable
-
getOriginalPrecision
public int getOriginalPrecision()Description copied from interface:ValueMetaInterfaceGets the original precision.- Specified by:
getOriginalPrecisionin interfaceValueMetaInterface- Returns:
- the original precision
-
setOriginalPrecision
public void setOriginalPrecision(int originalPrecision) Description copied from interface:ValueMetaInterfaceSets the original precision.- Specified by:
setOriginalPrecisionin interfaceValueMetaInterface- Parameters:
originalPrecision- the new original precision
-
getOriginalScale
public int getOriginalScale()Description copied from interface:ValueMetaInterfaceGets the original scale.- Specified by:
getOriginalScalein interfaceValueMetaInterface- Returns:
- the original scale
-
getOriginalNullable
public int getOriginalNullable()Description copied from interface:ValueMetaInterfaceGets the original nullable.- Specified by:
getOriginalNullablein interfaceValueMetaInterface- Returns:
- the original nullable
-
getOriginalSigned
public boolean getOriginalSigned()Description copied from interface:ValueMetaInterfaceGets the original signed.- Specified by:
getOriginalSignedin interfaceValueMetaInterface- Returns:
- the original signed
-
setOriginalScale
public void setOriginalScale(int originalScale) Description copied from interface:ValueMetaInterfaceSets the original scale.- Specified by:
setOriginalScalein interfaceValueMetaInterface- Parameters:
originalScale- the new original scale
-
isOriginalSigned
public boolean isOriginalSigned()Description copied from interface:ValueMetaInterfaceChecks if is original signed.- Specified by:
isOriginalSignedin interfaceValueMetaInterface- Returns:
- true, if is original signed
-
setOriginalSigned
public void setOriginalSigned(boolean originalSigned) Description copied from interface:ValueMetaInterfaceSets the original signed.- Specified by:
setOriginalSignedin interfaceValueMetaInterface- Parameters:
originalSigned- the new original signed
-
isBigNumberFormatting
public boolean isBigNumberFormatting()- Returns:
- the bigNumberFormatting flag : true if BigNumbers of formatted as well
-
setBigNumberFormatting
public void setBigNumberFormatting(boolean bigNumberFormatting) - Parameters:
bigNumberFormatting- the bigNumberFormatting flag to set : true if BigNumbers of formatted as well
-
getTrimTypeCodes
- Returns:
- The available trim type codes (NOT localized, use for persistence)
-
getTrimTypeDescriptions
- Returns:
- The available trim type descriptions (localized)
-
requiresRealClone
public boolean requiresRealClone()Description copied from interface:ValueMetaInterfaceReturns true if the data type requires a real copy. Usually a binary or Serializable object.- Specified by:
requiresRealClonein interfaceValueMetaInterface- Returns:
- boolean
-
isLenientStringToNumber
public boolean isLenientStringToNumber()- Specified by:
isLenientStringToNumberin interfaceValueMetaInterface- Returns:
- the lenientStringToNumber
-
setLenientStringToNumber
public void setLenientStringToNumber(boolean lenientStringToNumber) - Specified by:
setLenientStringToNumberin interfaceValueMetaInterface- Parameters:
lenientStringToNumber- the lenientStringToNumber to set
-
getDateFormatTimeZone
- Specified by:
getDateFormatTimeZonein interfaceValueMetaInterface- Returns:
- the date format time zone
-
setDateFormatTimeZone
- Specified by:
setDateFormatTimeZonein interfaceValueMetaInterface- Parameters:
dateFormatTimeZone- the date format time zone to set
-
isIgnoreWhitespace
public boolean isIgnoreWhitespace()Description copied from interface:ValueMetaInterfaceIs Ignore Whitespace Only applicable for TYPE_STRING comparisons- Specified by:
isIgnoreWhitespacein interfaceValueMetaInterface- Returns:
- true if whitespace should be ignored during string comparison
-
setIgnoreWhitespace
public void setIgnoreWhitespace(boolean ignoreWhitespace) Description copied from interface:ValueMetaInterfaceSet Ignore Whitespace Only applicable for TYPE_STRING comparisons- Specified by:
setIgnoreWhitespacein interfaceValueMetaInterface- Parameters:
ignoreWhitespace- true if whitespace should be ignored during string comparison
-
drawValue
Description copied from interface:ValueMetaInterfaceThis method draws the value using the supplied graphical context.- Specified by:
drawValuein interfaceValueMetaInterface- Parameters:
gc- The graphical context to draw on.- Throws:
KettleValueException
-
getValueFromSQLType
public ValueMetaInterface getValueFromSQLType(DatabaseMeta databaseMeta, String name, ResultSetMetaData rm, int index, boolean ignoreLength, boolean lazyConversion) throws KettleDatabaseException Description copied from interface:ValueMetaInterfaceInvestigate JDBC result set metadata at the specified index. If this value metadata is interested in handling this SQL type, it should return the value meta. Otherwise it should return null.- Specified by:
getValueFromSQLTypein interfaceValueMetaInterface- Parameters:
databaseMeta- the database metadata to reference capabilities and so on.name- The name of the new valuerm- The result metadata to investigateindex- The index to look at (1-based)ignoreLength- Don't look at the lengthlazyConversion- use lazy conversion- Returns:
- The value metadata if this value should handle the SQL type at the specified index.
- Throws:
KettleDatabaseException- In case something went wrong.
-
getOriginalColumnMetadata
protected void getOriginalColumnMetadata(ValueMetaInterface v, ResultSetMetaData rm, int index, boolean ignoreLength) throws SQLException - Throws:
SQLException
-
getMetadataPreview
public ValueMetaInterface getMetadataPreview(DatabaseMeta databaseMeta, ResultSet rs) throws KettleDatabaseException Description copied from interface:ValueMetaInterfaceThis is a similar method to getValueFromSQLType, but it uses a ResultSet from a call to DatabaseMetaData#getColumns(String, String, String, String) The ResultSet must be positioned correctly on the row to read.Note that the ValueMeta returned by this RowMeta may not contain actual values. This is a lightweight call using only JDBC metadata and does not make use of SQL statements.
- Specified by:
getMetadataPreviewin interfaceValueMetaInterface- Parameters:
databaseMeta- the database metadata to reference capabilities and so on.rs- A ResultSet from getColumns, positioned correctly on a column to read.- Throws:
KettleDatabaseException
-
getValueFromResultSet
public Object getValueFromResultSet(DatabaseInterface databaseInterface, ResultSet resultSet, int index) throws KettleDatabaseException Get a value from a result set column based on the current value metadata- Specified by:
getValueFromResultSetin interfaceValueMetaInterface- Parameters:
databaseInterface- the database metadata to useresultSet- The JDBC result set to read fromindex- The column index (1-based)- Returns:
- The Kettle native data type based on the value metadata
- Throws:
KettleDatabaseException- in case something goes wrong.
-
setPreparedStatementValue
public void setPreparedStatementValue(DatabaseMeta databaseMeta, PreparedStatement preparedStatement, int index, Object data) throws KettleDatabaseException Description copied from interface:ValueMetaInterfaceSet a value on a JDBC prepared statement on the specified position- Specified by:
setPreparedStatementValuein interfaceValueMetaInterface- Parameters:
databaseMeta- the database metadata to referencepreparedStatement- The prepared statementindex- the column index (1-based)data- the value to set- Throws:
KettleDatabaseException- in case something goes wrong
-
getNativeDataType
Description copied from interface:ValueMetaInterfaceThis method gives you the native Java data type corresponding to the value meta-data. Conversions from other storage types and other operations are done automatically according to the specified value meta-data.- Specified by:
getNativeDataTypein interfaceValueMetaInterface- Parameters:
object- The input data- Returns:
- The native data type
- Throws:
KettleValueException- in case there is an unexpected data conversion error.
-
getDatabaseColumnTypeDefinition
public String getDatabaseColumnTypeDefinition(DatabaseInterface databaseInterface, String tk, String pk, boolean use_autoinc, boolean add_fieldname, boolean add_cr) Description copied from interface:ValueMetaInterfaceAsk for suggestions as to how this plugin data type should be represented in the specified database interface- Specified by:
getDatabaseColumnTypeDefinitionin interfaceValueMetaInterface- Parameters:
databaseInterface- The database type/dialect to get the column type definition fortk- Is this a technical key field?pk- Is this a primary key field?use_autoinc- Use auto-increment?add_fieldname- add the fieldname to the column type definition?add_cr- add a cariage return to the string?- Returns:
- The field type definition
-
getQuotesBeforeSymbol
-
getNativeDataTypeClass
Description copied from interface:ValueMetaInterfaceReturn the Java class that represents the "native" storage type of this ValueMeta- Specified by:
getNativeDataTypeClassin interfaceValueMetaInterface- Returns:
- A Java class
- Throws:
KettleValueException
-
ValueMetaFactory.createValueMeta() and the loadMetaData() method.