Package org.aksw.r2rml.jena.jdbc.impl
Interface SqlDatatype
- All Known Implementing Classes:
SqlDatatypeImpl
public interface SqlDatatype
SqlDatatype or rather a NoRDFDatatype in the sense of "Not-only RDF datatype".
Interface to convert non-RDF or RDF values to RDF Terms with corresponding RDFDatatype.
- Author:
- raven
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.sparql.function.user.UserDefinedFunctionDefinitionClass<?>default java.util.function.Function<Object,org.apache.jena.graph.Node> Create a function that for a given compatible source object returns anNodebased on the state of this interface's implementation.org.apache.jena.datatypes.RDFDatatypeint
-
Method Details
-
getSqlType
int getSqlType() -
getJavaClass
Class<?> getJavaClass() -
getRdfDatatype
org.apache.jena.datatypes.RDFDatatype getRdfDatatype() -
getCompatibilizer
-
getLexicalFormizer
-
convertSqlToRdf
org.apache.jena.sparql.function.user.UserDefinedFunctionDefinition convertSqlToRdf() -
getNodeMapper
Create a function that for a given compatible source object returns anNodebased on the state of this interface's implementation.- Returns:
-