name |
Name of the column to set |
value |
New value of the column.
Note: If not set the first valueXXX defined is used in the order they
appear. |
valueNumeric |
integer value of the column. |
valueBoolean |
boolean value of the column. |
valueDate |
Date and/or Time value to set the column to. The value is specified in one of the following forms: "YYYY-MM-DD", "hh:mm:ss" or "YYYY-MM-DDThh:mm:ss". |
valueComputed |
A value that is returned from a function or procedure call. This attribute shall contain the function name to call. |
valueBlobFile |
Path to a file, whose contents will be written as a BLOB (i.e. chunk of binary data).
Must be either absolute or relative to the Change Log file location (absolute paths are, e.g.:
/usr/local/somefile.dat on Unix or c:\Directory\somefile.dat on Windows. Please refer to
java.io.File javadoc
for the details of what to consider relative/absolute path). |
valueClobFile |
Path to a file, whose contents will be written as a CLOB (i.e. chunk of character data).
Must be either absolute or relative to the Change Log file location (absolute paths are, e.g.:
/usr/local/somefile.dat on Unix or c:\Directory\somefile.dat on Windows.
Please refer to java.io.File javadoc
for the details of what to consider relative/absolute path). |
encoding |
Name of the encoding (as specified
in java.nio.Charset javadoc)
of the CLOB file (specified in valueClobFile ) contents.
Default: 'UTF-8'
Note: used only when valueClobFile attribute is specified, ignored otherwise.
|