Class DefaultSQLEncodeURLorIRIFunctionSymbol

    • Constructor Detail

      • DefaultSQLEncodeURLorIRIFunctionSymbol

        protected DefaultSQLEncodeURLorIRIFunctionSymbol​(DBTermType dbStringType,
                                                         boolean preserveInternationalChars)
    • Method Detail

      • canBePostProcessed

        public boolean canBePostProcessed​(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends ImmutableTerm> arguments)
      • encodeSQLStringConstant

        protected String encodeSQLStringConstant​(String constant)
        Imported from SQL99DialectAdapter By default, quotes and escapes isolated single quotes
      • getEscapedSingleQuote

        protected String getEscapedSingleQuote()
        Imported from SQL99DialectAdapter By default, escapes single quotes by doubling them