org.axiondb.engine.tables
public class DelimitedFlatfileTable extends BaseFlatfileTable
Version: $Revision: 1.18 $ $Date: 2006/01/10 21:02:36 $
Field Summary | |
---|---|
static String | PROP_FIELDDELIMITER |
static String | PROP_QUALIFIER |
Constructor Summary | |
---|---|
DelimitedFlatfileTable(String name, Database db) |
Method Summary | |
---|---|
protected String | getDefaultDataFileExtension() |
protected String | getQualifier() |
protected int | getQualifierLength() |
protected Row | getRowByOffset(int idToAssign, long ptr) |
Properties | getTableProperties() |
protected boolean | isEndOfRecord(int recLength, int nextChar, BufferedDataInputStream data) |
protected boolean | isNewLine(int nextChar) |
protected boolean | isQuoted() |
boolean | loadExternalTable(Properties props) |
protected void | parseTableProperties(ObjectInputStream in) |
protected void | writeHeader(BufferedDataOutputStream dataFile) |
protected void | writeRow(BufferedDataOutputStream buffer, Row row) |
protected void | writeTableProperties(ObjectOutputStream out) |