26 GetRecordsResponse<boost::any> 
GPUdb::getRecords( 
const GetRecordsRequest& request_ ) 
const;
    50 GetRecordsResponse<boost::any>& 
GPUdb::getRecords( 
const GetRecordsRequest& request_,
    51                                                    GetRecordsResponse<boost::any>& response_ ) 
const;
   108                                                   const int64_t offset,
   110                                                   const std::map<std::string, std::string>& options ) 
const;
   170                                                    const int64_t offset,
   172                                                    const std::map<std::string, std::string>& options,
   173                                                    GetRecordsResponse<boost::any>& response_ ) 
const;
   221                                                                    GetRecordsBySeriesResponse<boost::any>& response_ ) 
const;
   260                                                                   const std::string& worldTableName,
   261                                                                   const int32_t offset,
   263                                                                   const std::map<std::string, std::string>& options ) 
const;
   305                                                                    const std::string& worldTableName,
   306                                                                    const int32_t offset,
   308                                                                    const std::map<std::string, std::string>& options,
   309                                                                    GetRecordsBySeriesResponse<boost::any>& response_ ) 
const;
   353                                                                                GetRecordsFromCollectionResponse<boost::any>& response_ ) 
const;
   394                                                                               const int64_t offset,
   396                                                                               const std::map<std::string, std::string>& options ) 
const;
   440                                                                                const int64_t offset,
   442                                                                                const std::map<std::string, std::string>& options,
   443                                                                                GetRecordsFromCollectionResponse<boost::any>& response_ ) 
const;
 GetRecordsBySeriesResponse< TResponse > getRecordsBySeries(const GetRecordsBySeriesRequest &request_) const
Retrieves the complete series/track records from the given worldTableName based on the partial track ...
 
GetRecordsFromCollectionResponse< TResponse > getRecordsFromCollection(const GetRecordsFromCollectionRequest &request_) const
Retrieves records from a collection. 
 
GetRecordsResponse< TResponse > getRecords(const GetRecordsRequest &request_) const
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column...