Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtSql.QSqlDriverFactoryInterface Class Referenceabstract
Inheritance diagram for QtSql.QSqlDriverFactoryInterface:
Collaboration diagram for QtSql.QSqlDriverFactoryInterface:

Public Member Functions

 QSqlDriverFactoryInterface ()
 
 QSqlDriverFactoryInterface (IQSqlDriverFactoryInterface copy)
 
override void CreateProxy ()
 
abstract QSqlDriver Create (string name)
 
new void Dispose ()
 
- Public Member Functions inherited from QtCore.QFactoryInterface
 QFactoryInterface ()
 
 QFactoryInterface (IQFactoryInterface copy)
 
abstract
System.Collections.Generic.List
< string > 
Keys ()
 
new void Dispose ()
 
- Public Member Functions inherited from QtCore.IQFactoryInterface
System.Collections.Generic.List
< string > 
Keys ()
 
- Public Member Functions inherited from QtSql.IQSqlDriverFactoryInterface
QSqlDriver Create (string name)
 

Protected Member Functions

 QSqlDriverFactoryInterface (System.Type dummy)
 
- Protected Member Functions inherited from QtCore.QFactoryInterface
 QFactoryInterface (System.Type dummy)
 

Additional Inherited Members

- Protected Attributes inherited from QtCore.QFactoryInterface
SmokeInvocation interceptor
 
- Properties inherited from QtCore.QFactoryInterface
virtual System.IntPtr SmokeObject [get, set]
 

Constructor & Destructor Documentation

QtSql.QSqlDriverFactoryInterface.QSqlDriverFactoryInterface ( System.Type  dummy)
protected
QtSql.QSqlDriverFactoryInterface.QSqlDriverFactoryInterface ( )
QtSql.QSqlDriverFactoryInterface.QSqlDriverFactoryInterface ( IQSqlDriverFactoryInterface  copy)

Member Function Documentation

abstract QSqlDriver QtSql.QSqlDriverFactoryInterface.Create ( string  name)
pure virtual
override void QtSql.QSqlDriverFactoryInterface.CreateProxy ( )
virtual

Reimplemented from QtCore.QFactoryInterface.

new void QtSql.QSqlDriverFactoryInterface.Dispose ( )