Text query.  
 More...
#include <query_text.h>
◆ TextQuery()
  
  
      
        
          | ignite::cache::query::TextQuery::TextQuery  | 
          ( | 
          const std::string &  | 
          type,  | 
         
        
           | 
           | 
          const std::string &  | 
          text  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Constructor. 
- Parameters
 - 
  
    | type | Type name.  | 
    | text | Text string.  | 
  
   
 
 
◆ GetPageSize()
  
  
      
        
          | int32_t ignite::cache::query::TextQuery::GetPageSize  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Get page size. 
- Returns
 - Page size. 
 
 
 
◆ GetText()
  
  
      
        
          | const std::string& ignite::cache::query::TextQuery::GetText  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Get text string. 
- Returns
 - text string. 
 
 
 
◆ GetType()
  
  
      
        
          | const std::string& ignite::cache::query::TextQuery::GetType  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Get type name. 
- Returns
 - Type name. 
 
 
 
◆ IsLocal()
  
  
      
        
          | bool ignite::cache::query::TextQuery::IsLocal  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Get local flag. 
- Returns
 - Local flag. 
 
 
 
◆ SetLocal()
  
  
      
        
          | void ignite::cache::query::TextQuery::SetLocal  | 
          ( | 
          bool  | 
          loc | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Set local flag. 
- Parameters
 - 
  
  
 
 
 
◆ SetPageSize()
  
  
      
        
          | void ignite::cache::query::TextQuery::SetPageSize  | 
          ( | 
          int32_t  | 
          pageSize | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Set page size. 
- Parameters
 - 
  
  
 
 
 
◆ SetText()
  
  
      
        
          | void ignite::cache::query::TextQuery::SetText  | 
          ( | 
          const std::string &  | 
          text | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Set text string. 
- Parameters
 - 
  
  
 
 
 
◆ SetType()
  
  
      
        
          | void ignite::cache::query::TextQuery::SetType  | 
          ( | 
          const std::string &  | 
          type | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Set type name. 
- Parameters
 - 
  
  
 
 
 
◆ Write()
Write query info to the stream. 
- Parameters
 - 
  
  
 
 
 
The documentation for this class was generated from the following file: