Uses of Enum
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_TABLE
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_TABLEModifier and TypeMethodDescriptionvoid
JDBCUtil.createTables
(List<TableInfo> tableInfos, JDBCUtil.CREATE_TABLE createTable)