| Package | Description |
|---|---|
| org.aksw.sparqlify.algebra.sql.exprs2 | |
| org.aksw.sparqlify.core.cast | |
| org.aksw.sparqlify.inverse |
| Modifier and Type | Method and Description |
|---|---|
SqlValue |
S_Constant.getValue() |
SqlValue |
SqlExprConstant.getValue() |
| Modifier and Type | Method and Description |
|---|---|
static S_Constant |
S_Constant.create(SqlValue value) |
| Constructor and Description |
|---|
S_Constant(SqlValue value)
TODO The question is whether S_Constant arguments should be NodeValues or Object-datatype pairs
Variables are eventually just type tokens (e.g.
|
| Modifier and Type | Field and Description |
|---|---|
static SqlValue |
SqlValue.FALSE |
static SqlValue |
SqlValue.TRUE |
static SqlValue |
SqlValue.TYPE_ERROR |
| Modifier and Type | Method and Description |
|---|---|
SqlValue |
TypeSystemImpl.cast(SqlValue value,
TypeToken targetTypeToken) |
SqlValue |
TypeSystem.cast(SqlValue value,
TypeToken targetType) |
SqlValue |
TypeSystemImpl.convertSql(com.hp.hpl.jena.sparql.expr.NodeValue value)
Convert an RDF literal into a corresponding SQL literal
|
SqlValue |
TypeSystem.convertSql(com.hp.hpl.jena.sparql.expr.NodeValue value) |
SqlValue |
SqlDatatype.toSqlValue(com.hp.hpl.jena.sparql.expr.NodeValue nodeValue) |
SqlValue |
SqlDatatypeConstant.toSqlValue(com.hp.hpl.jena.sparql.expr.NodeValue nodeValue) |
SqlValue |
SqlDatatypeDefault.toSqlValue(com.hp.hpl.jena.sparql.expr.NodeValue nodeValue) |
SqlValue |
SqlValueTransformerInteger.transform(SqlValue sqlValue)
TODO The transformer should be able to cast to specific subtypes of int
so: How to handle e.g.
|
SqlValue |
SqlValueTransformer.transform(SqlValue nodeValue) |
SqlValue |
SqlValueTransformerFloat.transform(SqlValue sqlValue)
TODO The transformer should be able to cast to specific subtypes of int
so: How to handle e.g.
|
| Modifier and Type | Method and Description |
|---|---|
SqlValue |
TypeSystemImpl.cast(SqlValue value,
TypeToken targetTypeToken) |
SqlValue |
TypeSystem.cast(SqlValue value,
TypeToken targetType) |
String |
SqlLiteralMapperDefault.serialize(SqlValue value) |
String |
SqlLiteralMapper.serialize(SqlValue value) |
SqlValue |
SqlValueTransformerInteger.transform(SqlValue sqlValue)
TODO The transformer should be able to cast to specific subtypes of int
so: How to handle e.g.
|
SqlValue |
SqlValueTransformer.transform(SqlValue nodeValue) |
SqlValue |
SqlValueTransformerFloat.transform(SqlValue sqlValue)
TODO The transformer should be able to cast to specific subtypes of int
so: How to handle e.g.
|
| Constructor and Description |
|---|
SqlDatatypeConstant(SqlValue sqlValue) |
| Modifier and Type | Method and Description |
|---|---|
Map<S_ColumnRef,SqlValue> |
SparqlSqlInverseMap.getColumnToValue() |
| Constructor and Description |
|---|
SparqlSqlInverseMap(com.hp.hpl.jena.sparql.core.Quad candidateQuad,
ViewDefinition viewDefinition,
com.hp.hpl.jena.sparql.core.Quad viewQuad,
Map<S_ColumnRef,SqlValue> columnToValue) |
Copyright © 2014. All rights reserved.