Context.getSourceConnection(), Context
.getDestinationConnection());
ResultSet rs = migration.getResultSet();
rs.next();
migration.execute(rs);
Statement stm = (Statement) Context.getDestinationConnection()
.createStatement();
ResultSet rs2 = (ResultSet) stm
.executeQuery("SELECT id, nome FROM USUARIO WHERE id = "