protected class CommonRowParser.CommonSourceDataHandler extends java.lang.Object implements SourceData.Handler
Modifier and Type | Field and Description |
---|---|
protected int[] |
columnsToReset |
protected RowInserter |
inserter |
Modifier | Constructor and Description |
---|---|
protected |
CommonSourceDataHandler(RowInserter inserter,
int[] columnsToReset) |
Modifier and Type | Method and Description |
---|---|
void |
process(SourceData sourceData)
Invoked when buffer is read from BuffersInputStream buffer queue.
|
protected final RowInserter inserter
protected final int[] columnsToReset
protected CommonSourceDataHandler(RowInserter inserter, int[] columnsToReset)
public void process(SourceData sourceData) throws java.sql.SQLException
SourceData.Handler
process
in interface SourceData.Handler
sourceData
- SourceData to handlejava.sql.SQLException
Copyright (C) 2003-2021 SQLstream, Inc.