~ubuntu-branches/ubuntu/precise/qtscriptgenerator/precise

« back to all changes in this revision

Viewing changes to generator/typesystem_sql.xml

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2009-04-25 16:16:02 UTC
  • Revision ID: james.westby@ubuntu.com-20090425161602-vrlxapa3fbo2k3x7
Tags: upstream-0.1.0
ImportĀ upstreamĀ versionĀ 0.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<typesystem package="com.trolltech.qt.sql">
 
3
  <rejection class="QSqlDriverCreator"/>
 
4
  <rejection class="QSqlDriverPlugin"/>
 
5
  <rejection class="QSqlDriverFactoryInterface"/>
 
6
 
 
7
  <namespace-type name="QSql">
 
8
     <include file-name="qsql.h" location="global"/>
 
9
  </namespace-type>
 
10
  
 
11
  <value-type name="QSqlDatabase">
 
12
    <extra-includes>
 
13
        <include file-name="QSqlQuery" location="global"/>
 
14
        <include file-name="QSqlError" location="global"/>
 
15
        <include file-name="QSqlIndex" location="global"/>
 
16
        <include file-name="QSqlRecord" location="global"/>
 
17
        <include file-name="QStringList" location="global"/>
 
18
        <include file-name="QSize" location="global"/>
 
19
    </extra-includes>  
 
20
    <modify-function signature="operator=(QSqlDatabase)" remove="all"/>
 
21
  </value-type>  
 
22
 
 
23
  <value-type name="QSqlQuery">
 
24
    <extra-includes>
 
25
        <include file-name="QSqlError" location="global"/>
 
26
        <include file-name="QSqlRecord" location="global"/>
 
27
        <include file-name="QStringList" location="global"/>
 
28
        <include file-name="QSize" location="global"/>
 
29
    </extra-includes>  
 
30
    <modify-function signature="operator=(QSqlQuery)" remove="all"/>
 
31
  </value-type>  
 
32
 
 
33
  <value-type name="QSqlRecord">
 
34
    <extra-includes>
 
35
        <include file-name="QSqlField" location="global"/>
 
36
    </extra-includes>
 
37
    <modify-function signature="append(QSqlField)" access="non-final"/>
 
38
    <modify-function signature="operator=(QSqlRecord)" remove="all"/>
 
39
  </value-type>
 
40
 
 
41
  <value-type name="QSqlError">
 
42
    <modify-function signature="operator=(QSqlError)" remove="all"/>
 
43
  </value-type>
 
44
 
 
45
  <value-type name="QSqlIndex">  
 
46
    <modify-function signature="operator=(QSqlIndex)" remove="all"/>
 
47
  </value-type>
 
48
 
 
49
  <value-type name="QSqlRelation"/>
 
50
 
 
51
  <value-type name="QSqlField">
 
52
    <modify-function signature="operator=(QSqlField)" remove="all"/>
 
53
  </value-type>  
 
54
  
 
55
  <object-type name="QSqlDriver">  
 
56
    <extra-includes>
 
57
        <include file-name="QSqlQuery" location="global"/>
 
58
        <include file-name="QSqlError" location="global"/>
 
59
        <include file-name="QSqlIndex" location="global"/>
 
60
        <include file-name="QSqlRecord" location="global"/>
 
61
        <include file-name="QStringList" location="global"/>
 
62
        <include file-name="QSize" location="global"/>
 
63
    </extra-includes>  
 
64
  </object-type>  
 
65
  
 
66
  <object-type name="QSqlQueryModel">    
 
67
    <modify-function signature="indexInQuery(QModelIndex)const" access="non-final"/>
 
68
    <modify-function signature="setQuery(QSqlQuery)" access="non-final"/>
 
69
    <extra-includes>
 
70
        <include file-name="QSqlError" location="global"/>
 
71
        <include file-name="QSqlQuery" location="global"/>
 
72
        <include file-name="QSqlRecord" location="global"/>
 
73
        <include file-name="QStringList" location="global"/>
 
74
        <include file-name="QSize" location="global"/>
 
75
    </extra-includes>  
 
76
  </object-type>      
 
77
  <object-type name="QSqlRelationalTableModel">
 
78
    <extra-includes>
 
79
        <include file-name="QStringList" location="global"/>
 
80
        <include file-name="QSize" location="global"/>
 
81
    </extra-includes>  
 
82
  </object-type>
 
83
  <object-type name="QSqlResult">
 
84
      <extra-includes>
 
85
        <include file-name="QSqlError" location="global"/>
 
86
        <include file-name="QSqlQuery" location="global"/>
 
87
        <include file-name="QSqlRecord" location="global"/>
 
88
        <include file-name="QStringList" location="global"/>
 
89
        <include file-name="QSize" location="global"/>
 
90
      </extra-includes>
 
91
      <modify-function signature="virtual_hook(int,void*)">
 
92
        <remove/>
 
93
      </modify-function>
 
94
      
 
95
  </object-type>
 
96
  <object-type name="QSqlTableModel">  
 
97
    <extra-includes>
 
98
        <include file-name="QSqlIndex" location="global"/>
 
99
        <include file-name="QStringList" location="global"/>
 
100
        <include file-name="QSize" location="global"/>
 
101
    </extra-includes>  
 
102
  </object-type>  
 
103
  <object-type name="QSqlDriverCreatorBase">
 
104
    <extra-includes>
 
105
        <include file-name="QSqlDriver" location="global"/>
 
106
    </extra-includes>    
 
107
  </object-type>
 
108
  
 
109
  <enum-type name="QSql::Location"/>
 
110
  <enum-type name="QSql::ParamTypeFlag" flags="QSql::ParamType"/>
 
111
  <enum-type name="QSql::TableType"/>
 
112
  <enum-type name="QSql::NumericalPrecisionPolicy"/>
 
113
  <enum-type name="QSqlDriver::DriverFeature"/>
 
114
  <enum-type name="QSqlDriver::IdentifierType"/>
 
115
  <enum-type name="QSqlDriver::StatementType"/>
 
116
  <enum-type name="QSqlError::ErrorType"/>
 
117
  <enum-type name="QSqlField::RequiredStatus"/>
 
118
  <enum-type name="QSqlQuery::BatchExecutionMode"/>
 
119
  <enum-type name="QSqlResult::BindingSyntax"/>
 
120
  <enum-type name="QSqlResult::VirtualHookOperation"/>
 
121
  <enum-type name="QSqlTableModel::EditStrategy"/>
 
122
 
 
123
  <suppress-warning text="WARNING(CppImplGenerator) :: protected function '*' in final class '*'"/>
 
124
  <suppress-warning text="WARNING(MetaJavaBuilder) :: visibility of function '*' modified in class '*'"/>  
 
125
  <suppress-warning text="WARNING(MetaJavaBuilder) :: hiding of function '*' in class '*'"/>    
 
126
  <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QSqlField' has equals operators but no qHash() function"/>
 
127
  <suppress-warning text="WARNING(MetaJavaBuilder) :: Class 'QSqlRecord' has equals operators but no qHash() function"/>
 
128
 
 
129
</typesystem>