Package ghidra.program.database.util
Class StringMatchQuery
- java.lang.Object
 - 
- ghidra.program.database.util.StringMatchQuery
 
 
- 
- 
Constructor Summary
Constructors Constructor Description StringMatchQuery(int col, java.lang.String searchString, boolean caseSensitive)Construct a new StringMatchQuery 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatches(DBRecord record)Returns true if the given record matches the querys condition. 
 -