Chat2DB
Chat2DB copied to clipboard
Help: Need to introduce an API in RdbWebConverter
I need to override methods in RdbWebConverter to support GROUP BY functionality in SQL queries. For this purpose, we have introduced a new API method:
Public abstract GroupByParam request2param(GroupByRequest request);
I can't find the RdbWebConverterImpl class in the source code to define the implementation. Can anyone help me with this?