public class NaturalMappings extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.apache.jena.sparql.function.user.UserDefinedFunctionDefinition |
udfd_timestamp |
| Constructor and Description |
|---|
NaturalMappings() |
| Modifier and Type | Method and Description |
|---|---|
static NodeMapper |
createNodeMapper(int sqlType) |
static NodeMapper |
createNodeMapper(int sqlType,
SqlTypeMapper sqlTypeMapper) |
static Set<SqlDatatype> |
getDefaultDatatypes(org.apache.jena.datatypes.TypeMapper typeMapper) |
static <K,V> void |
putValue(Map<K,V> map,
V value,
K... keys)
Put the same value for multiple keys
|
static void |
registerSqlToXsdTypeMaps(Map<Integer,String> sqlToXsd)
Natural mappings according to https://www.w3.org/TR/r2rml/#natural-mapping
|
public static final org.apache.jena.sparql.function.user.UserDefinedFunctionDefinition udfd_timestamp
public static <K,V> void putValue(Map<K,V> map, V value, K... keys)
public static NodeMapper createNodeMapper(int sqlType)
public static NodeMapper createNodeMapper(int sqlType, SqlTypeMapper sqlTypeMapper)
public static Set<SqlDatatype> getDefaultDatatypes(org.apache.jena.datatypes.TypeMapper typeMapper)
Copyright © 2021. All rights reserved.