T - public interface Table<T>
| Modifier and Type | Method and Description |
|---|---|
void |
add(List<? extends T> row) |
void |
addIndex(Index<T> index) |
org.aksw.sparqlify.database.IndexMap<String,Column> |
getColumns() |
IndexCollection<T> |
getIndexes() |
int[] |
getIndexes(List<String> columnNames) |
Collection<List<Object>> |
select(Map<String,Constraint> constraints) |
IndexCollection<T> getIndexes()
Collection<List<Object>> select(Map<String,Constraint> constraints)
Copyright © 2014. All rights reserved.