static void |
JdbcUtil.synchronizeTableFullOneWay_Copy(java.sql.Connection fromConnection,
java.sql.Connection toConnection,
java.lang.String fromTablename,
java.lang.String toTablename,
java.lang.String[] keys,
java.lang.String[] fields,
int commitEvery,
org.apache.log4j.Logger log4j,
JdbcUtil.Preprocess preprocess)
Insert in the table in the to connection with any missing records in relation to the from connection |
static void |
JdbcUtil.synchronizeTableFullOneWay_Insert(java.sql.Connection fromConnection,
java.sql.Connection toConnection,
java.lang.String fromTablename,
java.lang.String toTablename,
java.lang.String[] keys,
java.lang.String[] fields,
int commitEvery,
org.apache.log4j.Logger log4j,
JdbcUtil.Preprocess preprocess)
Insert in the table in the to connection with any missing records in relation to the from connection |