| Package | Description |
|---|---|
| org.openrdf.sail.rdbms.mysql | |
| org.openrdf.sail.rdbms.postgresql | |
| org.openrdf.sail.rdbms.schema |
| Modifier and Type | Class and Description |
|---|---|
class |
MySqlValueTable |
| Modifier and Type | Class and Description |
|---|---|
class |
PgSqlValueTable
Optimises prepared insert statements for PostgreSQL and overrides the DOUBLE
column type.
|
| Modifier and Type | Method and Description |
|---|---|
protected ValueTable |
ValueTableFactory.createValueTable(Connection conn,
BlockingQueue<Batch> queue,
String name,
int sqlType) |
protected ValueTable |
ValueTableFactory.createValueTable(Connection conn,
BlockingQueue<Batch> queue,
String name,
int sqlType,
int length) |
ValueTable |
LiteralTable.getDatatypeTable() |
ValueTable |
LiteralTable.getDateTimeTable() |
ValueTable |
LiteralTable.getLabelTable() |
ValueTable |
LiteralTable.getLanguageTable() |
ValueTable |
LiteralTable.getLongLabelTable() |
ValueTable |
LiteralTable.getNumericTable() |
protected ValueTable |
ValueTableFactory.newValueTable() |
| Modifier and Type | Method and Description |
|---|---|
protected HashTable |
ValueTableFactory.newHashtable(ValueTable table) |
void |
LiteralTable.setDatatypeTable(ValueTable datatypes) |
void |
LiteralTable.setDateTimeTable(ValueTable dateTime) |
void |
LiteralTable.setLabelTable(ValueTable labels) |
void |
LiteralTable.setLanguageTable(ValueTable languages) |
void |
LiteralTable.setLongLabelTable(ValueTable longLabels) |
void |
LiteralTable.setNumericTable(ValueTable numeric) |
| Constructor and Description |
|---|
BNodeTable(ValueTable table) |
HashTable(ValueTable table) |
URITable(ValueTable shorter,
ValueTable longer) |
Copyright © 2001-2014 Aduna. All Rights Reserved.