Skip to content
Snippets Groups Projects
Commit 0e68e632 authored by Steven Murray's avatar Steven Murray
Browse files

Made OcciRset::close() private

parent 2021ca3c
No related branches found
No related tags found
No related merge requests found
......@@ -99,11 +99,6 @@ public:
*/
virtual optional<uint64_t> columnOptionalUint64(const std::string &colName) const override;
/**
* Idempotent close() method. The destructor calls this method.
*/
void close();
/**
* Returns the underlying OCCI result set.
*
......@@ -142,6 +137,11 @@ private:
*/
ColumnNameToIdx m_colNameToIdx;
/**
* Idempotent close() method. The destructor calls this method.
*/
void close();
/**
* Populates the map from column name to column index.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment