com.ibatis.common.flatfile
Interface FlatFileOut
- All Known Implementing Classes:
- DelimitedFlatFileOut, FixedColFlatFileOut
- public interface FlatFileOut
- Author:
- clinton_begin
getColumnCount
public int getColumnCount()
throws java.io.IOException
- Throws:
java.io.IOException
nextRecord
public void nextRecord()
throws java.io.IOException
- Throws:
java.io.IOException
setValueAt
public void setValueAt(int col,
java.lang.String value)
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException