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

Packages that use JdbcUtil.SyncDescriptor
nl.knowledgeplaza.util   
 

Uses of JdbcUtil.SyncDescriptor in nl.knowledgeplaza.util
 

Methods in nl.knowledgeplaza.util that return JdbcUtil.SyncDescriptor
 JdbcUtil.SyncDescriptor JdbcUtil.SyncDescriptor.withCommitEvery(int value)
           
 JdbcUtil.SyncDescriptor JdbcUtil.SyncDescriptor.withFromConnection(java.sql.Connection value)
           
 JdbcUtil.SyncDescriptor JdbcUtil.SyncDescriptor.withFromFields(java.lang.String... value)
           
 JdbcUtil.SyncDescriptor JdbcUtil.SyncDescriptor.withFromKeys(java.lang.String... value)
           
 JdbcUtil.SyncDescriptor JdbcUtil.SyncDescriptor.withFromTablename(java.lang.String value)
           
 JdbcUtil.SyncDescriptor JdbcUtil.SyncDescriptor.withId(java.lang.String value)
           
 JdbcUtil.SyncDescriptor JdbcUtil.SyncDescriptor.withToConnection(java.sql.Connection value)
           
 JdbcUtil.SyncDescriptor JdbcUtil.SyncDescriptor.withToFields(java.lang.String... value)
           
 JdbcUtil.SyncDescriptor JdbcUtil.SyncDescriptor.withToKeys(java.lang.String... value)
           
 JdbcUtil.SyncDescriptor JdbcUtil.SyncDescriptor.withToTablename(java.lang.String value)
           
 

Methods in nl.knowledgeplaza.util with parameters of type JdbcUtil.SyncDescriptor
static void JdbcUtil.synchronizeTableFullOneWay_Delete(JdbcUtil.SyncDescriptor syncDescriptor, org.apache.log4j.Logger log4j)
          Remove any records in the to connection that do not exist in the form connection
static void JdbcUtil.synchronizeTableFullOneWay_InsertUpdate(JdbcUtil.SyncDescriptor syncDescriptor, org.apache.log4j.Logger log4j)
          Update the table in the to connection with any missing records in relation to the from connection
static void JdbcUtil.synchronizeTableFullOneWay(JdbcUtil.SyncDescriptor syncDescriptor, org.apache.log4j.Logger log4j)
          Insert, update or delete record so that the table in the to connection becomes identical to the from connection
 



Copyright © 2010 KnowledgePlaza. All Rights Reserved.