Package org.apache.tika.metadata
Interface Database
- 
public interface Database 
- 
- 
Field Summary
Fields Modifier and Type Field Description static PropertyCOLUMN_COUNTstatic PropertyCOLUMN_NAMEstatic java.lang.StringPREFIXstatic PropertyROW_COUNTstatic PropertyTABLE_NAME 
 - 
 
- 
- 
Field Detail
- 
PREFIX
static final java.lang.String PREFIX
- See Also:
 - Constant Field Values
 
 
- 
TABLE_NAME
static final Property TABLE_NAME
 
- 
ROW_COUNT
static final Property ROW_COUNT
 
- 
COLUMN_COUNT
static final Property COLUMN_COUNT
 
- 
COLUMN_NAME
static final Property COLUMN_NAME
 
 - 
 
 -