Uses of Class
org.apache.tika.extractor.EmbeddedDocumentUtil
-
Uses of EmbeddedDocumentUtil in org.apache.tika.parser.jdbc
Modifier and TypeMethodDescriptionprotected abstract JDBCTableReader
AbstractDBParser.getTableReader
(Connection connection, String tableName, EmbeddedDocumentUtil embeddedDocumentUtil) Given a connection and a table name, return the JDBCTableReader for this db.ModifierConstructorDescriptionJDBCTableReader
(Connection connection, String tableName, EmbeddedDocumentUtil embeddedDocumentUtil) -
Uses of EmbeddedDocumentUtil in org.apache.tika.parser.sqlite3
Modifier and TypeMethodDescriptionprotected JDBCTableReader
SQLite3DBParser.getTableReader
(Connection connection, String tableName, EmbeddedDocumentUtil embeddedDocumentUtil) ModifierConstructorDescriptionSQLite3TableReader
(Connection connection, String tableName, EmbeddedDocumentUtil embeddedDocumentUtil)