Qyoto  4.0.7
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Package QSql

Classes

class  Global
 

Enumerations

enum  Location { AfterLastRow = -2, BeforeFirstRow = -1 }
 
enum  NumericalPrecisionPolicy { HighPrecision = 0, LowPrecisionDouble = 4, LowPrecisionInt32 = 1, LowPrecisionInt64 = 2 }
 
enum  ParamTypeFlag { Binary = 4, In = 1, InOut = 3, Out = 2 }
 
enum  TableType { AllTables = 255, SystemTables = 2, Tables = 1, Views = 4 }
 

Enumeration Type Documentation

Enumerator
AfterLastRow 
BeforeFirstRow 
Enumerator
HighPrecision 
LowPrecisionDouble 
LowPrecisionInt32 
LowPrecisionInt64 
Enumerator
Binary 
In 
InOut 
Out 
Enumerator
AllTables 
SystemTables 
Tables 
Views