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
QSql Namespace Reference

Enumerations

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

Enumeration Type Documentation

◆ Location

Enumerator
BeforeFirstRow 
AfterLastRow 

Definition at line 19 of file qtsqlglobal.h.

◆ NumericalPrecisionPolicy

Enumerator
LowPrecisionInt32 
LowPrecisionInt64 
LowPrecisionDouble 
HighPrecision 

Definition at line 42 of file qtsqlglobal.h.

◆ ParamTypeFlag

Enumerator
In 
Out 
InOut 
Binary 

Definition at line 25 of file qtsqlglobal.h.

◆ TableType

Enumerator
Tables 
SystemTables 
Views 
AllTables 

Definition at line 34 of file qtsqlglobal.h.