Uses of Class
org.apache.tika.eval.app.db.JDBCUtil.CREATE_TABLE
-
Packages that use JDBCUtil.CREATE_TABLE Package Description org.apache.tika.eval.app.db -
-
Uses of JDBCUtil.CREATE_TABLE in org.apache.tika.eval.app.db
Methods in org.apache.tika.eval.app.db that return JDBCUtil.CREATE_TABLE Modifier and Type Method Description static JDBCUtil.CREATE_TABLEJDBCUtil.CREATE_TABLE. valueOf(String name)Returns the enum constant of this type with the specified name.static JDBCUtil.CREATE_TABLE[]JDBCUtil.CREATE_TABLE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tika.eval.app.db with parameters of type JDBCUtil.CREATE_TABLE Modifier and Type Method Description voidJDBCUtil. createTables(List<TableInfo> tableInfos, JDBCUtil.CREATE_TABLE createTable)
-