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

Classes

class  Global
 
class  QSqlDatabase
 The QSqlDatabase class represents a connection to a database. More...
 
class  QSqlDriver
 The QSqlDriver class is an abstract base class for accessing specific SQL databases. More...
 
class  QSqlDriverInternal
 
class  QSqlDriverCreatorBase
 The QSqlDriverCreatorBase class is the base class for SQL driver factories. More...
 
class  QSqlDriverCreatorBaseInternal
 
class  QSqlDriverFactoryInterface
 
class  QSqlDriverFactoryInterfaceInternal
 
class  QSqlDriverPlugin
 The QSqlDriverPlugin class provides an abstract base for custom QSqlDriver plugins. More...
 
class  QSqlDriverPluginInternal
 
class  QSqlError
 The QSqlError class provides SQL database error information. More...
 
class  QSqlField
 The QSqlField class manipulates the fields in SQL database tables and views. More...
 
class  QSqlIndex
 The QSqlIndex class provides functions to manipulate and describe database indexes. More...
 
class  QSqlQuery
 The QSqlQuery class provides a means of executing and manipulating SQL statements. More...
 
class  QSqlQueryModel
 The QSqlQueryModel class provides a read-only data model for SQL result sets. More...
 
class  QSqlQueryModelInternal
 
class  QSqlRecord
 The QSqlRecord class encapsulates a database record. More...
 
class  QSqlRelation
 The QSqlRelation class stores information about an SQL foreign key. More...
 
class  QSqlRelationalDelegate
 The QSqlRelationalDelegate class provides a delegate that is used to display and edit data from a QSqlRelationalTableModel. More...
 
class  QSqlRelationalTableModel
 The QSqlRelationalTableModel class provides an editable data model for a single database table, with foreign key support. More...
 
class  QSqlRelationalTableModelInternal
 
class  QSqlResult
 The QSqlResult class provides an abstract interface for accessing data from specific SQL databases. More...
 
class  QSqlResultInternal
 
class  QSqlTableModel
 The QSqlTableModel class provides an editable data model for a single database table. More...
 
class  QSqlTableModelInternal
 
interface  IQSqlDriverFactoryInterface
 
interface  IQSqlDriverSignals
 
interface  IQSqlDriverPluginSignals
 
interface  IQSqlQueryModelSignals
 
interface  IQSqlRelationalDelegateSignals
 
interface  IQSqlRelationalTableModelSignals
 
interface  IQSqlTableModelSignals
 

Enumerations

enum  QtMsgType {
  QtCriticalMsg = 2, QtDebugMsg = 0, QtFatalMsg = 3, QtSystemMsg = 2,
  QtWarningMsg = 1
}
  More...
 
enum  QtValidLicenseForActiveQtModule { LicensedActiveQt = 1 }
 
enum  QtValidLicenseForCoreModule { LicensedCore = 1 }
 
enum  QtValidLicenseForDBusModule { LicensedDBus = 1 }
 
enum  QtValidLicenseForDeclarativeModule { LicensedDeclarative = 1 }
 
enum  QtValidLicenseForGuiModule { LicensedGui = 1 }
 
enum  QtValidLicenseForHelpModule { LicensedHelp = 1 }
 
enum  QtValidLicenseForMultimediaModule { LicensedMultimedia = 1 }
 
enum  QtValidLicenseForNetworkModule { LicensedNetwork = 1 }
 
enum  QtValidLicenseForOpenGLModule { LicensedOpenGL = 1 }
 
enum  QtValidLicenseForOpenVGModule { LicensedOpenVG = 1 }
 
enum  QtValidLicenseForQt3SupportLightModule { LicensedQt3SupportLight = 1 }
 
enum  QtValidLicenseForQt3SupportModule { LicensedQt3Support = 1 }
 
enum  QtValidLicenseForScriptModule { LicensedScript = 1 }
 
enum  QtValidLicenseForScriptToolsModule { LicensedScriptTools = 1 }
 
enum  QtValidLicenseForSqlModule { LicensedSql = 1 }
 
enum  QtValidLicenseForSvgModule { LicensedSvg = 1 }
 
enum  QtValidLicenseForTestModule { LicensedTest = 1 }
 
enum  QtValidLicenseForXmlModule { LicensedXml = 1 }
 
enum  QtValidLicenseForXmlPatternsModule { LicensedXmlPatterns = 1 }
 

Enumeration Type Documentation

This enum describes the messages that can be sent to a message handler (QtMsgHandler). You can use the enum to identify and associate the various message types with the appropriate actions.

See also QtMsgHandler and qInstallMsgHandler().

Enumerator
QtCriticalMsg 

A message generated by the qCritical() function.

QtDebugMsg 

A message generated by the qDebug() function.

QtFatalMsg 

A message generated by the qFatal() function.

QtSystemMsg 
QtWarningMsg 

A message generated by the qWarning() function.

Enumerator
LicensedActiveQt 
Enumerator
LicensedCore 
Enumerator
LicensedDBus 
Enumerator
LicensedDeclarative 
Enumerator
LicensedGui 
Enumerator
LicensedHelp 
Enumerator
LicensedMultimedia 
Enumerator
LicensedNetwork 
Enumerator
LicensedOpenGL 
Enumerator
LicensedOpenVG 
Enumerator
LicensedQt3SupportLight 
Enumerator
LicensedQt3Support 
Enumerator
LicensedScript 
Enumerator
LicensedScriptTools 
Enumerator
LicensedSql 
Enumerator
LicensedSvg 
Enumerator
LicensedTest 
Enumerator
LicensedXml 
Enumerator
LicensedXmlPatterns