|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
LineListener that stores loaded data lines
as a List of Lists of Strings.LineProvider that provides data lines for saving
from a List of Lists of Strings.setData.
List of Lists of Strings.
ResultSet.absolute(int).
FieldListener.addField(java.lang.String).
TableModel.
LineListener.handleLine.
CustomLineListener.handleLineImpl.
ResultSet.afterLast().
BadLine.SEMANTIC error description of a bad data line.
pErrorType (BadLine.SYNTAX or BadLine.SEMANTIC).
BadLine.SEMANTIC error description caused by a particular Exception.
BadLine.CsvLoader.CsvParser instance.
CsvSaver.CsvWriter instance.
LineListener that stores loaded data lines
as a List of String[] arrays.LineProvider that provides data lines for saving
from a List of String[] arrays.setData.
List of String[] arrays.
LineListener that stores data records as
a List of Java Beans.LineProvider that provides data records for saving
a List of Java Beans.BeanLineProvider.setBeans(java.util.List).
List of Java Beans to save.
BeanSpec (BeanSpec.prepareBeanClass(java.lang.Class) must be subsequently called).
BeanSpec for the specified bean type.
BeanSpec for the specified bean type, with custom indexed property delimiters
BeanSpec for the specified bean type.
BeanSpec for the specified bean type.
boolean array textual representations.boolean textual representations.BooleanStringConverter.sStandardDefault.
byte array textual representations.byte textual representations.ByteStringConverter.sStandardDefault.
FieldListener.badLine(com.ricebridge.csvman.BadLine).
LineListener.handleBadLine.
CustomLineListener.handleBadLineImpl.
ResultSet.beforeFirst().
CsvLoader you want to begin the loading process.
CsvSaver you want to begin the saving process.