Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
SqlStmtHandle Class Reference
+ Collaboration diagram for SqlStmtHandle:

Public Member Functions

 SqlStmtHandle (SQLHANDLE hDbc)
 
 ~SqlStmtHandle ()
 
SQLHANDLE handle () const
 
bool isValid () const
 

Public Attributes

SQLHANDLE stmtHandle = SQL_NULL_HSTMT
 

Detailed Description

Definition at line 47 of file qsql_odbc.cpp.

Constructor & Destructor Documentation

◆ SqlStmtHandle()

SqlStmtHandle::SqlStmtHandle ( SQLHANDLE hDbc)
inline

Definition at line 50 of file qsql_odbc.cpp.

References stmtHandle.

◆ ~SqlStmtHandle()

SqlStmtHandle::~SqlStmtHandle ( )
inline

Definition at line 54 of file qsql_odbc.cpp.

References stmtHandle.

Member Function Documentation

◆ handle()

SQLHANDLE SqlStmtHandle::handle ( ) const
inline

Definition at line 59 of file qsql_odbc.cpp.

References stmtHandle.

Referenced by QODBCDriverPrivate::checkDateTimePrecision(), QODBCDriverPrivate::checkUnicode(), QODBCDriver::primaryIndex(), QODBCDriver::record(), QODBCDriverPrivate::sqlFetchNext(), and QODBCDriver::tables().

+ Here is the caller graph for this function:

◆ isValid()

bool SqlStmtHandle::isValid ( ) const
inline

Definition at line 63 of file qsql_odbc.cpp.

References stmtHandle.

Referenced by QODBCDriverPrivate::checkDateTimePrecision(), QODBCDriver::primaryIndex(), QODBCDriver::record(), and QODBCDriver::tables().

+ Here is the caller graph for this function:

Member Data Documentation

◆ stmtHandle

SQLHANDLE SqlStmtHandle::stmtHandle = SQL_NULL_HSTMT

Definition at line 67 of file qsql_odbc.cpp.

Referenced by SqlStmtHandle(), ~SqlStmtHandle(), handle(), and isValid().


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