Interface TableWriteConnection

All Superinterfaces:
AutoCloseable, DataSourceConnection
All Known Subinterfaces:
SimpleTableWriteConnection<T>
All Known Implementing Classes:
BatchTableWriteConnection, PreservingTableWriteConnection, XpbtWriteConnection

public interface TableWriteConnection extends DataSourceConnection
A connection for sequentially writing data to a table data source.