Beispiel #1
0
 protected void SetLastError(QSqlError error)
 {
     interceptor.Invoke("setLastError#", "setLastError(const QSqlError&)", typeof(void), typeof(QSqlError), error);
 }
Beispiel #2
0
 protected void SetLastError(QSqlError error)
 {
     interceptor.Invoke("setLastError#", "setLastError(const QSqlError&)", typeof(void), typeof(QSqlError), error);
 }
Beispiel #3
0
 public QSqlError(QSqlError other) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QSqlError#", "QSqlError(const QSqlError&)", typeof(void), typeof(QSqlError), other);
 }
Beispiel #4
0
 public QSqlError(QSqlError other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QSqlError#", "QSqlError(const QSqlError&)", typeof(void), typeof(QSqlError), other);
 }
Beispiel #5
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);
 }
Beispiel #6
0
 public void SetType(QSqlError.ErrorType type)
 {
     interceptor.Invoke("setType$", "setType(QSqlError::ErrorType)", typeof(void), typeof(QSqlError.ErrorType), type);
 }