Example #1
0
 public void SetType(QSqlError.ErrorType type)
 {
     interceptor.Invoke("setType$", "setType(QSqlError::ErrorType)", typeof(void), typeof(QSqlError.ErrorType), type);
 }
Example #2
0
 public QSqlError(string driverText, string databaseText, QSqlError.ErrorType type) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QSqlError$$$", "QSqlError(const QString&, const QString&, QSqlError::ErrorType)", typeof(void), typeof(string), driverText, typeof(string), databaseText, typeof(QSqlError.ErrorType), type);
 }