org.chur.ant.db.jdbsynch.compare
Class Util

java.lang.Object
  extended by org.chur.ant.db.jdbsynch.compare.Util

final class Util
extends java.lang.Object

Date: Oct 31, 2006 Time: 10:44:48 AM Author: Sergey Churikov


Constructor Summary
Util()
           
 
Method Summary
static java.util.List createListId(Table table, int recordIndex)
           
static Record findRecordById(Table table, java.util.List idList)
           
static boolean isRecordNotEquals(Record record1, Record record2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

Util()
Method Detail

createListId

public static java.util.List createListId(Table table,
                                          int recordIndex)

findRecordById

public static Record findRecordById(Table table,
                                    java.util.List idList)

isRecordNotEquals

public static boolean isRecordNotEquals(Record record1,
                                        Record record2)