| Modifier and Type | Method and Description |
|---|---|
DBConstant |
TypeConstantDictionary.convert(RDFTermTypeConstant termTypeConstant) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableBiMap<DBConstant,RDFTermTypeConstant> |
TypeConstantDictionary.createConversionMap(Collection<RDFTermTypeConstant> termTypeConstants) |
| Modifier and Type | Method and Description |
|---|---|
RDFTermTypeConstant |
TypeConstantDictionary.convert(DBConstant constant) |
| Modifier and Type | Method and Description |
|---|---|
DBConstant |
TypeConstantDictionaryImpl.convert(RDFTermTypeConstant termTypeConstant) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableBiMap<DBConstant,RDFTermTypeConstant> |
TypeConstantDictionaryImpl.createConversionMap(Collection<RDFTermTypeConstant> termTypeConstants) |
| Modifier and Type | Method and Description |
|---|---|
RDFTermTypeConstant |
TypeConstantDictionaryImpl.convert(DBConstant constant) |
| Modifier and Type | Method and Description |
|---|---|
DBConstant |
TermFactory.getDBBooleanConstant(boolean value)
Returns a DB boolean constant
|
DBConstant |
TermFactory.getDBConstant(String value,
DBTermType termType) |
DBConstant |
TermFactory.getDBIntegerConstant(int value) |
DBConstant |
TermFactory.getDBStringConstant(String value) |
DBConstant |
TermFactory.getProvenanceSpecialConstant()
TODO: explain
|
DBConstant |
TermFactory.getXsdBooleanLexicalConstant(boolean value)
Returns a DB string constant
|
| Modifier and Type | Method and Description |
|---|---|
Optional<DBConstant> |
TermFactory.getDoubleNaN()
Is empty if the DB does not support (and therefore does not store) not-a-number values
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableFunctionalTerm |
TermFactory.getIRIFunctionalTerm(IRIStringTemplateFunctionSymbol templateSymbol,
com.google.common.collect.ImmutableList<DBConstant> arguments)
When fact IRIs are decomposed (so as to be included in the mapping)
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableBiMap<DBConstant,RDFTermTypeConstant> |
RDFTermTypeFunctionSymbol.getConversionMap() |
| Modifier and Type | Method and Description |
|---|---|
protected DBConstant |
TemporaryDBTypeConversionToStringFunctionSymbolImpl.convertDBConstant(DBConstant constant,
TermFactory termFactory) |
protected DBConstant |
DefaultBooleanDenormFunctionSymbol.convertDBConstant(DBConstant constant,
TermFactory termFactory) |
protected DBConstant |
OneLetterBooleanNormFunctionSymbolImpl.convertDBConstant(DBConstant constant,
TermFactory termFactory) |
protected DBConstant |
OneDigitBooleanNormFunctionSymbolImpl.convertDBConstant(DBConstant constant,
TermFactory termFactory) |
protected DBConstant |
DefaultBooleanNormFunctionSymbol.convertDBConstant(DBConstant constant,
TermFactory termFactory) |
protected DBConstant |
DefaultSimpleDBCastFunctionSymbol.convertDBConstant(DBConstant constant,
TermFactory termFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.collect.ImmutableList<DBConstant> |
ObjectStringTemplateFunctionSymbolImpl.getTemplateConstants(TermFactory termFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected DBConstant |
TemporaryDBTypeConversionToStringFunctionSymbolImpl.convertDBConstant(DBConstant constant,
TermFactory termFactory) |
protected DBConstant |
DefaultBooleanDenormFunctionSymbol.convertDBConstant(DBConstant constant,
TermFactory termFactory) |
protected DBConstant |
OneLetterBooleanNormFunctionSymbolImpl.convertDBConstant(DBConstant constant,
TermFactory termFactory) |
protected abstract ImmutableTerm |
AbstractDBTypeConversionFunctionSymbolImpl.convertDBConstant(DBConstant constant,
TermFactory termFactory) |
protected DBConstant |
OneDigitBooleanNormFunctionSymbolImpl.convertDBConstant(DBConstant constant,
TermFactory termFactory) |
protected ImmutableTerm |
AbstractTimestampISODenormFunctionSymbol.convertDBConstant(DBConstant constant,
TermFactory termFactory) |
protected ImmutableTerm |
DefaultNumberNormAsBooleanFunctionSymbol.convertDBConstant(DBConstant constant,
TermFactory termFactory) |
protected DBConstant |
DefaultBooleanNormFunctionSymbol.convertDBConstant(DBConstant constant,
TermFactory termFactory) |
protected DBConstant |
DefaultSimpleDBCastFunctionSymbol.convertDBConstant(DBConstant constant,
TermFactory termFactory) |
protected ImmutableTerm |
DefaultTimeTzNormalizationFunctionSymbol.convertDBConstant(DBConstant constant,
TermFactory termFactory)
No optimization
|
protected boolean |
OneLetterDBIsTrueFunctionSymbolImpl.evaluateDBConstant(DBConstant constant,
TermFactory termFactory) |
protected boolean |
OneDigitDBIsTrueFunctionSymbolImpl.evaluateDBConstant(DBConstant constant,
TermFactory termFactory) |
protected boolean |
DefaultDBIsTrueFunctionSymbol.evaluateDBConstant(DBConstant constant,
TermFactory termFactory) |
protected boolean |
LowerCaseDBIsTrueFunctionSymbolImpl.evaluateDBConstant(DBConstant constant,
TermFactory termFactory) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableBiMap<DBConstant,RDFTermTypeConstant> |
RDFTermTypeFunctionSymbolImpl.getConversionMap() |
| Constructor and Description |
|---|
RDFTermTypeFunctionSymbolImpl(TypeFactory typeFactory,
TypeConstantDictionary dictionary,
com.google.common.collect.ImmutableBiMap<DBConstant,RDFTermTypeConstant> conversionMap,
boolean isSimplifiable) |
| Modifier and Type | Class and Description |
|---|---|
class |
DBConstantImpl |
| Modifier and Type | Method and Description |
|---|---|
DBConstant |
TermFactoryImpl.getDBBooleanConstant(boolean value) |
DBConstant |
TermFactoryImpl.getDBConstant(String value,
DBTermType termType) |
DBConstant |
TermFactoryImpl.getDBIntegerConstant(int value) |
DBConstant |
TermFactoryImpl.getDBStringConstant(String value) |
DBConstant |
TermFactoryImpl.getProvenanceSpecialConstant() |
DBConstant |
TermFactoryImpl.getXsdBooleanLexicalConstant(boolean value) |
| Modifier and Type | Method and Description |
|---|---|
Optional<DBConstant> |
TermFactoryImpl.getDoubleNaN() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFunctionalTerm |
TermFactoryImpl.getIRIFunctionalTerm(IRIStringTemplateFunctionSymbol templateSymbol,
com.google.common.collect.ImmutableList<DBConstant> arguments) |
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.