| MAT report with all rows from query (more than 25) [message #1794921] |
Tue, 11 September 2018 03:02  |
Eclipse User |
|
|
|
Hi
I'm trying to get all rows from OQL query in MAT:
SELECT l.specificRecord.record_id.value FROM OBJECTS ( SELECT OBJECTS a.@referenceArray FROM OBJECTS 1112896 a ) l
where value is just Long
I've already created this:
<section name="Record Id">
<section name="Record Id">
<param key="html.separate_file" value="true" />
<template>org.eclipse.mat.api:overview</template>
</section>
<query name="record ids">
<command>oql "SELECT l.specificRecord.record_id.value FROM OBJECTS ( SELECT OBJECTS a.@referenceArray FROM OBJECTS 1112896 a ) l "</command>
</query>
</section>
but I get only HTML report with 25 rows
How can I get more than 25 objects?
Best
Mikolaj
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04985 seconds