Package | Description |
---|---|
org.openrdf.sail.rdbms | |
org.openrdf.sail.rdbms.managers |
Modifier and Type | Method and Description |
---|---|
RdbmsLiteral |
RdbmsValueFactory.asRdbmsLiteral(Literal literal) |
RdbmsLiteral |
RdbmsValueFactory.createLiteral(String label) |
RdbmsLiteral |
RdbmsValueFactory.createLiteral(String label,
String language) |
RdbmsLiteral |
RdbmsValueFactory.createLiteral(String label,
URI datatype) |
RdbmsLiteral |
RdbmsValueFactory.getRdbmsLiteral(Number num,
String label,
String language,
String datatype) |
Modifier and Type | Method and Description |
---|---|
protected void |
LiteralManager.insert(Number id,
RdbmsLiteral literal) |
protected Literal |
LiteralManager.key(RdbmsLiteral value) |
Copyright © 2001–2017 Aduna. All rights reserved.