Interface for a TableWriter used by the PackageEngine
| C# |
public interface ITableWriter
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Close()()() |
Close the tablewriter
| |
| ConfirmRecord(OriginatorRow) |
Confirms a record change was processed
| |
| CreateTableObjects()()() |
Creates additional table objects such as indices
| |
| IsNewTable |
Indicates that a new table was created to put records into
| |
| PutRecord(array<Object>[]()[], TableStructure, RowType%) |
Puts records into target table
|