com.ibatis.common.flatfile
Interface FlatFileOut
- All Known Implementing Classes:
- DelimitedFlatFileOut, FixedColFlatFileOut
public interface FlatFileOut
- Author:
- clinton_begin
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