GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GPUdbTemplates.hpp
Go to the documentation of this file.
1 /*
2  * This file was autogenerated by the GPUdb schema processor.
3  *
4  * DO NOT EDIT DIRECTLY.
5  */
6 
27 template<>
28 GetRecordsResponse<boost::any> GPUdb::getRecords( const GetRecordsRequest& request_ ) const;
29 
53 template<>
54 GetRecordsResponse<boost::any>& GPUdb::getRecords( const GetRecordsRequest& request_,
55  GetRecordsResponse<boost::any>& response_ ) const;
56 
124 template<>
125 GetRecordsResponse<boost::any> GPUdb::getRecords( const std::string& tableName,
126  const int64_t offset,
127  const int64_t limit,
128  const std::map<std::string, std::string>& options ) const;
129 
200 template<>
201 GetRecordsResponse<boost::any>& GPUdb::getRecords( const std::string& tableName,
202  const int64_t offset,
203  const int64_t limit,
204  const std::map<std::string, std::string>& options,
205  GetRecordsResponse<boost::any>& response_ ) const;
206 
227 template<>
228 GetRecordsBySeriesResponse<boost::any> GPUdb::getRecordsBySeries( const GetRecordsBySeriesRequest& request_ ) const;
229 
254 template<>
255 GetRecordsBySeriesResponse<boost::any>& GPUdb::getRecordsBySeries( const GetRecordsBySeriesRequest& request_,
256  GetRecordsBySeriesResponse<boost::any>& response_ ) const;
257 
300 template<>
301 GetRecordsBySeriesResponse<boost::any> GPUdb::getRecordsBySeries( const std::string& tableName,
302  const std::string& worldTableName,
303  const int32_t offset,
304  const int32_t limit,
305  const std::map<std::string, std::string>& options ) const;
306 
352 template<>
353 GetRecordsBySeriesResponse<boost::any>& GPUdb::getRecordsBySeries( const std::string& tableName,
354  const std::string& worldTableName,
355  const int32_t offset,
356  const int32_t limit,
357  const std::map<std::string, std::string>& options,
358  GetRecordsBySeriesResponse<boost::any>& response_ ) const;
359 
379 template<>
380 GetRecordsFromCollectionResponse<boost::any> GPUdb::getRecordsFromCollection( const GetRecordsFromCollectionRequest& request_ ) const;
381 
405 template<>
406 GetRecordsFromCollectionResponse<boost::any>& GPUdb::getRecordsFromCollection( const GetRecordsFromCollectionRequest& request_,
407  GetRecordsFromCollectionResponse<boost::any>& response_ ) const;
408 
464 template<>
465 GetRecordsFromCollectionResponse<boost::any> GPUdb::getRecordsFromCollection( const std::string& tableName,
466  const int64_t offset,
467  const int64_t limit,
468  const std::map<std::string, std::string>& options ) const;
469 
528 template<>
529 GetRecordsFromCollectionResponse<boost::any>& GPUdb::getRecordsFromCollection( const std::string& tableName,
530  const int64_t offset,
531  const int64_t limit,
532  const std::map<std::string, std::string>& options,
533  GetRecordsFromCollectionResponse<boost::any>& response_ ) const;
GetRecordsFromCollectionResponse< TResponse > getRecordsFromCollection(const GetRecordsFromCollectionRequest &request_) const
Retrieves records from a collection.
GetRecordsBySeriesResponse< TResponse > getRecordsBySeries(const GetRecordsBySeriesRequest &request_) const
Retrieves the complete series/track records from the given worldTableName based on the partial track ...
GetRecordsResponse< TResponse > getRecords(const GetRecordsRequest &request_) const
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column...