summaryrefslogtreecommitdiffstats
path: root/dbaccess/uiconfig/ui/specialsettingspage.ui
blob: 9281d4cd479e290d74d0d760d6f60662aeaa59c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<interface domain="dba">
  <requires lib="gtk+" version="3.20"/>
  <object class="GtkAdjustment" id="adjustment1">
    <property name="upper">1000000</property>
    <property name="step-increment">1</property>
    <property name="page-increment">10</property>
  </object>
  <object class="GtkBox" id="SpecialSettingsPage">
    <property name="visible">True</property>
    <property name="can-focus">False</property>
    <property name="hexpand">True</property>
    <property name="vexpand">True</property>
    <property name="border-width">6</property>
    <child>
      <!-- n-columns=1 n-rows=17 -->
      <object class="GtkGrid" id="grid1">
        <property name="visible">True</property>
        <property name="can-focus">False</property>
        <property name="row-spacing">6</property>
        <child>
          <object class="GtkCheckButton" id="usesql92">
            <property name="label" translatable="yes" context="specialsettingspage|usesql92">Use SQL92 naming constraints</property>
            <property name="can-focus">True</property>
            <property name="receives-default">False</property>
            <property name="no-show-all">True</property>
            <property name="use-underline">True</property>
            <property name="draw-indicator">True</property>
            <child internal-child="accessible">
              <object class="AtkObject" id="usesql92-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="specialsettingspage|extended_tip|usesql92">Only allows characters that conform to the SQL92 naming convention in a name in a data source. All other characters are rejected. Each name must begin with a lowercase letter, an uppercase letter, or an underscore ( _ ). The remaining characters can be ASCII letters, numbers, and underscores.</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">0</property>
          </packing>
        </child>
        <child>
          <object class="GtkCheckButton" id="append">
            <property name="label" translatable="yes" context="specialsettingspage|append">Append the table alias name on SELECT statements</property>
            <property name="can-focus">True</property>
            <property name="receives-default">False</property>
            <property name="no-show-all">True</property>
            <property name="use-underline">True</property>
            <property name="draw-indicator">True</property>
            <child internal-child="accessible">
              <object class="AtkObject" id="append-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="specialsettings|extended_tip|append">Appends the alias to the table name in SELECT statements.</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">1</property>
          </packing>
        </child>
        <child>
          <object class="GtkCheckButton" id="useas">
            <property name="label" translatable="yes" context="specialsettingspage|useas">Use keyword AS before table alias names</property>
            <property name="can-focus">True</property>
            <property name="receives-default">False</property>
            <property name="no-show-all">True</property>
            <property name="use-underline">True</property>
            <property name="draw-indicator">True</property>
            <child internal-child="accessible">
              <object class="AtkObject" id="useas-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="specialsettingspage|extended_tip|useas">Some databases use the keyword "AS" between a name and its alias, while other databases use a whitespace. Enable this option to insert AS before the alias.</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">2</property>
          </packing>
        </child>
        <child>
          <object class="GtkCheckButton" id="useoj">
            <property name="label" translatable="yes" context="specialsettingspage|useoj">Use Outer Join syntax '{oj }'</property>
            <property name="can-focus">True</property>
            <property name="receives-default">False</property>
            <property name="no-show-all">True</property>
            <property name="use-underline">True</property>
            <property name="draw-indicator">True</property>
            <child internal-child="accessible">
              <object class="AtkObject" id="useoj-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="specialsettingsoage|extended_tip|useoj">Use escape sequences for outer joins. The syntax for this escape sequence is {oj outer-join}</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">3</property>
          </packing>
        </child>
        <child>
          <object class="GtkCheckButton" id="ignoreprivs">
            <property name="label" translatable="yes" context="specialsettingspage|ignoreprivs">Ignore the privileges from the database driver</property>
            <property name="can-focus">True</property>
            <property name="receives-default">False</property>
            <property name="no-show-all">True</property>
            <property name="use-underline">True</property>
            <property name="draw-indicator">True</property>
            <child internal-child="accessible">
              <object class="AtkObject" id="ignoreprivs-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="specialsettingspage|extended_tip|ignoreprivs">Ignores access privileges that are provided by the database driver.</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">4</property>
          </packing>
        </child>
        <child>
          <object class="GtkCheckButton" id="replaceparams">
            <property name="label" translatable="yes" context="specialsettingspage|replaceparams">Replace named parameters with '?'</property>
            <property name="can-focus">True</property>
            <property name="receives-default">False</property>
            <property name="no-show-all">True</property>
            <property name="use-underline">True</property>
            <property name="draw-indicator">True</property>
            <child internal-child="accessible">
              <object class="AtkObject" id="replaceparams-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="specialsettingspage|extended_tip|replaceparams">Replaces named parameters in a data source with a question mark (?).</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">5</property>
          </packing>
        </child>
        <child>
          <object class="GtkCheckButton" id="displayver">
            <property name="label" translatable="yes" context="specialsettingspage|displayver">Display version columns (when available)</property>
            <property name="can-focus">True</property>
            <property name="receives-default">False</property>
            <property name="no-show-all">True</property>
            <property name="use-underline">True</property>
            <property name="draw-indicator">True</property>
            <child internal-child="accessible">
              <object class="AtkObject" id="displayver-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="specialsettingspage|extended_tip|displayver">Displays the internal version number of the record in the database table.</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">6</property>
          </packing>
        </child>
        <child>
          <object class="GtkCheckButton" id="usecatalogname">
            <property name="label" translatable="yes" context="specialsettingspage|usecatalogname">Use catalog name in SELECT statements</property>
            <property name="can-focus">True</property>
            <property name="receives-default">False</property>
            <property name="no-show-all">True</property>
            <property name="use-underline">True</property>
            <property name="draw-indicator">True</property>
            <child internal-child="accessible">
              <object class="AtkObject" id="usecatalogname-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="specialsettingspage|extended_tip|usecatalogname">Uses the current data source of the catalog. This option is useful when the ODBC data source is a database server. Do not select this option if the ODBC data source is a dBASE driver.</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">7</property>
          </packing>
        </child>
        <child>
          <object class="GtkCheckButton" id="useschemaname">
            <property name="label" translatable="yes" context="specialsettingspage|useschemaname">Use schema name in SELECT statements</property>
            <property name="can-focus">True</property>
            <property name="receives-default">False</property>
            <property name="no-show-all">True</property>
            <property name="use-underline">True</property>
            <property name="draw-indicator">True</property>
            <child internal-child="accessible">
              <object class="AtkObject" id="useschemaname-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="specialsettingspage|extended_tip|useschemaname">Allows you to use the schema name in SELECT statements.</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">8</property>
          </packing>
        </child>
        <child>
          <object class="GtkCheckButton" id="createindex">
            <property name="label" translatable="yes" context="specialsettingspage|createindex">Create index with ASC or DESC statement</property>
            <property name="can-focus">True</property>
            <property name="receives-default">False</property>
            <property name="no-show-all">True</property>
            <property name="use-underline">True</property>
            <property name="draw-indicator">True</property>
            <child internal-child="accessible">
              <object class="AtkObject" id="createindex-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="specialsettingspage|extended_tip|createindex">Creates an index with ASC or DESC statements.</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">9</property>
          </packing>
        </child>
        <child>
          <object class="GtkCheckButton" id="eol">
            <property name="label" translatable="yes" context="specialsettingspage|eol">End text lines with CR+LF</property>
            <property name="can-focus">True</property>
            <property name="receives-default">False</property>
            <property name="no-show-all">True</property>
            <property name="use-underline">True</property>
            <property name="draw-indicator">True</property>
            <child internal-child="accessible">
              <object class="AtkObject" id="eol-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="specialsettingspage|extended_tip|eol">Select to use the CR + LF code pair to end every text line (preferred for DOS and Windows operating systems).</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">10</property>
          </packing>
        </child>
        <child>
          <object class="GtkCheckButton" id="ignorecurrency">
            <property name="label" translatable="yes" context="specialsettingspage|ignorecurrency">Ignore currency field information</property>
            <property name="can-focus">True</property>
            <property name="receives-default">False</property>
            <property name="no-show-all">True</property>
            <property name="use-underline">True</property>
            <property name="draw-indicator">True</property>
            <child internal-child="accessible">
              <object class="AtkObject" id="ignorecurrency-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="specialsettingspage|extended_tip|ignorecurrency">Only for Oracle JDBC connections. When enabled it specifies that no column is treated as a currency field. The field type returned from the database driver is discarded.</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">11</property>
          </packing>
        </child>
        <child>
          <object class="GtkCheckButton" id="inputchecks">
            <property name="label" translatable="yes" context="specialsettingspage|inputchecks">Form data input checks for required fields</property>
            <property name="can-focus">True</property>
            <property name="receives-default">False</property>
            <property name="no-show-all">True</property>
            <property name="use-underline">True</property>
            <property name="draw-indicator">True</property>
            <child internal-child="accessible">
              <object class="AtkObject" id="inputchecks-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="specialsettingspage|extended_tip|inputchecks">When you enter a new record or update an existing record in a form, and you leave a field empty which is bound to a database column which requires input, then you will see a message complaining about the empty field.</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">12</property>
          </packing>
        </child>
        <child>
          <object class="GtkCheckButton" id="useodbcliterals">
            <property name="label" translatable="yes" context="specialsettingspage|useodbcliterals">Use ODBC conformant date/time literals</property>
            <property name="can-focus">True</property>
            <property name="receives-default">False</property>
            <property name="no-show-all">True</property>
            <property name="use-underline">True</property>
            <property name="draw-indicator">True</property>
            <child internal-child="accessible">
              <object class="AtkObject" id="useodbcliterals-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="specialsettingspage|extended_tip|useodbcliterals">Use date/time literals that conform to ODBC standard.</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">13</property>
          </packing>
        </child>
        <child>
          <object class="GtkCheckButton" id="primarykeys">
            <property name="label" translatable="yes" context="specialsettingspage|primarykeys">Supports primary keys</property>
            <property name="can-focus">True</property>
            <property name="receives-default">False</property>
            <property name="no-show-all">True</property>
            <property name="use-underline">True</property>
            <property name="draw-indicator">True</property>
            <child internal-child="accessible">
              <object class="AtkObject" id="primarykeys-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="specialsettingspage|extended_tip|primarykeys">Enable to overrule Base's heuristics used to detect whether the database supports primary keys.</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">14</property>
          </packing>
        </child>
        <child>
          <object class="GtkCheckButton" id="resulttype">
            <property name="label" translatable="yes" context="specialsettingspage|resulttype">Respect the result set type from the database driver</property>
            <property name="can-focus">True</property>
            <property name="receives-default">False</property>
            <property name="no-show-all">True</property>
            <property name="use-underline">True</property>
            <property name="draw-indicator">True</property>
            <child internal-child="accessible">
              <object class="AtkObject" id="resulttype-atkobject">
                <property name="AtkObject::accessible-description" translatable="yes" context="specialsettingspage|extended_tip|resulttype">Use the database driver different scroll capabilities of a result set.</property>
              </object>
            </child>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">15</property>
          </packing>
        </child>
        <child>
          <!-- n-columns=2 n-rows=2 -->
          <object class="GtkGrid" id="grid2">
            <property name="visible">True</property>
            <property name="can-focus">False</property>
            <property name="row-spacing">6</property>
            <property name="column-spacing">12</property>
            <child>
              <object class="GtkLabel" id="comparisonft">
                <property name="can-focus">False</property>
                <property name="no-show-all">True</property>
                <property name="label" translatable="yes" context="specialsettingspage|comparisonft">Comparison of Boolean values:</property>
                <property name="use-underline">True</property>
                <property name="mnemonic-widget">comparison</property>
                <property name="xalign">1</property>
              </object>
              <packing>
                <property name="left-attach">0</property>
                <property name="top-attach">0</property>
              </packing>
            </child>
            <child>
              <object class="GtkComboBoxText" id="comparison">
                <property name="can-focus">False</property>
                <property name="no-show-all">True</property>
                <items>
                  <item translatable="yes" context="specialsettingspage|comparison">Default</item>
                  <item translatable="yes" context="specialsettingspage|comparison">SQL</item>
                  <item translatable="yes" context="specialsettingspage|comparison">Mixed</item>
                  <item translatable="yes" context="specialsettingspage|comparison">MS Access</item>
                </items>
                <child internal-child="accessible">
                  <object class="AtkObject" id="comparison-atkobject">
                    <property name="AtkObject::accessible-description" translatable="yes" context="specialsettingspage|extended_tip|comparison">Select the type of Boolean comparison that you want to use.</property>
                  </object>
                </child>
              </object>
              <packing>
                <property name="left-attach">1</property>
                <property name="top-attach">0</property>
              </packing>
            </child>
            <child>
              <object class="GtkLabel" id="rowsft">
                <property name="can-focus">False</property>
                <property name="no-show-all">True</property>
                <property name="label" translatable="yes" context="specialsettingspage|rowsft">Rows to scan column types:</property>
                <property name="use-underline">True</property>
                <property name="mnemonic-widget">rows</property>
                <property name="xalign">1</property>
              </object>
              <packing>
                <property name="left-attach">0</property>
                <property name="top-attach">1</property>
              </packing>
            </child>
            <child>
              <object class="GtkSpinButton" id="rows">
                <property name="can-focus">True</property>
                <property name="no-show-all">True</property>
                <property name="activates-default">True</property>
                <property name="truncate-multiline">True</property>
                <property name="adjustment">adjustment1</property>
                <child internal-child="accessible">
                  <object class="AtkObject" id="rows-atkobject">
                    <property name="AtkObject::accessible-description" translatable="yes" context="specialsettingspage|extended_tip|rows">Select the number of rows to let the driver detect the data type.</property>
                  </object>
                </child>
              </object>
              <packing>
                <property name="left-attach">1</property>
                <property name="top-attach">1</property>
              </packing>
            </child>
          </object>
          <packing>
            <property name="left-attach">0</property>
            <property name="top-attach">16</property>
          </packing>
        </child>
      </object>
      <packing>
        <property name="expand">False</property>
        <property name="fill">True</property>
        <property name="position">0</property>
      </packing>
    </child>
  </object>
</interface>