sptk2 logo
SPTK Home Page
Public Attributes | List of all members
sptk::DatabaseStatement< Connection, Statement >::State Struct Reference

#include <DatabaseStatement.h>

Public Attributes

unsigned columnCount: 12
 
bool eof: 1
 
bool transaction: 1
 
unsigned outputParameterCount: 1
 

Detailed Description

template<class Connection, class Statement>
struct sptk::DatabaseStatement< Connection, Statement >::State

Statement state type definition

Member Data Documentation

◆ columnCount

template<class Connection , class Statement >
unsigned sptk::DatabaseStatement< Connection, Statement >::State::columnCount

Number of columns is result set

Referenced by sptk::DatabaseStatement< Connection, Statement >::colCount().

◆ eof

template<class Connection , class Statement >
bool sptk::DatabaseStatement< Connection, Statement >::State::eof

EOF (end of file) flag

Referenced by sptk::DatabaseStatement< Connection, Statement >::eof().

◆ outputParameterCount

template<class Connection , class Statement >
unsigned sptk::DatabaseStatement< Connection, Statement >::State::outputParameterCount

◆ transaction

template<class Connection , class Statement >
bool sptk::DatabaseStatement< Connection, Statement >::State::transaction

Transaction in progress flag


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

Fri Oct 14 2022 09:58:41: SPTK 5.4.1