Uses of Class
org.apache.tika.eval.app.db.ColInfo
-
Packages that use ColInfo Package Description org.apache.tika.eval.app.db -
-
Uses of ColInfo in org.apache.tika.eval.app.db
Methods in org.apache.tika.eval.app.db that return types with arguments of type ColInfo Modifier and Type Method Description List<ColInfo>
TableInfo. getColInfos()
Methods in org.apache.tika.eval.app.db with parameters of type ColInfo Modifier and Type Method Description static void
JDBCUtil. updateInsertStatement(int dbColOffset, PreparedStatement st, ColInfo colInfo, String value)
Constructors in org.apache.tika.eval.app.db with parameters of type ColInfo Constructor Description TableInfo(String name, ColInfo... cols)
Constructor parameters in org.apache.tika.eval.app.db with type arguments of type ColInfo Constructor Description TableInfo(String name, List<ColInfo> cols)
-