Lightweight 0.20260921.0
Loading...
Searching...
No Matches
Lightweight::SqlPreparedStatementCache::PreparedHandle Struct Reference

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.
 

Detailed Description

A pooled statement handle together with the parameter count the driver reported for it.

Definition at line 63 of file SqlPreparedStatementCache.hpp.

Member Data Documentation

◆ nativeHandle

SQLHSTMT Lightweight::SqlPreparedStatementCache::PreparedHandle::nativeHandle {}

The native ODBC statement handle, prepared for the associated query text.

Definition at line 66 of file SqlPreparedStatementCache.hpp.

◆ parameterCount

SQLSMALLINT Lightweight::SqlPreparedStatementCache::PreparedHandle::parameterCount {}

The number of input parameters SQLNumParams reported for that query.

Definition at line 69 of file SqlPreparedStatementCache.hpp.


The documentation for this struct was generated from the following file: