GPUdb C++ API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
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 
25 template<>
26 GetRecordsResponse<boost::any> GPUdb::getRecords( const GetRecordsRequest& request_ ) const;
27 
49 template<>
50 GetRecordsResponse<boost::any>& GPUdb::getRecords( const GetRecordsRequest& request_,
51  GetRecordsResponse<boost::any>& response_ ) const;
52 
101 template<>
102 GetRecordsResponse<boost::any> GPUdb::getRecords( const std::string& tableName,
103  const int64_t offset,
104  const int64_t limit,
105  const std::map<std::string, std::string>& options ) const;
106 
158 template<>
159 GetRecordsResponse<boost::any>& GPUdb::getRecords( const std::string& tableName,
160  const int64_t offset,
161  const int64_t limit,
162  const std::map<std::string, std::string>& options,
163  GetRecordsResponse<boost::any>& response_ ) const;
164 
183 template<>
184 GetRecordsBySeriesResponse<boost::any> GPUdb::getRecordsBySeries( const GetRecordsBySeriesRequest& request_ ) const;
185 
209 template<>
210 GetRecordsBySeriesResponse<boost::any>& GPUdb::getRecordsBySeries( const GetRecordsBySeriesRequest& request_,
211  GetRecordsBySeriesResponse<boost::any>& response_ ) const;
212 
248 template<>
249 GetRecordsBySeriesResponse<boost::any> GPUdb::getRecordsBySeries( const std::string& tableName,
250  const std::string& worldTableName,
251  const int32_t offset,
252  const int32_t limit,
253  const std::map<std::string, std::string>& options ) const;
254 
293 template<>
294 GetRecordsBySeriesResponse<boost::any>& GPUdb::getRecordsBySeries( const std::string& tableName,
295  const std::string& worldTableName,
296  const int32_t offset,
297  const int32_t limit,
298  const std::map<std::string, std::string>& options,
299  GetRecordsBySeriesResponse<boost::any>& response_ ) const;
300 
318 template<>
319 GetRecordsFromCollectionResponse<boost::any> GPUdb::getRecordsFromCollection( const GetRecordsFromCollectionRequest& request_ ) const;
320 
341 template<>
342 GetRecordsFromCollectionResponse<boost::any>& GPUdb::getRecordsFromCollection( const GetRecordsFromCollectionRequest& request_,
343  GetRecordsFromCollectionResponse<boost::any>& response_ ) const;
344 
380 template<>
381 GetRecordsFromCollectionResponse<boost::any> GPUdb::getRecordsFromCollection( const std::string& tableName,
382  const int64_t offset,
383  const int64_t limit,
384  const std::map<std::string, std::string>& options ) const;
385 
424 template<>
425 GetRecordsFromCollectionResponse<boost::any>& GPUdb::getRecordsFromCollection( const std::string& tableName,
426  const int64_t offset,
427  const int64_t limit,
428  const std::map<std::string, std::string>& options,
429  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...