Class JDBCEmitter

java.lang.Object
org.apache.tika.pipes.emitter.AbstractEmitter
org.apache.tika.pipes.emitter.jdbc.JDBCEmitter
All Implemented Interfaces:
Closeable, AutoCloseable, Initializable, Emitter

public class JDBCEmitter extends AbstractEmitter implements Initializable, Closeable
This is only an initial, basic implementation of an emitter for JDBC.

It is currently NOT thread safe because of the shared prepared statement, and depending on the jdbc implementation because of the shared connection.

As of the 2.5.0 release, this is ALPHA version. There may be breaking changes in the future.