Hi,

I have an existing SELECT query string that I want to add VALUES to.

I found that I can build VALUES with SelectBuilder like this:

    sb.addWhereValueVar(Converters.makeVar("this"), instances.toArray())

However, I don't see any method to initialize SelectBuilder from a
query string. Is that possible?

Thanks,


Martynas

Reply via email to