Chat2DB icon indicating copy to clipboard operation
Chat2DB copied to clipboard

Help: Need to introduce an API in RdbWebConverter

Open arjun12102019 opened this issue 1 year ago • 0 comments

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?

arjun12102019 avatar May 22 '24 20:05 arjun12102019