Package | Description |
---|---|
org.openrdf.sail.rdbms | |
org.openrdf.sail.rdbms.config | |
org.openrdf.sail.rdbms.mysql | |
org.openrdf.sail.rdbms.postgresql |
Modifier and Type | Method and Description |
---|---|
void |
RdbmsConnectionFactory.setSail(RdbmsStore sail) |
Constructor and Description |
---|
RdbmsConnection(RdbmsStore sail,
RdbmsTripleRepository triples) |
Modifier and Type | Method and Description |
---|---|
RdbmsStore |
RdbmsStoreFactory.getSail(SailImplConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
MySqlStore
Deprecated.
the MySQL RDF store is no longer supported and will be removed in
a future Sesame release. Consider switching to a different SAIL
backend.
|
Modifier and Type | Class and Description |
---|---|
class |
PgSqlStore
Deprecated.
the PostgreSQL RDF store is no longer supported and will be
removed in a future Sesame release. Consider switching to a
different SAIL backend.
|
Copyright © 2001-2016 Aduna. All Rights Reserved.