Public Member Functions | |
SqlPredicate (const char *sqlString) | |
SqlPredicate (std::auto_ptr< std::string > sqlString) | |
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... | |
void | setSql (const char *newSql) |
void | setSql (std::auto_ptr< std::string > newSql) |
Public Member Functions inherited from hazelcast::client::serialization::IdentifiedDataSerializable | |
virtual | ~IdentifiedDataSerializable () |
Destructor. | |
virtual int | getSerializerId () const |
Not public api. More... | |
|
virtual |
Implements hazelcast::client::serialization::IdentifiedDataSerializable.
|
virtual |
Implements hazelcast::client::serialization::IdentifiedDataSerializable.
|
virtual |
Defines how this class will be read.
reader | ObjectDataInput |
Implements hazelcast::client::serialization::IdentifiedDataSerializable.
|
virtual |
Defines how this class will be written.
writer | ObjectDataOutput |
Implements hazelcast::client::serialization::IdentifiedDataSerializable.