Mapping source data type
|
Mapping target data type
|
|
|
|
---|---|---|---|---|
|
[context] field
|
[context] typed Data
|
[context] kColl
|
[context] iColl
|
context -> field
|
Y
|
Yes. If the source value can be correctly converted to destination type. See Example 1 in Sample.
|
N
|
N
|
context -> typed Data
|
Y
|
Yes If the source value can be correctly converted to destination type. See Example 2 in Sample. Note that, value conversion might lead the loss of precision.
|
N
|
N
|
context -> kColl
|
N
|
N
|
Yes. See Example 3 in Sample.
|
N
|
context -> iColl
|
N
|
N
|
N
|
Yes. See Example 4 in Sample.
|
String (The string can be constant or the returned value from function or expressions)
|
Y
|
Yes If the source value can be correctly converted to destination type. See Sample.
|
N
|
N
|
NLS (The NLS is set from tooling using Constant->NLS or the expressions)
|
Y
|
N
|
N
|
N
|