$!col.getAfter() 14.125999998999999
$!col.getDataType() DOUBLE
$!col.getData() "14.125999998999999"
$col.getAfter(): 14.125999998999999
Type: com.goldengate.atg.datasource.DsColumnAfterValue
$col.toString(): "14.125999998999999"
Type: java.lang.String
c$ol.AfterValue: 14.125999998999999
Type : java.lang.String
Code:
col.getAfter(): $col.getAfter()
Type: $col.getAfter().getClass().getName()
col.toString(): $col.toString()
Type: $col.toString().getClass().getName()
col.AfterValue: $col.AfterValue
Type : $col.AfterValue.getClass().getName()
No comments:
Post a Comment