Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qtsqlglobal.h File Reference
#include <QtCore/qglobal.h>
#include <QtSql/qtsql-config.h>
#include <QtSql/qtsqlexports.h>
+ Include dependency graph for qtsqlglobal.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QSql
 

Enumerations

enum  QSql::Location { QSql::BeforeFirstRow = -1 , QSql::AfterLastRow = -2 }
 
enum  QSql::ParamTypeFlag { QSql::In = 0x00000001 , QSql::Out = 0x00000002 , QSql::InOut = In | Out , QSql::Binary = 0x00000004 }
 
enum  QSql::TableType { QSql::Tables = 0x01 , QSql::SystemTables = 0x02 , QSql::Views = 0x04 , QSql::AllTables = 0xff }
 
enum  QSql::NumericalPrecisionPolicy { QSql::LowPrecisionInt32 = 0x01 , QSql::LowPrecisionInt64 = 0x02 , QSql::LowPrecisionDouble = 0x04 , QSql::HighPrecision = 0 }