Connect CDC has options that let you modify the source data you are distributing or even create or derive the data you distribute. You can use predefined functions to accomplish these data transformations or you can construct your own operations or functions.
For example, to express source currency values in terms of a different currency, you specify the transformation algorithm to use for that column mapping. For some common transformations, the algorithm is supplied as a predefined Connect CDC function.
The algorithms you specify are known in the Connect CDC Director as expressions. The Connect CDC Expression Handler parses them and then creates runtime code that calculates the result for the expressions.
In addition to or instead of calls to predefined functions, expressions may have an arbitrary number of constants, column references, and calculations on those constants and columns and functions. Their results must be compatible in type and length with the target column.
The example that follows demonstrates a simple expression, that is, an expression that operates on named source columns without programming statements to produce a value to send to the target column. In contrast, a complex expression is like a procedure in that it always returns a value, may have a programming statement, and always consists of more than one line. You can also can define named complex expressions, which you can reference in other expressions.
The System Reference provides the Expression Handler details. The Expression Handler rules, including its valid operators (arithmetic, comparison, and Boolean) and statements are a combination of SQL and Java symbols and conventions.
C:\j2sdk1.4.2_08\bin;%SystemRoot%\system32;%SystemRoot%;
%SystemRoot%\System32\Wbem;C:\Program Files\Microsoft SQL Server
\80\Tools\BINN;C:\PROGRA~1\XRay;C:\PROGRA~1\CA\SHARED~1\SCANEN~1
To check the computer’s path, do the following:
-
Right-click My Computer, the select Properties in the menu that displays.
-
Click the Advanced tab, then click the Environment Variables button.
-
In System variables, select Path, then click Edit.
-
In Variable Value, check for the correct directory.