Class EmptyStatementInspector

    • Constructor Detail

      • EmptyStatementInspector

        protected EmptyStatementInspector()
    • Method Detail

      • inspect

        public String inspect​(String sql)
        Description copied from interface: StatementInspector
        Inspect the given SQL, possibly returning a different SQL to be used instead. Note that returning null is interpreted as returning the same SQL as was passed.
        Specified by:
        inspect in interface StatementInspector
        Parameters:
        sql - The SQL to inspect
        Returns:
        The SQL to use; may be null