Uses of Class
nl.knowledgeplaza.util.JdbcUtil.Preprocess

Packages that use JdbcUtil.Preprocess
nl.knowledgeplaza.util   
 

Uses of JdbcUtil.Preprocess in nl.knowledgeplaza.util
 

Methods in nl.knowledgeplaza.util with parameters of type JdbcUtil.Preprocess
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
 



Copyright © 2010. All Rights Reserved.