org.chur.ant.db.profiles.text
Class UpdateSqlPreparator

java.lang.Object
  extended by org.chur.ant.db.profiles.text.UpdateSqlPreparator
All Implemented Interfaces:
SQLCommandProducer<UpdateRecord>

public class UpdateSqlPreparator
extends java.lang.Object
implements SQLCommandProducer<UpdateRecord>

Date: Oct 31, 2006 Time: 5:48:19 PM Author: Sergey Churikov


Constructor Summary
UpdateSqlPreparator(Text2SqlConvertor text2SqlConvertor)
           
 
Method Summary
 java.lang.String createSql(Table table, UpdateRecord updateRecord)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateSqlPreparator

public UpdateSqlPreparator(Text2SqlConvertor text2SqlConvertor)
Method Detail

createSql

public java.lang.String createSql(Table table,
                                  UpdateRecord updateRecord)
Specified by:
createSql in interface SQLCommandProducer<UpdateRecord>