IDEACodeTools
IDEACodeTools copied to clipboard
Is it possible to provide syntax that provides a condition query
error: not support 'Conditioncondition'now , but you can only transform condition of it. not support 'query'now , but you can only transform condition of it.
my source code
Condition condition = table.id.eq(id); SelectJoinStep<Record> query = context.select().from(table); query.where(condition); Result<Record> records = query.fetch();