Class EmptyStatementInspector

    • Constructor Detail

      • EmptyStatementInspector

        protected EmptyStatementInspector()
    • Method Detail

      • inspect

        public String inspect​(String sql)
        Description copied from interface: StatementInspector
        Inspect the given SQL command, possibly returning a different SQL command to be used instead. A null return value is interpreted as if the method had returned its argument.
        Specified by:
        inspect in interface StatementInspector
        Parameters:
        sql - The SQL to inspect
        Returns:
        The processed SQL to use; may be null