
Name Description
FORMAT_DATE Indicates how a character value should be converted into a date value (when
it is compared with a date value).
Character values are converted into date objects using
java.text.SimpleDateFormat.
Valid values: any java.text.SimpleDateFormat pattern
Default: yyyy-MM-dd
FORMAT_TIME Indicates how a character value should be converted into a time value (when
it is compared with a time value).
Character values are converted into time objects using
java.text.SimpleDateFormat.
Valid values: any java.text.SimpleDateFormat pattern.
Default: HH:mm:ss.SSS
FORMAT_TIMESTAMP Indicates how a character value should be converted into a timestamp value
(when it is compared with a timestamp value).
Character values are converted into timestamp objects using
java.text.SimpleDateFormat.
Valid values: any java.text.SimpleDateFormat pattern.
Default: yyyy-MM-dd HH:mm:ss.SSS
IGNORE_TRAILING_SPACES Whether one or more trailing space (0x20) characters should be ignored
when comparing two character values.
Note
if a character value consists entirely of one or more space characters, it
will be compared as if it is a single space character (comparing it as an
empty string could lead to sorting errors).
Valid values: true or false
Default: true
IGNORE_ZERO_PADDING Whether one or more trailing pad bytes (0x00) should be ignored when com
paring two binary values.
Valid values: true or false
Default: true
New Features Guide
New Features in SAP Replication Server Data Assurance 15.7.1 SP204
P U B L I C
© 2014 SAP SE or an SAP affiliate company. All rights reserved.
5
Comentários a estes Manuais