Package | Description |
---|---|
org.openrdf.sail.rdbms.managers | |
org.openrdf.sail.rdbms.postgresql | |
org.openrdf.sail.rdbms.schema |
Modifier and Type | Method and Description |
---|---|
TripleTable |
TripleTableManager.getExistingTable(Number pred) |
TripleTable |
TripleTableManager.getPredicateTable(Number pred) |
Modifier and Type | Method and Description |
---|---|
protected Map<Number,TripleTable> |
TripleTableManager.findPredicateTables() |
Modifier and Type | Method and Description |
---|---|
protected TransactionTable |
TransTableManager.createTransactionTable(TripleTable predicate) |
Modifier and Type | Method and Description |
---|---|
TripleTable |
PgSqlValueTableFactory.createTripleTable(Connection conn,
String tableName) |
Modifier and Type | Method and Description |
---|---|
TripleTable |
ValueTableFactory.createTripleTable(Connection conn,
String tableName) |
TripleTable |
TransactionTable.getTripleTable() |
Modifier and Type | Method and Description |
---|---|
void |
TripleBatch.setTable(TripleTable table) |
void |
TransactionTable.setTripleTable(TripleTable statements) |
Copyright © 2001-2016 Aduna. All Rights Reserved.