Uses of Class
org.apache.tika.extractor.EmbeddedDocumentUtil
-
Packages that use EmbeddedDocumentUtil Package Description org.apache.tika.parser.jdbc org.apache.tika.parser.sqlite3 -
-
Uses of EmbeddedDocumentUtil in org.apache.tika.parser.jdbc
Methods in org.apache.tika.parser.jdbc with parameters of type EmbeddedDocumentUtil Modifier and Type Method Description protected abstract JDBCTableReader
AbstractDBParser. getTableReader(Connection connection, String tableName, EmbeddedDocumentUtil embeddedDocumentUtil)
Given a connection and a table name, return the JDBCTableReader for this db.Constructors in org.apache.tika.parser.jdbc with parameters of type EmbeddedDocumentUtil Constructor Description JDBCTableReader(Connection connection, String tableName, EmbeddedDocumentUtil embeddedDocumentUtil)
-
Uses of EmbeddedDocumentUtil in org.apache.tika.parser.sqlite3
Methods in org.apache.tika.parser.sqlite3 with parameters of type EmbeddedDocumentUtil Modifier and Type Method Description protected JDBCTableReader
SQLite3DBParser. getTableReader(Connection connection, String tableName, EmbeddedDocumentUtil embeddedDocumentUtil)
Constructors in org.apache.tika.parser.sqlite3 with parameters of type EmbeddedDocumentUtil Constructor Description SQLite3TableReader(Connection connection, String tableName, EmbeddedDocumentUtil embeddedDocumentUtil)
-