16 #ifndef HAZELCAST_CLIENT_QUERY_LIKEPREDICATE_H_ 
   17 #define HAZELCAST_CLIENT_QUERY_LIKEPREDICATE_H_ 
   20 #include "hazelcast/util/HazelcastDll.h" 
   21 #include "hazelcast/client/query/Predicate.h" 
   23 #if  defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 
   25 #pragma warning(disable: 4251) //for dll export 
   36                 LikePredicate(
const std::string &attribute, 
const std::string &expression);
 
   41                 int getFactoryId() 
const;
 
   46                 int getClassId() 
const;
 
   60                 std::string attributeName;
 
   61                 std::string expressionString;
 
   67 #if  defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 
Definition: LikePredicate.h:31
 
Provides serialization methods for primitive types,a arrays of primitive types, Portable, IdentifiedDataSerializable and custom serializables. 
Definition: ObjectDataOutput.h:51
 
This is a merker class for Predicate classes. 
Definition: Predicate.h:36