nicholasren / open-replicator

Automatically exported from code.google.com/p/open-replicator
0 stars 0 forks source link

how to get table column names? #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
as a insert event ,we can get column values by ergodic row'columns
List<Row> rows=event.getRows();
for(Row row:rows){
List<Column> columns=row.getColumns();
}
how can i mapping the columns of row to the columns of table in the database?

Original issue reported on code.google.com by lovm...@gmail.com on 6 May 2014 at 6:24

GoogleCodeExporter commented 9 years ago
column name is not available

Original comment by whitesoc...@gmail.com on 12 May 2014 at 11:29