Class EscapeSyntaxModifier


  • public class EscapeSyntaxModifier
    extends FunctionModifier
    Wrap a function in standard JDBC escape syntax. In some cases, the driver can then convert to the correct database syntax for us.
    Since:
    5.0
    • Constructor Detail

      • EscapeSyntaxModifier

        public EscapeSyntaxModifier()
    • Method Detail

      • translate

        public List<?> translate​(Function function)
        Description copied from class: FunctionModifier
        Return a List of translated parts (LanguageObjects and Objects), or null if this FunctionModifier wishes to rely on the default translation of the conversion visitor.
        Specified by:
        translate in class FunctionModifier
        Parameters:
        function - IFunction to be translated
        Returns:
        List of translated parts, or null