statement binding progress
This commit is contained in:
@@ -121,6 +121,21 @@ public:
|
||||
*/
|
||||
void reset() const;
|
||||
|
||||
/**
|
||||
* Returns the current binding position.
|
||||
* Is set to the initial position after
|
||||
* a call to reset().
|
||||
*
|
||||
* @return The current binding position
|
||||
*/
|
||||
[[nodiscard]] size_t bind_pos() const;
|
||||
|
||||
/**
|
||||
* Returns the statements underlying SQL
|
||||
* query string.
|
||||
*
|
||||
* @return The underlying SQL string
|
||||
*/
|
||||
[[nodiscard]] std::string sql() const;
|
||||
|
||||
[[nodiscard]] utils::result<std::unique_ptr<query_result_impl>, utils::error> fetch_internal() const;
|
||||
|
||||
Reference in New Issue
Block a user