Uses of Class
org.apache.tika.extractor.EmbeddedDocumentUtil
-
Packages that use EmbeddedDocumentUtil Package Description org.apache.tika.parser.jdbc -
-
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)
-