Class SQLite3DBParser

java.lang.Object
org.apache.tika.parser.jdbc.AbstractDBParser
org.apache.tika.parser.sqlite3.SQLite3DBParser
All Implemented Interfaces:
Serializable, Parser

public class SQLite3DBParser extends AbstractDBParser
This is the implementation of the db parser for SQLite.

This parser is internal only; it should not be registered in the services file or configured in the TikaConfig xml file.

See Also: