Hazelcast C++ Client
 All Classes Functions Variables Enumerations Pages
Public Member Functions | List of all members
hazelcast::client::query::ILikePredicate Class Reference
+ Inheritance diagram for hazelcast::client::query::ILikePredicate:

Public Member Functions

 ILikePredicate (const std::string &attribute, const std::string &expression)
 
int getFactoryId () const
 
int getClassId () const
 
void writeData (serialization::ObjectDataOutput &out) const
 Defines how this class will be written. More...
 
void readData (serialization::ObjectDataInput &in)
 Defines how this class will be read. More...
 
- Public Member Functions inherited from hazelcast::client::serialization::IdentifiedDataSerializable
virtual ~IdentifiedDataSerializable ()
 Destructor.
 

Constructor & Destructor Documentation

hazelcast::client::query::ILikePredicate::ILikePredicate ( const std::string &  attribute,
const std::string &  expression 
)
Parameters

Member Function Documentation

int hazelcast::client::query::ILikePredicate::getClassId ( ) const
virtual
int hazelcast::client::query::ILikePredicate::getFactoryId ( ) const
virtual
void hazelcast::client::query::ILikePredicate::readData ( serialization::ObjectDataInput in)
virtual

Defines how this class will be read.

Parameters
readerObjectDataInput

Implements hazelcast::client::serialization::IdentifiedDataSerializable.

void hazelcast::client::query::ILikePredicate::writeData ( serialization::ObjectDataOutput out) const
virtual

Defines how this class will be written.

Parameters
writerObjectDataOutput

Implements hazelcast::client::serialization::IdentifiedDataSerializable.


The documentation for this class was generated from the following files: