Uses of Enum Class
org.apache.tika.eval.app.db.JDBCUtil.CREATE_TABLE
Packages that use JDBCUtil.CREATE_TABLE
-
Uses of JDBCUtil.CREATE_TABLE in org.apache.tika.eval.app.db
Methods in org.apache.tika.eval.app.db that return JDBCUtil.CREATE_TABLEModifier and TypeMethodDescriptionstatic JDBCUtil.CREATE_TABLEReturns the enum constant of this class with the specified name.static JDBCUtil.CREATE_TABLE[]JDBCUtil.CREATE_TABLE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.tika.eval.app.db with parameters of type JDBCUtil.CREATE_TABLEModifier and TypeMethodDescriptionvoidJDBCUtil.createTables(List<TableInfo> tableInfos, JDBCUtil.CREATE_TABLE createTable)