public class ConstantSerializer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected it.unibz.inf.ontop.model.type.DBTypeFactory |
dbTypeFactory |
protected com.google.inject.Injector |
injector |
protected SQLTermSerializer |
sqlTermSerializer |
protected it.unibz.inf.ontop.model.term.TermFactory |
termFactory |
| Constructor and Description |
|---|
ConstantSerializer(String jdbcDriver) |
| Modifier and Type | Method and Description |
|---|---|
String |
serializeConstantIntoSQL(String lexicalValue,
String dbTypeString)
Returns the SQL string for a constant
|
protected final SQLTermSerializer sqlTermSerializer
protected final it.unibz.inf.ontop.model.term.TermFactory termFactory
protected final it.unibz.inf.ontop.model.type.DBTypeFactory dbTypeFactory
protected final com.google.inject.Injector injector
public ConstantSerializer(String jdbcDriver)
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.