Class SparkSQLEncodeURLorIRIFunctionSymbolImpl
- 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.db.impl.AbstractTypedDBFunctionSymbol
-
- it.unibz.inf.ontop.model.term.functionsymbol.db.impl.AbstractEncodeURIorIRIFunctionSymbol
-
- it.unibz.inf.ontop.model.term.functionsymbol.db.impl.DefaultSQLEncodeURLorIRIFunctionSymbol
-
- it.unibz.inf.ontop.model.term.functionsymbol.db.impl.SparkSQLEncodeURLorIRIFunctionSymbolImpl
-
- All Implemented Interfaces:
DBFunctionSymbol,DBFunctionSymbolSerializer,FunctionSymbol,Predicate,Serializable
public class SparkSQLEncodeURLorIRIFunctionSymbolImpl extends DefaultSQLEncodeURLorIRIFunctionSymbol
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class it.unibz.inf.ontop.model.term.functionsymbol.db.impl.AbstractEncodeURIorIRIFunctionSymbol
AbstractEncodeURIorIRIFunctionSymbol.EnDecoderForURI, AbstractEncodeURIorIRIFunctionSymbol.IRISafeEnDecoder
-
Nested classes/interfaces inherited from interface it.unibz.inf.ontop.model.term.functionsymbol.FunctionSymbol
FunctionSymbol.FunctionalTermNullability
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSparkSQLEncodeURLorIRIFunctionSymbolImpl(DBTermType dbStringType, boolean preserveInternationalChars)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringencodeSQLStringConstant(String constant)Imported from SQL99DialectAdapter By default, quotes and escapes isolated single quotes-
Methods inherited from class it.unibz.inf.ontop.model.term.functionsymbol.db.impl.DefaultSQLEncodeURLorIRIFunctionSymbol
canBePostProcessed, getEscapedSingleQuote, getNativeDBString
-
Methods inherited from class it.unibz.inf.ontop.model.term.functionsymbol.db.impl.AbstractEncodeURIorIRIFunctionSymbol
buildTermAfterEvaluation, evaluateStrictEqWithNonNullConstant, isAlwaysInjectiveInTheAbsenceOfNonInjectiveFunctionalTerms
-
Methods inherited from class it.unibz.inf.ontop.model.term.functionsymbol.db.impl.AbstractTypedDBFunctionSymbol
getTargetType, inferType, isPreferringToBePostProcessedOverBeingBlocked, mayReturnNullWithoutNullArguments, tolerateNulls
-
Methods inherited from class it.unibz.inf.ontop.model.term.functionsymbol.impl.FunctionSymbolImpl
analyzeInjectivity, canBeSafelyDecomposedIntoConjunction, canBeSafelyDecomposedIntoConjunctionWhenInjective, decomposeInjectiveTopFunctionalTerm, enableCoalesceLifting, enableIfElseNullLifting, evaluateIsNotNull, evaluateNullability, evaluateStrictEq, evaluateStrictEqWithFunctionalTerm, getExpectedBaseType, getExpectedBaseTypes, isAggregation, isDeterministic, isInjective, isNullable, 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.FunctionSymbol
analyzeInjectivity, evaluateIsNotNull, evaluateNullability, evaluateStrictEq, getExpectedBaseType, isAggregation, isDeterministic, isNullable, proposeProvenanceVariables, shouldBeDecomposedInUnion, simplify, simplifyAsGuaranteedToBeNonNull
-
-
-
-
Constructor Detail
-
SparkSQLEncodeURLorIRIFunctionSymbolImpl
protected SparkSQLEncodeURLorIRIFunctionSymbolImpl(DBTermType dbStringType, boolean preserveInternationalChars)
-
-
Method Detail
-
encodeSQLStringConstant
protected String encodeSQLStringConstant(String constant)
Description copied from class:DefaultSQLEncodeURLorIRIFunctionSymbolImported from SQL99DialectAdapter By default, quotes and escapes isolated single quotes- Overrides:
encodeSQLStringConstantin classDefaultSQLEncodeURLorIRIFunctionSymbol
-
-