Thanks for the help so far
I have another question regarding row replication.
The Column Values are returned as
| Code: |
java.util.ArrayList<java.util.ArrayList<OneRowChange.ColumnVal>>
|
Why an array of arrays, when we only have a single row (OneRowChange)
Is it possible to get multiple rows returned in a single OneRowChange event.
Also, can I specify only some rows in a RowChangeEvent, instead of having to put them all in (ie, if the table I am replicating to has extra columns compared to the source table). Can I just specify those cols in the OneRowChange column values, and leave the others undef?
Another option would be to edit the insert/update statement which would be generated by the OneRowChange. Is this possible?