Esempio n. 1
0
 protected override bool InsertRowIntoTable(QSqlRecord values)
 {
     return((bool)interceptor.Invoke("insertRowIntoTable#", "insertRowIntoTable(const QSqlRecord&)", typeof(bool), typeof(QSqlRecord), values));
 }
Esempio n. 2
0
 public bool SetRecord(int row, QSqlRecord record)
 {
     return((bool)interceptor.Invoke("setRecord$#", "setRecord(int, const QSqlRecord&)", typeof(bool), typeof(int), row, typeof(QSqlRecord), record));
 }
Esempio n. 3
0
 protected override bool UpdateRowInTable(int row, QSqlRecord values)
 {
     return((bool)interceptor.Invoke("updateRowInTable$#", "updateRowInTable(int, const QSqlRecord&)", typeof(bool), typeof(int), row, typeof(QSqlRecord), values));
 }
Esempio n. 4
0
 public virtual string SqlStatement(QSqlDriver.StatementType type, string tableName, QSqlRecord rec, bool preparedStatement)
 {
     return((string)interceptor.Invoke("sqlStatement$$#$", "sqlStatement(QSqlDriver::StatementType, const QString&, const QSqlRecord&, bool) const", typeof(string), typeof(QSqlDriver.StatementType), type, typeof(string), tableName, typeof(QSqlRecord), rec, typeof(bool), preparedStatement));
 }
Esempio n. 5
0
 public QSqlRecord(QSqlRecord other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QSqlRecord#", "QSqlRecord(const QSqlRecord&)", typeof(void), typeof(QSqlRecord), other);
 }
Esempio n. 6
0
 protected override bool UpdateRowInTable(int row, QSqlRecord values)
 {
     return (bool) interceptor.Invoke("updateRowInTable$#", "updateRowInTable(int, const QSqlRecord&)", typeof(bool), typeof(int), row, typeof(QSqlRecord), values);
 }
Esempio n. 7
0
 protected override bool InsertRowIntoTable(QSqlRecord values)
 {
     return (bool) interceptor.Invoke("insertRowIntoTable#", "insertRowIntoTable(const QSqlRecord&)", typeof(bool), typeof(QSqlRecord), values);
 }
Esempio n. 8
0
 public bool SetRecord(int row, QSqlRecord record)
 {
     return (bool) interceptor.Invoke("setRecord$#", "setRecord(int, const QSqlRecord&)", typeof(bool), typeof(int), row, typeof(QSqlRecord), record);
 }
Esempio n. 9
0
 public QSqlRecord(QSqlRecord other) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QSqlRecord#", "QSqlRecord(const QSqlRecord&)", typeof(void), typeof(QSqlRecord), other);
 }
Esempio n. 10
0
 public virtual string SqlStatement(QSqlDriver.StatementType type, string tableName, QSqlRecord rec, bool preparedStatement)
 {
     return (string) interceptor.Invoke("sqlStatement$$#$", "sqlStatement(QSqlDriver::StatementType, const QString&, const QSqlRecord&, bool) const", typeof(string), typeof(QSqlDriver.StatementType), type, typeof(string), tableName, typeof(QSqlRecord), rec, typeof(bool), preparedStatement);
 }