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
qtsqlglobal.h File Reference

(1e3bf107864f0fdaf671464c53eb94a5e3f9c561)

#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 }