Class CompareTablesQuery
java.lang.Object
org.eclipse.mat.internal.snapshot.inspections.CompareTablesQuery
- All Implemented Interfaces:
IQuery
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
class
class
static enum
static enum
class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(IProgressListener listener) The execute method is called after all arguments have been injected into the query instance.
-
Field Details
-
tables
-
queryContext
-
snapshots
-
mode
-
setOp
-
keyColumn
public int keyColumn -
mask
-
replace
-
prefix
public boolean prefix -
suffix
public boolean suffix -
addrefs
public boolean addrefs -
extraReferences
-
extraReferencesListFile
-
-
Constructor Details
-
CompareTablesQuery
public CompareTablesQuery()
-
-
Method Details
-
execute
Description copied from interface:IQuery
The execute method is called after all arguments have been injected into the query instance. Typical results areTextResult
,CompositeResult
,SectionSpec
etc.
-