Hazelcast C++ Client
Hazelcast C++ Client Library
Loading...
Searching...
No Matches
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 232 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 46 of file query.cpp.

47 : base_predicate(client)
48{
49 out_stream.write(sql);
50}

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