Exemplo n.º 1
0
 public void SetQuery(QSqlQuery query)
 {
     interceptor.Invoke("setQuery#", "setQuery(const QSqlQuery&)", typeof(void), typeof(QSqlQuery), query);
 }
Exemplo n.º 2
0
 protected new void SetQuery(QSqlQuery query)
 {
     interceptor.Invoke("setQuery#", "setQuery(const QSqlQuery&)", typeof(void), typeof(QSqlQuery), query);
 }
Exemplo n.º 3
0
 public bool ExecBatch(QSqlQuery.BatchExecutionMode mode)
 {
     return (bool) interceptor.Invoke("execBatch$", "execBatch(QSqlQuery::BatchExecutionMode)", typeof(bool), typeof(QSqlQuery.BatchExecutionMode), mode);
 }
Exemplo n.º 4
0
 public QSqlQuery(QSqlQuery other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QSqlQuery#", "QSqlQuery(const QSqlQuery&)", typeof(void), typeof(QSqlQuery), other);
 }
Exemplo n.º 5
0
 public QSqlQuery(QSqlQuery other) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QSqlQuery#", "QSqlQuery(const QSqlQuery&)", typeof(void), typeof(QSqlQuery), other);
 }