public interface XCsvRowCollector extends _charRangeProcedure
| Modifier and Type | Method and Description |
|---|---|
void |
accept(char[] data,
int offset,
int length) |
void |
beginTable(String tableName,
XGettingSequence<String> columnNames,
XGettingList<String> columnTypes) |
void |
completeRow()
Calls without collected values (e.g.
|
void |
completeTable()
Calls without collected rows (e.g.
|
void beginTable(String tableName, XGettingSequence<String> columnNames, XGettingList<String> columnTypes)
void accept(char[] data,
int offset,
int length)
accept in interface _charRangeProcedurevoid completeRow()
void completeTable()
Copyright © 2022 MicroStream Software. All rights reserved.