Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
SqlStmtHandle Class Reference
Collaboration diagram for SqlStmtHandle:

Public Member Functions

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

Public Attributes

SQLHANDLE stmtHandle = SQL_NULL_HSTMT

Detailed Description

Definition at line 48 of file qsql_odbc.cpp.

Constructor & Destructor Documentation

◆ SqlStmtHandle() [1/2]

SqlStmtHandle::SqlStmtHandle ( SQLHANDLE hDbc)
inline

Definition at line 51 of file qsql_odbc.cpp.

◆ ~SqlStmtHandle() [1/2]

SqlStmtHandle::~SqlStmtHandle ( )
inline

Definition at line 55 of file qsql_odbc.cpp.

◆ SqlStmtHandle() [2/2]

SqlStmtHandle::SqlStmtHandle ( SQLHANDLE hDbc)
inline

Definition at line 51 of file qsql_odbc.cpp.

◆ ~SqlStmtHandle() [2/2]

SqlStmtHandle::~SqlStmtHandle ( )
inline

Definition at line 55 of file qsql_odbc.cpp.

Member Function Documentation

◆ handle() [1/2]

SQLHANDLE SqlStmtHandle::handle ( ) const
inline

Definition at line 60 of file qsql_odbc.cpp.

◆ handle() [2/2]

SQLHANDLE SqlStmtHandle::handle ( ) const
inline

Definition at line 60 of file qsql_odbc.cpp.

◆ isValid() [1/2]

bool SqlStmtHandle::isValid ( ) const
inline

Definition at line 64 of file qsql_odbc.cpp.

Referenced by QODBCDriverPrivate::checkDateTimePrecision().

Here is the caller graph for this function:

◆ isValid() [2/2]

bool SqlStmtHandle::isValid ( ) const
inline

Definition at line 64 of file qsql_odbc.cpp.

Member Data Documentation

◆ stmtHandle

SQLHANDLE SqlStmtHandle::stmtHandle = SQL_NULL_HSTMT

Definition at line 68 of file qsql_odbc.cpp.


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