Class DefaultSQLDBIsNullOrNotFunctionSymbol
- java.lang.Object
-
- it.unibz.inf.ontop.model.term.impl.PredicateImpl
-
- it.unibz.inf.ontop.model.term.functionsymbol.impl.FunctionSymbolImpl
-
- it.unibz.inf.ontop.model.term.functionsymbol.impl.BooleanFunctionSymbolImpl
-
- it.unibz.inf.ontop.model.term.functionsymbol.db.impl.DBBooleanFunctionSymbolImpl
-
- it.unibz.inf.ontop.model.term.functionsymbol.db.impl.AbstractDBIsNullOrNotFunctionSymbol
-
- it.unibz.inf.ontop.model.term.functionsymbol.db.impl.DefaultSQLDBIsNullOrNotFunctionSymbol
-
- All Implemented Interfaces:
BooleanFunctionSymbol,DBBooleanFunctionSymbol,DBFunctionSymbol,DBFunctionSymbolSerializer,DBIsNullOrNotFunctionSymbol,FunctionSymbol,Predicate,Serializable
- Direct Known Subclasses:
ExpressionSensitiveSQLDBIsNullOrNotFunctionSymbolImpl
public class DefaultSQLDBIsNullOrNotFunctionSymbol extends AbstractDBIsNullOrNotFunctionSymbol
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface it.unibz.inf.ontop.model.term.functionsymbol.FunctionSymbol
FunctionSymbol.FunctionalTermNullability
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDefaultSQLDBIsNullOrNotFunctionSymbol(boolean isNull, DBTermType dbBooleanTermType, DBTermType rootDBTermType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNativeDBString(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends ImmutableTerm> terms, Function<ImmutableTerm,String> termConverter, TermFactory termFactory)-
Methods inherited from class it.unibz.inf.ontop.model.term.functionsymbol.db.impl.AbstractDBIsNullOrNotFunctionSymbol
blocksNegation, buildTermAfterEvaluation, canBePostProcessed, evaluateIsNotNull, isAlwaysInjectiveInTheAbsenceOfNonInjectiveFunctionalTerms, isNullable, isTrueWhenNull, negate, tolerateNulls
-
Methods inherited from class it.unibz.inf.ontop.model.term.functionsymbol.db.impl.DBBooleanFunctionSymbolImpl
inBrackets, isPreferringToBePostProcessedOverBeingBlocked, mayReturnNullWithoutNullArguments
-
Methods inherited from class it.unibz.inf.ontop.model.term.functionsymbol.impl.BooleanFunctionSymbolImpl
enableCoalesceLifting, enableIfElseNullLifting, inferType, tryToLiftIfThenTerm, tryToLiftMagicNumbers
-
Methods inherited from class it.unibz.inf.ontop.model.term.functionsymbol.impl.FunctionSymbolImpl
analyzeInjectivity, canBeSafelyDecomposedIntoConjunction, canBeSafelyDecomposedIntoConjunctionWhenInjective, decomposeInjectiveTopFunctionalTerm, evaluateNullability, evaluateStrictEq, evaluateStrictEqWithFunctionalTerm, evaluateStrictEqWithNonNullConstant, getExpectedBaseType, getExpectedBaseTypes, isAggregation, isDeterministic, isInjective, proposeProvenanceVariables, shouldBeDecomposedInUnion, simplify, simplifyAsGuaranteedToBeNonNull, transformIntoRegularArguments, tryToLiftMagicNumbers
-
Methods inherited from class it.unibz.inf.ontop.model.term.impl.PredicateImpl
equals, getArity, getName, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface it.unibz.inf.ontop.model.term.functionsymbol.BooleanFunctionSymbol
simplify2VL
-
Methods inherited from interface it.unibz.inf.ontop.model.term.functionsymbol.db.DBFunctionSymbol
isPreferringToBePostProcessedOverBeingBlocked
-
Methods inherited from interface it.unibz.inf.ontop.model.term.functionsymbol.FunctionSymbol
analyzeInjectivity, evaluateNullability, evaluateStrictEq, getExpectedBaseType, inferType, isAggregation, isDeterministic, proposeProvenanceVariables, shouldBeDecomposedInUnion, simplify, simplifyAsGuaranteedToBeNonNull
-
-
-
-
Constructor Detail
-
DefaultSQLDBIsNullOrNotFunctionSymbol
protected DefaultSQLDBIsNullOrNotFunctionSymbol(boolean isNull, DBTermType dbBooleanTermType, DBTermType rootDBTermType)
-
-
Method Detail
-
getNativeDBString
public String getNativeDBString(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends ImmutableTerm> terms, Function<ImmutableTerm,String> termConverter, TermFactory termFactory)
-
-