JavaDoc


_XMLWriter

org.dbreplicator.replication.xml
Interface _XMLWriter

All Known Implementing Classes:
XMLWriter

public interface _XMLWriter

This interface is implemented by the class XMLWriter. This interface gives declaration of the method write , which is implemented in XML writer , this method is responsible for writing data in to XML file as per there datatypes and special cases of Blob and Clob are also needed to be handled.


Method Summary
 void write(java.sql.ResultSet rs, int index, java.util.ArrayList encodedCols, java.lang.String col)
           
 

Method Detail

write

void write(java.sql.ResultSet rs,
           int index,
           java.util.ArrayList encodedCols,
           java.lang.String col)
           throws java.sql.SQLException,
                  java.io.IOException,
                  RepException
Throws:
java.sql.SQLException
java.io.IOException
RepException



Powered by Drupal - Theme by Danger4k