| Package | Description |
|---|---|
| org.aksw.sparqlify.algebra.sql.exprs2 | |
| org.aksw.sparqlify.core.cast |
| 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) |
| 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) |
| Constructor and Description |
|---|
SqlDatatypeConstant(SqlValue sqlValue) |
Copyright © 2013. All Rights Reserved.