com.ibatis.common.flatfile
Interface FlatFileOut

All Known Implementing Classes:
DelimitedFlatFileOut, FixedColFlatFileOut

public interface FlatFileOut

Author:
clinton_begin

Method Summary
 void close()
           
 int getColumnCount()
           
 void nextRecord()
           
 void setValueAt(int col, java.lang.String value)
           
 

Method Detail

getColumnCount

int getColumnCount()
                   throws java.io.IOException
Throws:
java.io.IOException

nextRecord

void nextRecord()
                throws java.io.IOException
Throws:
java.io.IOException

setValueAt

void setValueAt(int col,
                java.lang.String value)
                throws java.io.IOException
Throws:
java.io.IOException

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException