|
Lightweight 0.20260921.0
|
A pooled statement handle together with the parameter count the driver reported for it. More...
#include <SqlPreparedStatementCache.hpp>
Public Attributes | |
| SQLHSTMT | nativeHandle {} |
| The native ODBC statement handle, prepared for the associated query text. | |
| SQLSMALLINT | parameterCount {} |
The number of input parameters SQLNumParams reported for that query. | |
A pooled statement handle together with the parameter count the driver reported for it.
Definition at line 63 of file SqlPreparedStatementCache.hpp.
| SQLHSTMT Lightweight::SqlPreparedStatementCache::PreparedHandle::nativeHandle {} |
The native ODBC statement handle, prepared for the associated query text.
Definition at line 66 of file SqlPreparedStatementCache.hpp.
| SQLSMALLINT Lightweight::SqlPreparedStatementCache::PreparedHandle::parameterCount {} |
The number of input parameters SQLNumParams reported for that query.
Definition at line 69 of file SqlPreparedStatementCache.hpp.