java.lang.Object
io.xpipe.core.impl.PreservingWriteConnection
io.xpipe.core.impl.PreservingTableWriteConnection
- All Implemented Interfaces:
DataSourceConnection,TableWriteConnection,AutoCloseable
public class PreservingTableWriteConnection
extends PreservingWriteConnection
implements TableWriteConnection
-
Field Summary
Fields inherited from class io.xpipe.core.impl.PreservingWriteConnection
connection -
Constructor Summary
ConstructorsConstructorDescriptionPreservingTableWriteConnection(DataSource<?> source, DataSourceConnection connection, boolean append) -
Method Summary
Modifier and TypeMethodDescriptioncreateMapping(TupleType inputType) writeLinesAcceptor(TableMapping mapping) Methods inherited from class io.xpipe.core.impl.PreservingWriteConnection
close, initMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.xpipe.core.source.DataSourceConnection
close, init
-
Constructor Details
-
PreservingTableWriteConnection
public PreservingTableWriteConnection(DataSource<?> source, DataSourceConnection connection, boolean append)
-
-
Method Details
-
createMapping
- Specified by:
createMappingin interfaceTableWriteConnection- Throws:
Exception
-
writeLinesAcceptor
- Specified by:
writeLinesAcceptorin interfaceTableWriteConnection
-