Package org.aksw.sparqlify.database
Class AbstractIndex
java.lang.Object
org.aksw.sparqlify.database.AbstractIndex
- All Implemented Interfaces:
Index
- Direct Known Subclasses:
TreeIndex
-
Constructor Details
-
AbstractIndex
-
-
Method Details
-
getTable
-
getIndexColumns
public int[] getIndexColumns()- Specified by:
getIndexColumnsin interfaceIndex
-
getIndexColumnNames
- Specified by:
getIndexColumnNamesin interfaceIndex
-
preAdd
Description copied from interface:IndexOnly table should call this. Return true to accept the row, false to reject it -
postAdd
-