Package org.aksw.sparqlify.database
Class TableImpl<T>
java.lang.Object
org.aksw.sparqlify.database.TableImpl<T>
- All Implemented Interfaces:
Table<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidint[]getIndexes(List<String> columnNames) static voidstatic voidstatic <T> voidprintTable(Collection<? extends List<T>> table, PrintStream out) select(Map<String, Constraint> constraints)
-
Constructor Details
-
TableImpl
-
-
Method Details
-
getIndexes
- Specified by:
getIndexesin interfaceTable<T>
-
addIndex
-
main2
-
main
-
printTable
-
getColumns
- Specified by:
getColumnsin interfaceTable<T>
-
add
-
select
-
getIndexes
- Specified by:
getIndexesin interfaceTable<T>
-