protected static class Importer.ImportContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
ExtentTracker |
extentTracker
Helper which tracks current index values for extent fields
|
java.util.Map<java.lang.String,java.lang.Object> |
parentValues
Values of the fields to be populated from the parent table.
|
Buffer |
proxy
Buffer proxy
|
TempTableSchema |
schema
Temp-table schema information
|
AbstractTempTable |
tt
Current temp-table, if one is being processed.
|
java.lang.String |
ttName
The future name of the read temp-table.
|
| Constructor and Description |
|---|
ImportContext()
Default c'tor
|
ImportContext(Importer.ImportContext ctx)
Copy c'tor
|
| Modifier and Type | Method and Description |
|---|---|
void |
setBuffer(RecordBuffer buffer,
boolean json)
Set table buffer.
|
public AbstractTempTable tt
public java.lang.String ttName
public TempTableSchema schema
public Buffer proxy
public ExtentTracker extentTracker
public java.util.Map<java.lang.String,java.lang.Object> parentValues
public ImportContext()
public ImportContext(Importer.ImportContext ctx)
ctx - The instance to be cloned.public void setBuffer(RecordBuffer buffer, boolean json)
buffer - The table bufferjson - Flag indicating if this is for JSON (when true) or XML (when false).