386387388389390391392393394395396
SQLiteFactory create = new SQLiteFactory(ctx.getConnection(), ctx.getSettings()); returned = create.select(returning) .from(getInto()) .where(rowid().equal(rowid().getDataType().convert(create.lastID()))) .fetchInto(getInto()); return result; }