Skip to main content



      Home
Home » Eclipse Projects » Memory Analyzer » Query returns 0 results
Query returns 0 results [message #1816021] Thu, 17 October 2019 09:02 Go to next message
Eclipse UserFriend
Good morning,

A simple query, select * from matrix.db.JPOSupport returns zero results. When entering the query the autofill finds the correct class, matrix.db.JPOSupport.

I can easily find the class object via Dominator, REGEX search. I'm just wondering why the query returns zero results. I used both MAT 1.8 and 1.9.

Thanks,
Rich
Re: Query returns 0 results [message #1816421 is a reply to message #1816021] Tue, 29 October 2019 06:09 Go to previous messageGo to next message
Eclipse UserFriend
select * from matrix.db.JPOSupport
finds all the instances of that class. Does the class have any instances?
select * from objects matrix.db.JPOSupport
would find the actual class object.
See https://help.eclipse.org/2019-09/topic/org.eclipse.mat.ui.help/reference/oqlsyntaxfrom.html for more information about OQL.
Re: Query returns 0 results [message #1816720 is a reply to message #1816421] Tue, 05 November 2019 10:32 Go to previous message
Eclipse UserFriend
Thanks Andrew, I ran the query suggested and see the expected results.
Previous Topic:What do mean Ref as Table in Mat ?
Next Topic:OQL Enhancements
Goto Forum:
  


Current Time: Sun Nov 09 12:07:39 EST 2025

Powered by FUDForum. Page generated in 0.03973 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top