Interface StatementInspector

    • Method Detail

      • inspect

        String inspect​(String sql)
        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.
        Parameters:
        sql - The SQL to inspect
        Returns:
        The processed SQL to use; may be null