|
nanodbc
A small C++ wrapper for the native C ODBC API
|
A type capturing parameter array length as well as number of rows in a rowset of a result. More...
#include <nanodbc.h>
Public Member Functions | |
| batch_ops () noexcept | |
| Creates lengths of -1, meaning neither has been chosen. | |
| batch_ops (const long all_length) noexcept | |
| Creates both lengths with the same value. | |
Public Attributes | |
| long | parameter_array_length |
| Number of parameter values bound per execution. | |
| long | rowset_size |
| Number of rows fetched into a rowset at a time. | |
A type capturing parameter array length as well as number of rows in a rowset of a result.
|
inlinenoexcept |
Creates both lengths with the same value.
| all_length | Value used for the parameter array length and the rowset size. |