Hazelcast C++ Client
Hazelcast C++ Client Library
hazelcast::client::query::sql_predicate Class Reference
+ Inheritance diagram for hazelcast::client::query::sql_predicate:

Public Member Functions

 sql_predicate (hazelcast_client &client, const std::string &sql)
 
- Public Member Functions inherited from hazelcast::client::query::base_predicate
 base_predicate (hazelcast_client &client)
 

Additional Inherited Members

- Public Attributes inherited from hazelcast::client::query::base_predicate
serialization::object_data_output out_stream
 

Detailed Description

Definition at line 183 of file predicates.h.

Constructor & Destructor Documentation

◆ sql_predicate()

hazelcast::client::query::sql_predicate::sql_predicate ( hazelcast_client client,
const std::string &  sql 
)
Parameters
clientThe client to be used for serialization.
sqlThe sql query string.

Definition at line 55 of file query.cpp.

56  : base_predicate(client) {
57  out_stream.write(sql);
58  }

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