Class JDBCInsertFeatureWriter

Object
JDBCFeatureReader
JDBCInsertFeatureWriter
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable, FeatureReader<SimpleFeatureType,SimpleFeature>, FeatureWriter<SimpleFeatureType,SimpleFeature>

public class JDBCInsertFeatureWriter extends JDBCFeatureReader implements FeatureWriter<SimpleFeatureType,SimpleFeature>, Flushable
Inserts features in the database. Buffers the insertions until BUFFER_SIZE is reached or the writer is closed.