Uses of Class
org.apache.tika.eval.app.db.Cols
-
Packages that use Cols Package Description org.apache.tika.eval.app org.apache.tika.eval.app.db org.apache.tika.eval.app.io -
-
Uses of Cols in org.apache.tika.eval.app
Method parameters in org.apache.tika.eval.app with type arguments of type Cols Modifier and Type Method Description protected static String
AbstractProfiler. truncateContent(ContentTags contentTags, int maxLength, Map<Cols,String> data)
Get the content and record in the dataCONTENT_TRUNCATED_AT_MAX_LEN
whether the string was truncated -
Uses of Cols in org.apache.tika.eval.app.db
Methods in org.apache.tika.eval.app.db that return Cols Modifier and Type Method Description Cols
ColInfo. getName()
static Cols
Cols. valueOf(String name)
Returns the enum constant of this type with the specified name.static Cols[]
Cols. 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 Cols Modifier and Type Method Description boolean
TableInfo. containsColumn(Cols cols)
Method parameters in org.apache.tika.eval.app.db with type arguments of type Cols Modifier and Type Method Description static void
JDBCUtil. batchInsert(PreparedStatement insertStatement, TableInfo table, Map<Cols,String> data)
Constructors in org.apache.tika.eval.app.db with parameters of type Cols Constructor Description ColInfo(Cols name, int type)
ColInfo(Cols name, int type, Integer precision)
ColInfo(Cols name, int type, Integer precision, String constraints)
ColInfo(Cols name, int type, String constraints)
-
Uses of Cols in org.apache.tika.eval.app.io
Method parameters in org.apache.tika.eval.app.io with type arguments of type Cols Modifier and Type Method Description void
DBWriter. writeRow(TableInfo table, Map<Cols,String> data)
void
IDBWriter. writeRow(TableInfo table, Map<Cols,String> data)
-