GPUdb C++ API  Version 5.2.0.0
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 
28 template<>
29 GetRecordsResponse<boost::any> GPUdb::getRecords( const GetRecordsRequest& request_ ) const;
30 
55 template<>
56 GetRecordsResponse<boost::any>& GPUdb::getRecords( const GetRecordsRequest& request_,
57  GetRecordsResponse<boost::any>& response_ ) const;
58 
99 template<>
100 GetRecordsResponse<boost::any> GPUdb::getRecords( const std::string& tableName,
101  const int64_t offset,
102  const int64_t limit,
103  const std::map<std::string, std::string>& options ) const;
104 
148 template<>
149 GetRecordsResponse<boost::any>& GPUdb::getRecords( const std::string& tableName,
150  const int64_t offset,
151  const int64_t limit,
152  const std::map<std::string, std::string>& options,
153  GetRecordsResponse<boost::any>& response_ ) const;
154 
173 template<>
174 GetRecordsBySeriesResponse<boost::any> GPUdb::getRecordsBySeries( const GetRecordsBySeriesRequest& request_ ) const;
175 
199 template<>
200 GetRecordsBySeriesResponse<boost::any>& GPUdb::getRecordsBySeries( const GetRecordsBySeriesRequest& request_,
201  GetRecordsBySeriesResponse<boost::any>& response_ ) const;
202 
239 template<>
240 GetRecordsBySeriesResponse<boost::any> GPUdb::getRecordsBySeries( const std::string& tableName,
241  const std::string& worldTableName,
242  const int32_t offset,
243  const int32_t limit,
244  const std::map<std::string, std::string>& options ) const;
245 
285 template<>
286 GetRecordsBySeriesResponse<boost::any>& GPUdb::getRecordsBySeries( const std::string& tableName,
287  const std::string& worldTableName,
288  const int32_t offset,
289  const int32_t limit,
290  const std::map<std::string, std::string>& options,
291  GetRecordsBySeriesResponse<boost::any>& response_ ) const;
292 
310 template<>
311 GetRecordsFromCollectionResponse<boost::any> GPUdb::getRecordsFromCollection( const GetRecordsFromCollectionRequest& request_ ) const;
312 
333 template<>
334 GetRecordsFromCollectionResponse<boost::any>& GPUdb::getRecordsFromCollection( const GetRecordsFromCollectionRequest& request_,
335  GetRecordsFromCollectionResponse<boost::any>& response_ ) const;
336 
369 template<>
370 GetRecordsFromCollectionResponse<boost::any> GPUdb::getRecordsFromCollection( const std::string& tableName,
371  const int64_t offset,
372  const int64_t limit,
373  const std::map<std::string, std::string>& options ) const;
374 
410 template<>
411 GetRecordsFromCollectionResponse<boost::any>& GPUdb::getRecordsFromCollection( const std::string& tableName,
412  const int64_t offset,
413  const int64_t limit,
414  const std::map<std::string, std::string>& options,
415  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...