| Package | Description | 
|---|---|
| org.apache.tika.eval.app | |
| org.apache.tika.eval.app.db | |
| org.apache.tika.eval.app.io | 
| Modifier and Type | Method and Description | 
|---|---|
protected static String | 
AbstractProfiler.truncateContent(ContentTags contentTags,
               int maxLength,
               Map<Cols,String> data)
Get the content and record in the data  
CONTENT_TRUNCATED_AT_MAX_LEN whether the string was truncated | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
TableInfo.containsColumn(Cols cols)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
JDBCUtil.batchInsert(PreparedStatement insertStatement,
           TableInfo table,
           Map<Cols,String> data)  | 
static int | 
JDBCUtil.insert(PreparedStatement insertStatement,
      TableInfo table,
      Map<Cols,String> data)
Deprecated.  
 | 
| Constructor and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IDBWriter.writeRow(TableInfo table,
        Map<Cols,String> data)  | 
void | 
DBWriter.writeRow(TableInfo table,
        Map<Cols,String> data)  | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.