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

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

public class DeleteSqlPreparator
extends java.lang.Object
implements SQLCommandProducer<Record>

Date: Oct 31, 2006 Time: 5:06:00 PM Author: Sergey Churikov


Constructor Summary
DeleteSqlPreparator()
           
 
Method Summary
 java.lang.String createSql(Table table, Record record)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteSqlPreparator

public DeleteSqlPreparator()
Method Detail

createSql

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