genexus-mcp 2.1.0 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/publish/GxMcp.Gateway.deps.json +125 -0
- package/publish/GxMcp.Gateway.dll +0 -0
- package/publish/GxMcp.Gateway.exe +0 -0
- package/publish/GxMcp.Gateway.pdb +0 -0
- package/publish/GxMcp.Gateway.runtimeconfig.json +20 -0
- package/publish/Newtonsoft.Json.dll +0 -0
- package/publish/System.CodeDom.dll +0 -0
- package/publish/System.Management.dll +0 -0
- package/publish/System.Security.Permissions.dll +0 -0
- package/publish/System.Windows.Extensions.dll +0 -0
- package/publish/config.json +19 -0
- package/publish/runtimes/win/lib/net8.0/System.Management.dll +0 -0
- package/publish/runtimes/win/lib/net8.0/System.Windows.Extensions.dll +0 -0
- package/publish/start_mcp.bat +22 -0
- package/publish/tool_definitions.json +1062 -0
- package/publish/web.config +12 -0
- package/publish/worker/Definitions/APIDefinition.xml +427 -0
- package/publish/worker/Definitions/APILanguageAttributes.xml +13 -0
- package/publish/worker/Definitions/APILanguageColorsDefinition.xml +247 -0
- package/publish/worker/Definitions/ATTDefinition.xml +12943 -0
- package/publish/worker/Definitions/BASEDefinition.xml +60 -0
- package/publish/worker/Definitions/ContextDefinition.xml +43 -0
- package/publish/worker/Definitions/ControlDefinition.xml +34677 -0
- package/publish/worker/Definitions/ControlsPEMs.xml +3852 -0
- package/publish/worker/Definitions/DATASELECTORDefinition.xml +117 -0
- package/publish/worker/Definitions/DK.Frm.Functions.psx +199 -0
- package/publish/worker/Definitions/DK.Trn.Rules.Functions.psx +77 -0
- package/publish/worker/Definitions/DK.Trn.Rules.psx +205 -0
- package/publish/worker/Definitions/DPRVDefinition.xml +1132 -0
- package/publish/worker/Definitions/DPrv.Rules.psx +30 -0
- package/publish/worker/Definitions/DPrv.Source.Functions.psx +2274 -0
- package/publish/worker/Definitions/DashboardDefinition.xml +49 -0
- package/publish/worker/Definitions/DeployDefinition.xml +151 -0
- package/publish/worker/Definitions/DesignSystemDefinition.xml +106 -0
- package/publish/worker/Definitions/DocumentationPartDefinition.xml +139 -0
- package/publish/worker/Definitions/EXODefinition.xml +1877 -0
- package/publish/worker/Definitions/EXOITEMDefinition.xml +5 -0
- package/publish/worker/Definitions/EXOMETHDefinition.xml +1236 -0
- package/publish/worker/Definitions/EXOPARAMDefinition.xml +883 -0
- package/publish/worker/Definitions/EXOPROPDefinition.xml +4620 -0
- package/publish/worker/Definitions/FILEDefinition.xml +223 -0
- package/publish/worker/Definitions/FORMCLASSDefinition.xml +133 -0
- package/publish/worker/Definitions/FormObjDefinition.xml +22921 -0
- package/publish/worker/Definitions/Frm.Functions.psx +1677 -0
- package/publish/worker/Definitions/Functions.psx +2117 -0
- package/publish/worker/Definitions/GRPDefinition.xml +78 -0
- package/publish/worker/Definitions/GXPMCommonDefinition.xml +8700 -0
- package/publish/worker/Definitions/Gxplorer_CommonDefinition.xml +5980 -0
- package/publish/worker/Definitions/GxpmConditions.xml +238 -0
- package/publish/worker/Definitions/HelpGenSettingsDefinition.xml +318 -0
- package/publish/worker/Definitions/IDXDefinition.xml +54 -0
- package/publish/worker/Definitions/IMAGEDefinition.xml +121 -0
- package/publish/worker/Definitions/KBDefinition.xml +696 -0
- package/publish/worker/Definitions/LNGDefinition.xml +558 -0
- package/publish/worker/Definitions/MBRDefinition.xml +131 -0
- package/publish/worker/Definitions/MBROPTIONDefinition.xml +211 -0
- package/publish/worker/Definitions/MNUDefinition.xml +334 -0
- package/publish/worker/Definitions/MNUOPTIONDefinition.xml +51 -0
- package/publish/worker/Definitions/MiniAppDefinition.xml +91 -0
- package/publish/worker/Definitions/ModelDefinition.xml +3518 -0
- package/publish/worker/Definitions/ModuleInfoDefinition.xml +113 -0
- package/publish/worker/Definitions/PALETTEDefinition.xml +66 -0
- package/publish/worker/Definitions/PRCDefinition.xml +2453 -0
- package/publish/worker/Definitions/Prc.Rules.Functions.psx +1925 -0
- package/publish/worker/Definitions/Prc.Rules.psx +393 -0
- package/publish/worker/Definitions/Prc.Source.Functions.psx +2308 -0
- package/publish/worker/Definitions/RPTDefinition.xml +2123 -0
- package/publish/worker/Definitions/RuntimeContextDefinition.xml +43 -0
- package/publish/worker/Definitions/SD.Conditions.Functions.psx +1336 -0
- package/publish/worker/Definitions/SD.Rules.psx +67 -0
- package/publish/worker/Definitions/SD.Source.Functions.psx +1562 -0
- package/publish/worker/Definitions/SDTDefinition.xml +176 -0
- package/publish/worker/Definitions/SDTITEMDefinition.xml +13239 -0
- package/publish/worker/Definitions/SDTLEVELDefinition.xml +384 -0
- package/publish/worker/Definitions/SINGLEIMAGEDefinition.xml +388 -0
- package/publish/worker/Definitions/STENCILDefinition.xml +73 -0
- package/publish/worker/Definitions/SYNCDefinition.xml +410 -0
- package/publish/worker/Definitions/SuperAppDefinition.xml +180 -0
- package/publish/worker/Definitions/Sync.Rules.psx +191 -0
- package/publish/worker/Definitions/TBDDefinition.xml +99 -0
- package/publish/worker/Definitions/TBLDefinition.xml +302 -0
- package/publish/worker/Definitions/TRNDefinition.xml +5640 -0
- package/publish/worker/Definitions/ThemeDefinition.xml +60769 -0
- package/publish/worker/Definitions/TransactionAttributeDefinition.xml +25 -0
- package/publish/worker/Definitions/TransactionLevelDefinition.xml +48 -0
- package/publish/worker/Definitions/Trn.Rules.Functions.psx +2237 -0
- package/publish/worker/Definitions/Trn.Rules.psx +560 -0
- package/publish/worker/Definitions/Trn.Source.Functions.psx +2154 -0
- package/publish/worker/Definitions/UrlRewriteDefinition.xml +66 -0
- package/publish/worker/Definitions/UserControlDefinition.xml +146 -0
- package/publish/worker/Definitions/WBPDefinition.xml +1874 -0
- package/publish/worker/Definitions/WKPDefinition.xml +1813 -0
- package/publish/worker/Definitions/Wbp.Conditions.Functions.psx +2032 -0
- package/publish/worker/Definitions/Wbp.Rules.Functions.psx +2170 -0
- package/publish/worker/Definitions/Wbp.Rules.psx +336 -0
- package/publish/worker/Definitions/Wbp.Source.Functions.psx +2344 -0
- package/publish/worker/Definitions/Wrk.Conditions.Functions.psx +1909 -0
- package/publish/worker/Definitions/Wrk.Rules.Functions.psx +1937 -0
- package/publish/worker/Definitions/Wrk.Rules.psx +453 -0
- package/publish/worker/Definitions/Wrk.Source.Functions.psx +2224 -0
- package/publish/worker/Definitions/XFLDefinition.xml +246 -0
- package/publish/worker/Definitions/cobolDefinition.xml +2074 -0
- package/publish/worker/Definitions/conditions.xml +251 -0
- package/publish/worker/Definitions/conditionsSD.xml +236 -0
- package/publish/worker/Definitions/csharpDefinition.xml +3527 -0
- package/publish/worker/Definitions/csharpwinDefinition.xml +2979 -0
- package/publish/worker/Definitions/dataprovider.xml +254 -0
- package/publish/worker/Definitions/ds_AS400NATIVEDefinition.xml +2167 -0
- package/publish/worker/Definitions/ds_DAMENGDefinition.xml +2546 -0
- package/publish/worker/Definitions/ds_DB2400Definition.xml +2209 -0
- package/publish/worker/Definitions/ds_DB2COMMONSERVERSDefinition.xml +2394 -0
- package/publish/worker/Definitions/ds_DBFCDXDefinition.xml +5 -0
- package/publish/worker/Definitions/ds_DBFIDXDefinition.xml +5 -0
- package/publish/worker/Definitions/ds_HANADefinition.xml +1821 -0
- package/publish/worker/Definitions/ds_INFORMIXDefinition.xml +2498 -0
- package/publish/worker/Definitions/ds_MYSQLDefinition.xml +2222 -0
- package/publish/worker/Definitions/ds_ORACLEDefinition.xml +2915 -0
- package/publish/worker/Definitions/ds_POSTGRESQLDefinition.xml +2206 -0
- package/publish/worker/Definitions/ds_SERVICEDefinition.xml +710 -0
- package/publish/worker/Definitions/ds_SQLCEDefinition.xml +822 -0
- package/publish/worker/Definitions/ds_SQLITEDefinition.xml +1075 -0
- package/publish/worker/Definitions/ds_SQLSERVERDefinition.xml +2481 -0
- package/publish/worker/Definitions/dv_AS400NATIVEDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_DAMENGDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_DB2400Definition.xml +47 -0
- package/publish/worker/Definitions/dv_DB2COMMONSERVERSDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_DBFCDXDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_DBFIDXDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_HANADefinition.xml +53 -0
- package/publish/worker/Definitions/dv_INFORMIXDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_MYSQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_ORACLEDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_POSTGRESQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_SERVICEDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_SQLCEDefinition.xml +48 -0
- package/publish/worker/Definitions/dv_SQLITEDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_SQLSERVERDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_AS400NATIVEDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_DAMENGDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_DB2400Definition.xml +47 -0
- package/publish/worker/Definitions/dvi_DB2COMMONSERVERSDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_DBFCDXDefinition.xml +51 -0
- package/publish/worker/Definitions/dvi_DBFIDXDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_HANADefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_INFORMIXDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_MYSQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_ORACLEDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_POSTGRESQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_SERVICEDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_SQLCEDefinition.xml +48 -0
- package/publish/worker/Definitions/dvi_SQLITEDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_SQLSERVERDefinition.xml +53 -0
- package/publish/worker/Definitions/events.xml +340 -0
- package/publish/worker/Definitions/eventsSD.xml +331 -0
- package/publish/worker/Definitions/exportDefinition.xml +123 -0
- package/publish/worker/Definitions/formula.xml +215 -0
- package/publish/worker/Definitions/gxtypes.xml +24099 -0
- package/publish/worker/Definitions/importDefinition.xml +148 -0
- package/publish/worker/Definitions/javaDefinition.xml +4733 -0
- package/publish/worker/Definitions/kbInfoDefinition.xml +43 -0
- package/publish/worker/Definitions/netcoreDefinition.xml +3506 -0
- package/publish/worker/Definitions/netmobileDefinition.xml +1559 -0
- package/publish/worker/Definitions/procedures.xml +292 -0
- package/publish/worker/Definitions/rpgDefinition.xml +2083 -0
- package/publish/worker/Definitions/rubyDefinition.xml +1358 -0
- package/publish/worker/Definitions/rules.xml +279 -0
- package/publish/worker/Definitions/rulesSD.xml +253 -0
- package/publish/worker/Definitions/sdpatternsDefinition.xml +3509 -0
- package/publish/worker/Definitions/smartdeviceDefinition.xml +897 -0
- package/publish/worker/Definitions/trn_src.xml +335 -0
- package/publish/worker/Definitions/vfpDefinition.xml +2372 -0
- package/publish/worker/Definitions/vfpcsDefinition.xml +2631 -0
- package/publish/worker/GxMcp.Worker.exe +0 -0
- package/publish/worker/GxMcp.Worker.exe.config +76 -0
- package/publish/worker/GxMcp.Worker.pdb +0 -0
- package/publish/worker/Newtonsoft.Json.dll +0 -0
|
@@ -0,0 +1,822 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='iso-8859-1'?>
|
|
2
|
+
<Content version='148598 $'>
|
|
3
|
+
<Object id='DS_SQLCE'>
|
|
4
|
+
<Group>
|
|
5
|
+
<Name>Datastores</Name>
|
|
6
|
+
<Type>Main</Type>
|
|
7
|
+
<Children>
|
|
8
|
+
<Prop hidden='1'>
|
|
9
|
+
<Id>HelpKeyword</Id>
|
|
10
|
+
<Name>HelpKeyword</Name>
|
|
11
|
+
<Type>Integer</Type>
|
|
12
|
+
<Options>
|
|
13
|
+
<Option type='Not Show'/>
|
|
14
|
+
</Options>
|
|
15
|
+
</Prop>
|
|
16
|
+
<Prop hidden='1'>
|
|
17
|
+
<Id>REORG_GEN</Id>
|
|
18
|
+
<Name>Reorganization generator</Name>
|
|
19
|
+
<Description>Reorganization generator</Description>
|
|
20
|
+
<Type>Integer</Type>
|
|
21
|
+
<Default>8</Default>
|
|
22
|
+
<Options>
|
|
23
|
+
<Option type='Not Show'/>
|
|
24
|
+
</Options>
|
|
25
|
+
</Prop>
|
|
26
|
+
<Prop hidden='1'>
|
|
27
|
+
<Id>MAIN_DS</Id>
|
|
28
|
+
<Name>Main datastore</Name>
|
|
29
|
+
<Description>Main datastore</Description>
|
|
30
|
+
<Type>Boolean</Type>
|
|
31
|
+
<Default>true</Default>
|
|
32
|
+
<Options>
|
|
33
|
+
<Option type='Not Show'/>
|
|
34
|
+
</Options>
|
|
35
|
+
</Prop>
|
|
36
|
+
<Group>
|
|
37
|
+
<Id>AccessTechSettings</Id>
|
|
38
|
+
<Name>Access technology settings</Name>
|
|
39
|
+
<Description>Access technology settings</Description>
|
|
40
|
+
<Type>Group</Type>
|
|
41
|
+
<Children>
|
|
42
|
+
<Group>
|
|
43
|
+
<Id>CSINFORMATION</Id>
|
|
44
|
+
<Name>Connection information</Name>
|
|
45
|
+
<Description>Connection information</Description>
|
|
46
|
+
<Type>Group</Type>
|
|
47
|
+
<Dependencies>
|
|
48
|
+
<Depend type='Not Show'>
|
|
49
|
+
<Cond>context(ACCESS_TECHNO) == AS/400 Native</Cond>
|
|
50
|
+
<Condition>
|
|
51
|
+
<Expression>
|
|
52
|
+
<Type>Comparison</Type>
|
|
53
|
+
<Operator>Equal</Operator>
|
|
54
|
+
<PropName source='context'>ACCESS_TECHNO</PropName>
|
|
55
|
+
<Value>AS/400 Native</Value>
|
|
56
|
+
</Expression>
|
|
57
|
+
</Condition>
|
|
58
|
+
</Depend>
|
|
59
|
+
</Dependencies>
|
|
60
|
+
<Children>
|
|
61
|
+
<Prop hidden='1'>
|
|
62
|
+
<Id>CONNECT_METHOD</Id>
|
|
63
|
+
<Name>Connection method</Name>
|
|
64
|
+
<Description>Connection method</Description>
|
|
65
|
+
<Type>Combo</Type>
|
|
66
|
+
<Default>OPSYS</Default>
|
|
67
|
+
<Values>
|
|
68
|
+
<Value id='OPSYS' desc='Integrated to Operating System'/>
|
|
69
|
+
<Value id='DBMS' desc='Database Server'/>
|
|
70
|
+
</Values>
|
|
71
|
+
<Dependencies>
|
|
72
|
+
<Depend type='Not Show'>
|
|
73
|
+
<Cond>context(ACCESS_TECHNO) != EMBEDDED_SQL</Cond>
|
|
74
|
+
<Condition>
|
|
75
|
+
<Expression>
|
|
76
|
+
<Type>Comparison</Type>
|
|
77
|
+
<Operator>NotEqual</Operator>
|
|
78
|
+
<PropName source='context'>ACCESS_TECHNO</PropName>
|
|
79
|
+
<Value>EMBEDDED_SQL</Value>
|
|
80
|
+
</Expression>
|
|
81
|
+
</Condition>
|
|
82
|
+
</Depend>
|
|
83
|
+
</Dependencies>
|
|
84
|
+
</Prop>
|
|
85
|
+
<Prop>
|
|
86
|
+
<Id>CS_DBNAME</Id>
|
|
87
|
+
<Name>Database name</Name>
|
|
88
|
+
<Description>Database name</Description>
|
|
89
|
+
<Type>Text</Type>
|
|
90
|
+
<Dependencies>
|
|
91
|
+
<Depend type='Not Show'>
|
|
92
|
+
<Cond>((context(ACCESS_TECHNO) == JDBC) and ((context(JDBC_CUSTOM_URL) == -1) and (true))) or (((context(ACCESS_TECHNO) == ADONET) or (context(ACCESS_TECHNO) == Ruby)) and (false))</Cond>
|
|
93
|
+
<Condition>
|
|
94
|
+
<Expression>
|
|
95
|
+
<Type>BooleanExpression</Type>
|
|
96
|
+
<FirstPart>
|
|
97
|
+
<Expression>
|
|
98
|
+
<Type>Comparison</Type>
|
|
99
|
+
<Operator>Equal</Operator>
|
|
100
|
+
<PropName source='context'>ACCESS_TECHNO</PropName>
|
|
101
|
+
<Value>JDBC</Value>
|
|
102
|
+
</Expression>
|
|
103
|
+
</FirstPart>
|
|
104
|
+
<Operator>and</Operator>
|
|
105
|
+
<SecondPart>
|
|
106
|
+
<Expression>
|
|
107
|
+
<Type>BooleanExpression</Type>
|
|
108
|
+
<FirstPart>
|
|
109
|
+
<Expression>
|
|
110
|
+
<Type>Comparison</Type>
|
|
111
|
+
<Operator>Equal</Operator>
|
|
112
|
+
<PropName source='context'>JDBC_CUSTOM_URL</PropName>
|
|
113
|
+
<Value>-1</Value>
|
|
114
|
+
</Expression>
|
|
115
|
+
</FirstPart>
|
|
116
|
+
<Operator>and</Operator>
|
|
117
|
+
<SecondPart>
|
|
118
|
+
<Expression>
|
|
119
|
+
<Type>BooleanExpression</Type>
|
|
120
|
+
<FirstPart>
|
|
121
|
+
<Expression>
|
|
122
|
+
<Type>BooleanExpression</Type>
|
|
123
|
+
<FirstPart>
|
|
124
|
+
<Expression>
|
|
125
|
+
<Type>IsObject</Type>
|
|
126
|
+
<ObjectName>DS_DB2400</ObjectName>
|
|
127
|
+
</Expression>
|
|
128
|
+
</FirstPart>
|
|
129
|
+
<Operator>or</Operator>
|
|
130
|
+
<SecondPart>
|
|
131
|
+
<Expression>
|
|
132
|
+
<Type>IsObject</Type>
|
|
133
|
+
<ObjectName>DS_AS400NATIVE</ObjectName>
|
|
134
|
+
</Expression>
|
|
135
|
+
</SecondPart>
|
|
136
|
+
</Expression>
|
|
137
|
+
</FirstPart>
|
|
138
|
+
<Operator>not</Operator>
|
|
139
|
+
</Expression>
|
|
140
|
+
</SecondPart>
|
|
141
|
+
</Expression>
|
|
142
|
+
</SecondPart>
|
|
143
|
+
</Expression>
|
|
144
|
+
</Condition>
|
|
145
|
+
</Depend>
|
|
146
|
+
<Depend type='Required'>
|
|
147
|
+
<Cond>((context(ACCESS_TECHNO) != ODBC) or (context(CS_USETOCONNECT) == Driver)) and (((context(ACCESS_TECHNO) == JDBC) and ((context(JDBC_CUSTOM_URL) == 0) or (false))) or ((((context(ACCESS_TECHNO) == ADONET) or (context(ACCESS_TECHNO) == Ruby)) and (true)) or ((context(ACCESS_TECHNO) != JDBC) and ((context(ACCESS_TECHNO) != ADONET) and (context(ACCESS_TECHNO) != Ruby)))))</Cond>
|
|
148
|
+
<Condition>
|
|
149
|
+
<Expression>
|
|
150
|
+
<Type>BooleanExpression</Type>
|
|
151
|
+
<FirstPart>
|
|
152
|
+
<Expression>
|
|
153
|
+
<Type>BooleanExpression</Type>
|
|
154
|
+
<FirstPart>
|
|
155
|
+
<Expression>
|
|
156
|
+
<Type>Comparison</Type>
|
|
157
|
+
<Operator>NotEqual</Operator>
|
|
158
|
+
<PropName source='context'>ACCESS_TECHNO</PropName>
|
|
159
|
+
<Value>ODBC</Value>
|
|
160
|
+
</Expression>
|
|
161
|
+
</FirstPart>
|
|
162
|
+
<Operator>or</Operator>
|
|
163
|
+
<SecondPart>
|
|
164
|
+
<Expression>
|
|
165
|
+
<Type>Comparison</Type>
|
|
166
|
+
<Operator>Equal</Operator>
|
|
167
|
+
<PropName source='context'>CS_USETOCONNECT</PropName>
|
|
168
|
+
<Value>Driver</Value>
|
|
169
|
+
</Expression>
|
|
170
|
+
</SecondPart>
|
|
171
|
+
</Expression>
|
|
172
|
+
</FirstPart>
|
|
173
|
+
<Operator>and</Operator>
|
|
174
|
+
<SecondPart>
|
|
175
|
+
<Expression>
|
|
176
|
+
<Type>BooleanExpression</Type>
|
|
177
|
+
<FirstPart>
|
|
178
|
+
<Expression>
|
|
179
|
+
<Type>BooleanExpression</Type>
|
|
180
|
+
<FirstPart>
|
|
181
|
+
<Expression>
|
|
182
|
+
<Type>IsObject</Type>
|
|
183
|
+
<ObjectName>DS_HANA</ObjectName>
|
|
184
|
+
</Expression>
|
|
185
|
+
</FirstPart>
|
|
186
|
+
<Operator>not</Operator>
|
|
187
|
+
</Expression>
|
|
188
|
+
</FirstPart>
|
|
189
|
+
<Operator>and</Operator>
|
|
190
|
+
<SecondPart>
|
|
191
|
+
<Expression>
|
|
192
|
+
<Type>BooleanExpression</Type>
|
|
193
|
+
<FirstPart>
|
|
194
|
+
<Expression>
|
|
195
|
+
<Type>BooleanExpression</Type>
|
|
196
|
+
<FirstPart>
|
|
197
|
+
<Expression>
|
|
198
|
+
<Type>Comparison</Type>
|
|
199
|
+
<Operator>Equal</Operator>
|
|
200
|
+
<PropName source='context'>ACCESS_TECHNO</PropName>
|
|
201
|
+
<Value>JDBC</Value>
|
|
202
|
+
</Expression>
|
|
203
|
+
</FirstPart>
|
|
204
|
+
<Operator>and</Operator>
|
|
205
|
+
<SecondPart>
|
|
206
|
+
<Expression>
|
|
207
|
+
<Type>BooleanExpression</Type>
|
|
208
|
+
<FirstPart>
|
|
209
|
+
<Expression>
|
|
210
|
+
<Type>Comparison</Type>
|
|
211
|
+
<Operator>Equal</Operator>
|
|
212
|
+
<PropName source='context'>JDBC_CUSTOM_URL</PropName>
|
|
213
|
+
<Value>0</Value>
|
|
214
|
+
</Expression>
|
|
215
|
+
</FirstPart>
|
|
216
|
+
<Operator>or</Operator>
|
|
217
|
+
<SecondPart>
|
|
218
|
+
<Expression>
|
|
219
|
+
<Type>BooleanExpression</Type>
|
|
220
|
+
<FirstPart>
|
|
221
|
+
<Expression>
|
|
222
|
+
<Type>IsObject</Type>
|
|
223
|
+
<ObjectName>DS_DB2400</ObjectName>
|
|
224
|
+
</Expression>
|
|
225
|
+
</FirstPart>
|
|
226
|
+
<Operator>or</Operator>
|
|
227
|
+
<SecondPart>
|
|
228
|
+
<Expression>
|
|
229
|
+
<Type>IsObject</Type>
|
|
230
|
+
<ObjectName>DS_AS400NATIVE</ObjectName>
|
|
231
|
+
</Expression>
|
|
232
|
+
</SecondPart>
|
|
233
|
+
</Expression>
|
|
234
|
+
</SecondPart>
|
|
235
|
+
</Expression>
|
|
236
|
+
</SecondPart>
|
|
237
|
+
</Expression>
|
|
238
|
+
</FirstPart>
|
|
239
|
+
<Operator>or</Operator>
|
|
240
|
+
<SecondPart>
|
|
241
|
+
<Expression>
|
|
242
|
+
<Type>BooleanExpression</Type>
|
|
243
|
+
<FirstPart>
|
|
244
|
+
<Expression>
|
|
245
|
+
<Type>BooleanExpression</Type>
|
|
246
|
+
<FirstPart>
|
|
247
|
+
<Expression>
|
|
248
|
+
<Type>BooleanExpression</Type>
|
|
249
|
+
<FirstPart>
|
|
250
|
+
<Expression>
|
|
251
|
+
<Type>Comparison</Type>
|
|
252
|
+
<Operator>Equal</Operator>
|
|
253
|
+
<PropName source='context'>ACCESS_TECHNO</PropName>
|
|
254
|
+
<Value>ADONET</Value>
|
|
255
|
+
</Expression>
|
|
256
|
+
</FirstPart>
|
|
257
|
+
<Operator>or</Operator>
|
|
258
|
+
<SecondPart>
|
|
259
|
+
<Expression>
|
|
260
|
+
<Type>Comparison</Type>
|
|
261
|
+
<Operator>Equal</Operator>
|
|
262
|
+
<PropName source='context'>ACCESS_TECHNO</PropName>
|
|
263
|
+
<Value>Ruby</Value>
|
|
264
|
+
</Expression>
|
|
265
|
+
</SecondPart>
|
|
266
|
+
</Expression>
|
|
267
|
+
</FirstPart>
|
|
268
|
+
<Operator>and</Operator>
|
|
269
|
+
<SecondPart>
|
|
270
|
+
<Expression>
|
|
271
|
+
<Type>BooleanExpression</Type>
|
|
272
|
+
<FirstPart>
|
|
273
|
+
<Expression>
|
|
274
|
+
<Type>BooleanExpression</Type>
|
|
275
|
+
<FirstPart>
|
|
276
|
+
<Expression>
|
|
277
|
+
<Type>IsObject</Type>
|
|
278
|
+
<ObjectName>DS_ORACLE</ObjectName>
|
|
279
|
+
</Expression>
|
|
280
|
+
</FirstPart>
|
|
281
|
+
<Operator>not</Operator>
|
|
282
|
+
</Expression>
|
|
283
|
+
</FirstPart>
|
|
284
|
+
<Operator>and</Operator>
|
|
285
|
+
<SecondPart>
|
|
286
|
+
<Expression>
|
|
287
|
+
<Type>BooleanExpression</Type>
|
|
288
|
+
<FirstPart>
|
|
289
|
+
<Expression>
|
|
290
|
+
<Type>BooleanExpression</Type>
|
|
291
|
+
<FirstPart>
|
|
292
|
+
<Expression>
|
|
293
|
+
<Type>IsObject</Type>
|
|
294
|
+
<ObjectName>DS_DB2400</ObjectName>
|
|
295
|
+
</Expression>
|
|
296
|
+
</FirstPart>
|
|
297
|
+
<Operator>not</Operator>
|
|
298
|
+
</Expression>
|
|
299
|
+
</FirstPart>
|
|
300
|
+
<Operator>and</Operator>
|
|
301
|
+
<SecondPart>
|
|
302
|
+
<Expression>
|
|
303
|
+
<Type>BooleanExpression</Type>
|
|
304
|
+
<FirstPart>
|
|
305
|
+
<Expression>
|
|
306
|
+
<Type>IsObject</Type>
|
|
307
|
+
<ObjectName>DS_AS400NATIVE</ObjectName>
|
|
308
|
+
</Expression>
|
|
309
|
+
</FirstPart>
|
|
310
|
+
<Operator>not</Operator>
|
|
311
|
+
</Expression>
|
|
312
|
+
</SecondPart>
|
|
313
|
+
</Expression>
|
|
314
|
+
</SecondPart>
|
|
315
|
+
</Expression>
|
|
316
|
+
</SecondPart>
|
|
317
|
+
</Expression>
|
|
318
|
+
</FirstPart>
|
|
319
|
+
<Operator>or</Operator>
|
|
320
|
+
<SecondPart>
|
|
321
|
+
<Expression>
|
|
322
|
+
<Type>BooleanExpression</Type>
|
|
323
|
+
<FirstPart>
|
|
324
|
+
<Expression>
|
|
325
|
+
<Type>Comparison</Type>
|
|
326
|
+
<Operator>NotEqual</Operator>
|
|
327
|
+
<PropName source='context'>ACCESS_TECHNO</PropName>
|
|
328
|
+
<Value>JDBC</Value>
|
|
329
|
+
</Expression>
|
|
330
|
+
</FirstPart>
|
|
331
|
+
<Operator>and</Operator>
|
|
332
|
+
<SecondPart>
|
|
333
|
+
<Expression>
|
|
334
|
+
<Type>BooleanExpression</Type>
|
|
335
|
+
<FirstPart>
|
|
336
|
+
<Expression>
|
|
337
|
+
<Type>Comparison</Type>
|
|
338
|
+
<Operator>NotEqual</Operator>
|
|
339
|
+
<PropName source='context'>ACCESS_TECHNO</PropName>
|
|
340
|
+
<Value>ADONET</Value>
|
|
341
|
+
</Expression>
|
|
342
|
+
</FirstPart>
|
|
343
|
+
<Operator>and</Operator>
|
|
344
|
+
<SecondPart>
|
|
345
|
+
<Expression>
|
|
346
|
+
<Type>Comparison</Type>
|
|
347
|
+
<Operator>NotEqual</Operator>
|
|
348
|
+
<PropName source='context'>ACCESS_TECHNO</PropName>
|
|
349
|
+
<Value>Ruby</Value>
|
|
350
|
+
</Expression>
|
|
351
|
+
</SecondPart>
|
|
352
|
+
</Expression>
|
|
353
|
+
</SecondPart>
|
|
354
|
+
</Expression>
|
|
355
|
+
</SecondPart>
|
|
356
|
+
</Expression>
|
|
357
|
+
</SecondPart>
|
|
358
|
+
</Expression>
|
|
359
|
+
</SecondPart>
|
|
360
|
+
</Expression>
|
|
361
|
+
</SecondPart>
|
|
362
|
+
</Expression>
|
|
363
|
+
</Condition>
|
|
364
|
+
</Depend>
|
|
365
|
+
</Dependencies>
|
|
366
|
+
<Metadata>
|
|
367
|
+
<Value name='FlagExport'>false</Value>
|
|
368
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DataStoreDBNameDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
369
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.DeployToCloudSettingAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
370
|
+
<Value name='customReadOnlyResolver'>Artech.Genexus.Common.Resolvers.Readonly.CheckIfTrialStandardReadonlyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
371
|
+
<Value name='FlagBuildAction'>UpdateWebConfig</Value>
|
|
372
|
+
<Value name='FlagResetEnvironmentPropInNewVersion'>true</Value>
|
|
373
|
+
</Metadata>
|
|
374
|
+
</Prop>
|
|
375
|
+
<Prop>
|
|
376
|
+
<Id>USER_PASSWORD</Id>
|
|
377
|
+
<Name>User password</Name>
|
|
378
|
+
<Description>User password</Description>
|
|
379
|
+
<Type>Text</Type>
|
|
380
|
+
<Dependencies>
|
|
381
|
+
<Depend type='Not Show'>
|
|
382
|
+
<Cond>(context(ACCESS_TECHNO) == EMBEDDED_SQL) and (value(CONNECT_METHOD) == OPSYS)</Cond>
|
|
383
|
+
<Condition>
|
|
384
|
+
<Expression>
|
|
385
|
+
<Type>BooleanExpression</Type>
|
|
386
|
+
<FirstPart>
|
|
387
|
+
<Expression>
|
|
388
|
+
<Type>Comparison</Type>
|
|
389
|
+
<Operator>Equal</Operator>
|
|
390
|
+
<PropName source='context'>ACCESS_TECHNO</PropName>
|
|
391
|
+
<Value>EMBEDDED_SQL</Value>
|
|
392
|
+
</Expression>
|
|
393
|
+
</FirstPart>
|
|
394
|
+
<Operator>and</Operator>
|
|
395
|
+
<SecondPart>
|
|
396
|
+
<Expression>
|
|
397
|
+
<Type>Comparison</Type>
|
|
398
|
+
<Operator>Equal</Operator>
|
|
399
|
+
<PropName>CONNECT_METHOD</PropName>
|
|
400
|
+
<Value>OPSYS</Value>
|
|
401
|
+
</Expression>
|
|
402
|
+
</SecondPart>
|
|
403
|
+
</Expression>
|
|
404
|
+
</Condition>
|
|
405
|
+
</Depend>
|
|
406
|
+
<Depend type='Not Show'>
|
|
407
|
+
<Cond>context(TRUSTED_CONNECTION) == Yes</Cond>
|
|
408
|
+
<Condition>
|
|
409
|
+
<Expression>
|
|
410
|
+
<Type>Comparison</Type>
|
|
411
|
+
<Operator>Equal</Operator>
|
|
412
|
+
<PropName source='context'>TRUSTED_CONNECTION</PropName>
|
|
413
|
+
<Value>Yes</Value>
|
|
414
|
+
</Expression>
|
|
415
|
+
</Condition>
|
|
416
|
+
</Depend>
|
|
417
|
+
<Depend type='Required'>
|
|
418
|
+
<Cond>(context(ACCESS_TECHNO) == JDBC) or ((context(TRUSTED_CONNECTION) != Yes) and ((context(ACCESS_TECHNO) == ADONET) or (context(ACCESS_TECHNO) == Ruby)))</Cond>
|
|
419
|
+
<Condition>
|
|
420
|
+
<Expression>
|
|
421
|
+
<Type>BooleanExpression</Type>
|
|
422
|
+
<FirstPart>
|
|
423
|
+
<Expression>
|
|
424
|
+
<Type>Comparison</Type>
|
|
425
|
+
<Operator>Equal</Operator>
|
|
426
|
+
<PropName source='context'>ACCESS_TECHNO</PropName>
|
|
427
|
+
<Value>JDBC</Value>
|
|
428
|
+
</Expression>
|
|
429
|
+
</FirstPart>
|
|
430
|
+
<Operator>or</Operator>
|
|
431
|
+
<SecondPart>
|
|
432
|
+
<Expression>
|
|
433
|
+
<Type>BooleanExpression</Type>
|
|
434
|
+
<FirstPart>
|
|
435
|
+
<Expression>
|
|
436
|
+
<Type>Comparison</Type>
|
|
437
|
+
<Operator>NotEqual</Operator>
|
|
438
|
+
<PropName source='context'>TRUSTED_CONNECTION</PropName>
|
|
439
|
+
<Value>Yes</Value>
|
|
440
|
+
</Expression>
|
|
441
|
+
</FirstPart>
|
|
442
|
+
<Operator>and</Operator>
|
|
443
|
+
<SecondPart>
|
|
444
|
+
<Expression>
|
|
445
|
+
<Type>BooleanExpression</Type>
|
|
446
|
+
<FirstPart>
|
|
447
|
+
<Expression>
|
|
448
|
+
<Type>Comparison</Type>
|
|
449
|
+
<Operator>Equal</Operator>
|
|
450
|
+
<PropName source='context'>ACCESS_TECHNO</PropName>
|
|
451
|
+
<Value>ADONET</Value>
|
|
452
|
+
</Expression>
|
|
453
|
+
</FirstPart>
|
|
454
|
+
<Operator>or</Operator>
|
|
455
|
+
<SecondPart>
|
|
456
|
+
<Expression>
|
|
457
|
+
<Type>Comparison</Type>
|
|
458
|
+
<Operator>Equal</Operator>
|
|
459
|
+
<PropName source='context'>ACCESS_TECHNO</PropName>
|
|
460
|
+
<Value>Ruby</Value>
|
|
461
|
+
</Expression>
|
|
462
|
+
</SecondPart>
|
|
463
|
+
</Expression>
|
|
464
|
+
</SecondPart>
|
|
465
|
+
</Expression>
|
|
466
|
+
</SecondPart>
|
|
467
|
+
</Expression>
|
|
468
|
+
</Condition>
|
|
469
|
+
</Depend>
|
|
470
|
+
</Dependencies>
|
|
471
|
+
<Metadata>
|
|
472
|
+
<Value name='FlagShowInRequiredWizard'></Value>
|
|
473
|
+
<Value name='FlagExport'>false</Value>
|
|
474
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DataStoreUserPasswordDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
475
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.DeployToCloudSettingAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
476
|
+
<Value name='customReadOnlyResolver'>Artech.Genexus.Common.Resolvers.Readonly.CheckIfTrialStandardReadonlyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
477
|
+
<Value name='FlagResetEnvironmentPropInNewVersion'>true</Value>
|
|
478
|
+
</Metadata>
|
|
479
|
+
<Options>
|
|
480
|
+
<Option type='Password'/>
|
|
481
|
+
</Options>
|
|
482
|
+
</Prop>
|
|
483
|
+
<Prop>
|
|
484
|
+
<Id>DS_DBMS_ADDINFO</Id>
|
|
485
|
+
<Name>Additional connection string attributes</Name>
|
|
486
|
+
<Description>Additional connection string attributes</Description>
|
|
487
|
+
<Type>Text</Type>
|
|
488
|
+
<Dependencies>
|
|
489
|
+
<Depend type='Not Show'>
|
|
490
|
+
<Cond>(context(ACCESS_TECHNO) == JDBC) or (context(ACCESS_TECHNO) == EMBEDDED_SQL)</Cond>
|
|
491
|
+
<Condition>
|
|
492
|
+
<Expression>
|
|
493
|
+
<Type>BooleanExpression</Type>
|
|
494
|
+
<FirstPart>
|
|
495
|
+
<Expression>
|
|
496
|
+
<Type>Comparison</Type>
|
|
497
|
+
<Operator>Equal</Operator>
|
|
498
|
+
<PropName source='context'>ACCESS_TECHNO</PropName>
|
|
499
|
+
<Value>JDBC</Value>
|
|
500
|
+
</Expression>
|
|
501
|
+
</FirstPart>
|
|
502
|
+
<Operator>or</Operator>
|
|
503
|
+
<SecondPart>
|
|
504
|
+
<Expression>
|
|
505
|
+
<Type>Comparison</Type>
|
|
506
|
+
<Operator>Equal</Operator>
|
|
507
|
+
<PropName source='context'>ACCESS_TECHNO</PropName>
|
|
508
|
+
<Value>EMBEDDED_SQL</Value>
|
|
509
|
+
</Expression>
|
|
510
|
+
</SecondPart>
|
|
511
|
+
</Expression>
|
|
512
|
+
</Condition>
|
|
513
|
+
</Depend>
|
|
514
|
+
</Dependencies>
|
|
515
|
+
<Metadata>
|
|
516
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DataStoreConnStringAttsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
517
|
+
</Metadata>
|
|
518
|
+
</Prop>
|
|
519
|
+
</Children>
|
|
520
|
+
</Group>
|
|
521
|
+
<Group hidden='1'>
|
|
522
|
+
<Id>POOL</Id>
|
|
523
|
+
<Name>Server connection pooling</Name>
|
|
524
|
+
<Description>Server connection pooling</Description>
|
|
525
|
+
<Type>Group</Type>
|
|
526
|
+
<Dependencies>
|
|
527
|
+
<Depend type='Not Show'>
|
|
528
|
+
<Cond>context(ACCESS_TECHNO) != JDBC</Cond>
|
|
529
|
+
<Condition>
|
|
530
|
+
<Expression>
|
|
531
|
+
<Type>Comparison</Type>
|
|
532
|
+
<Operator>NotEqual</Operator>
|
|
533
|
+
<PropName source='context'>ACCESS_TECHNO</PropName>
|
|
534
|
+
<Value>JDBC</Value>
|
|
535
|
+
</Expression>
|
|
536
|
+
</Condition>
|
|
537
|
+
</Depend>
|
|
538
|
+
</Dependencies>
|
|
539
|
+
<Children>
|
|
540
|
+
<Prop hidden='1'>
|
|
541
|
+
<Id>PoolRWEnabled</Id>
|
|
542
|
+
<Name>Enable connection pooling</Name>
|
|
543
|
+
<Description>Enable connection pooling</Description>
|
|
544
|
+
<Type>Boolean</Type>
|
|
545
|
+
<Default>true</Default>
|
|
546
|
+
</Prop>
|
|
547
|
+
<Prop hidden='1'>
|
|
548
|
+
<Id>UnlimitedRWPool</Id>
|
|
549
|
+
<Name>Unlimited size</Name>
|
|
550
|
+
<Description>Unlimited size</Description>
|
|
551
|
+
<Type>Boolean</Type>
|
|
552
|
+
<Default>true</Default>
|
|
553
|
+
<Dependencies>
|
|
554
|
+
<Depend type='Not Show'>
|
|
555
|
+
<Cond>value(PoolRWEnabled) == false</Cond>
|
|
556
|
+
<Condition>
|
|
557
|
+
<Expression>
|
|
558
|
+
<Type>Comparison</Type>
|
|
559
|
+
<Operator>Equal</Operator>
|
|
560
|
+
<PropName>PoolRWEnabled</PropName>
|
|
561
|
+
<Value>false</Value>
|
|
562
|
+
</Expression>
|
|
563
|
+
</Condition>
|
|
564
|
+
</Depend>
|
|
565
|
+
</Dependencies>
|
|
566
|
+
</Prop>
|
|
567
|
+
<Prop hidden='1'>
|
|
568
|
+
<Id>POOLSIZE_RW</Id>
|
|
569
|
+
<Name>Size</Name>
|
|
570
|
+
<Description>Size</Description>
|
|
571
|
+
<Type>Integer</Type>
|
|
572
|
+
<Default>10</Default>
|
|
573
|
+
<Dependencies>
|
|
574
|
+
<Depend type='Not Show'>
|
|
575
|
+
<Cond>value(PoolRWEnabled) == false</Cond>
|
|
576
|
+
<Condition>
|
|
577
|
+
<Expression>
|
|
578
|
+
<Type>Comparison</Type>
|
|
579
|
+
<Operator>Equal</Operator>
|
|
580
|
+
<PropName>PoolRWEnabled</PropName>
|
|
581
|
+
<Value>false</Value>
|
|
582
|
+
</Expression>
|
|
583
|
+
</Condition>
|
|
584
|
+
</Depend>
|
|
585
|
+
<Depend type='Not Show'>
|
|
586
|
+
<Cond>value(UnlimitedRWPool) == true</Cond>
|
|
587
|
+
<Condition>
|
|
588
|
+
<Expression>
|
|
589
|
+
<Type>Comparison</Type>
|
|
590
|
+
<Operator>Equal</Operator>
|
|
591
|
+
<PropName>UnlimitedRWPool</PropName>
|
|
592
|
+
<Value>true</Value>
|
|
593
|
+
</Expression>
|
|
594
|
+
</Condition>
|
|
595
|
+
</Depend>
|
|
596
|
+
<Depend type='Invalid'>
|
|
597
|
+
<Value>0</Value>
|
|
598
|
+
<Cond>value(UnlimitedRWPool) == false</Cond>
|
|
599
|
+
<Condition>
|
|
600
|
+
<Expression>
|
|
601
|
+
<Type>Comparison</Type>
|
|
602
|
+
<Operator>Equal</Operator>
|
|
603
|
+
<PropName>UnlimitedRWPool</PropName>
|
|
604
|
+
<Value>false</Value>
|
|
605
|
+
</Expression>
|
|
606
|
+
</Condition>
|
|
607
|
+
</Depend>
|
|
608
|
+
</Dependencies>
|
|
609
|
+
</Prop>
|
|
610
|
+
<Prop hidden='1'>
|
|
611
|
+
<Id>POOL_STARTUP</Id>
|
|
612
|
+
<Name>Create all pool connections at startup</Name>
|
|
613
|
+
<Description>Create all pool connections at startup</Description>
|
|
614
|
+
<Type>Combo</Type>
|
|
615
|
+
<Default>No</Default>
|
|
616
|
+
<Values>
|
|
617
|
+
<Value id='No' desc='No'/>
|
|
618
|
+
<Value id='Yes' desc='Yes'/>
|
|
619
|
+
</Values>
|
|
620
|
+
<Dependencies>
|
|
621
|
+
<Depend type='Not Show'>
|
|
622
|
+
<Cond>value(PoolRWEnabled) == false</Cond>
|
|
623
|
+
<Condition>
|
|
624
|
+
<Expression>
|
|
625
|
+
<Type>Comparison</Type>
|
|
626
|
+
<Operator>Equal</Operator>
|
|
627
|
+
<PropName>PoolRWEnabled</PropName>
|
|
628
|
+
<Value>false</Value>
|
|
629
|
+
</Expression>
|
|
630
|
+
</Condition>
|
|
631
|
+
</Depend>
|
|
632
|
+
<Depend type='Not Show'>
|
|
633
|
+
<Cond>value(UnlimitedRWPool) == true</Cond>
|
|
634
|
+
<Condition>
|
|
635
|
+
<Expression>
|
|
636
|
+
<Type>Comparison</Type>
|
|
637
|
+
<Operator>Equal</Operator>
|
|
638
|
+
<PropName>UnlimitedRWPool</PropName>
|
|
639
|
+
<Value>true</Value>
|
|
640
|
+
</Expression>
|
|
641
|
+
</Condition>
|
|
642
|
+
</Depend>
|
|
643
|
+
</Dependencies>
|
|
644
|
+
</Prop>
|
|
645
|
+
<Prop hidden='1'>
|
|
646
|
+
<Id>RecycleRW</Id>
|
|
647
|
+
<Name>Recycle pool connections</Name>
|
|
648
|
+
<Description>Recycle pool connections</Description>
|
|
649
|
+
<Type>Boolean</Type>
|
|
650
|
+
<Default>true</Default>
|
|
651
|
+
<Dependencies>
|
|
652
|
+
<Depend type='Not Show'>
|
|
653
|
+
<Cond>value(PoolRWEnabled) == false</Cond>
|
|
654
|
+
<Condition>
|
|
655
|
+
<Expression>
|
|
656
|
+
<Type>Comparison</Type>
|
|
657
|
+
<Operator>Equal</Operator>
|
|
658
|
+
<PropName>PoolRWEnabled</PropName>
|
|
659
|
+
<Value>false</Value>
|
|
660
|
+
</Expression>
|
|
661
|
+
</Condition>
|
|
662
|
+
</Depend>
|
|
663
|
+
</Dependencies>
|
|
664
|
+
</Prop>
|
|
665
|
+
<Prop hidden='1'>
|
|
666
|
+
<Id>RecycleRWType</Id>
|
|
667
|
+
<Name>Recycle type</Name>
|
|
668
|
+
<Description>Recycle type</Description>
|
|
669
|
+
<Type>Combo</Type>
|
|
670
|
+
<Default>1</Default>
|
|
671
|
+
<Values>
|
|
672
|
+
<Value id='1' desc='By creation time'/>
|
|
673
|
+
<Value id='2' desc='By idle time'/>
|
|
674
|
+
</Values>
|
|
675
|
+
<Dependencies>
|
|
676
|
+
<Depend type='Not Show'>
|
|
677
|
+
<Cond>value(PoolRWEnabled) == false</Cond>
|
|
678
|
+
<Condition>
|
|
679
|
+
<Expression>
|
|
680
|
+
<Type>Comparison</Type>
|
|
681
|
+
<Operator>Equal</Operator>
|
|
682
|
+
<PropName>PoolRWEnabled</PropName>
|
|
683
|
+
<Value>false</Value>
|
|
684
|
+
</Expression>
|
|
685
|
+
</Condition>
|
|
686
|
+
</Depend>
|
|
687
|
+
<Depend type='Not Show'>
|
|
688
|
+
<Cond>value(RecycleRW) == false</Cond>
|
|
689
|
+
<Condition>
|
|
690
|
+
<Expression>
|
|
691
|
+
<Type>Comparison</Type>
|
|
692
|
+
<Operator>Equal</Operator>
|
|
693
|
+
<PropName>RecycleRW</PropName>
|
|
694
|
+
<Value>false</Value>
|
|
695
|
+
</Expression>
|
|
696
|
+
</Condition>
|
|
697
|
+
</Depend>
|
|
698
|
+
</Dependencies>
|
|
699
|
+
</Prop>
|
|
700
|
+
<Prop hidden='1'>
|
|
701
|
+
<Id>RecycleRWMin</Id>
|
|
702
|
+
<Name>Recycle time (minutes)</Name>
|
|
703
|
+
<Description>Recycle time (minutes)</Description>
|
|
704
|
+
<Type>Integer</Type>
|
|
705
|
+
<Default>30</Default>
|
|
706
|
+
<Dependencies>
|
|
707
|
+
<Depend type='Not Show'>
|
|
708
|
+
<Cond>value(PoolRWEnabled) == false</Cond>
|
|
709
|
+
<Condition>
|
|
710
|
+
<Expression>
|
|
711
|
+
<Type>Comparison</Type>
|
|
712
|
+
<Operator>Equal</Operator>
|
|
713
|
+
<PropName>PoolRWEnabled</PropName>
|
|
714
|
+
<Value>false</Value>
|
|
715
|
+
</Expression>
|
|
716
|
+
</Condition>
|
|
717
|
+
</Depend>
|
|
718
|
+
<Depend type='Not Show'>
|
|
719
|
+
<Cond>value(RecycleRW) == false</Cond>
|
|
720
|
+
<Condition>
|
|
721
|
+
<Expression>
|
|
722
|
+
<Type>Comparison</Type>
|
|
723
|
+
<Operator>Equal</Operator>
|
|
724
|
+
<PropName>RecycleRW</PropName>
|
|
725
|
+
<Value>false</Value>
|
|
726
|
+
</Expression>
|
|
727
|
+
</Condition>
|
|
728
|
+
</Depend>
|
|
729
|
+
<Depend type='Invalid'>
|
|
730
|
+
<Value>0</Value>
|
|
731
|
+
<Cond>value(UnlimitedRWPool) == false</Cond>
|
|
732
|
+
<Condition>
|
|
733
|
+
<Expression>
|
|
734
|
+
<Type>Comparison</Type>
|
|
735
|
+
<Operator>Equal</Operator>
|
|
736
|
+
<PropName>UnlimitedRWPool</PropName>
|
|
737
|
+
<Value>false</Value>
|
|
738
|
+
</Expression>
|
|
739
|
+
</Condition>
|
|
740
|
+
</Depend>
|
|
741
|
+
</Dependencies>
|
|
742
|
+
</Prop>
|
|
743
|
+
</Children>
|
|
744
|
+
</Group>
|
|
745
|
+
</Children>
|
|
746
|
+
</Group>
|
|
747
|
+
<Group>
|
|
748
|
+
<Id>DS_REORG_INFO</Id>
|
|
749
|
+
<Name>Creation/Reorganization information</Name>
|
|
750
|
+
<Description>Creation/Reorganization information</Description>
|
|
751
|
+
<Type>Group</Type>
|
|
752
|
+
<Dependencies>
|
|
753
|
+
<Depend type='Not Show'>
|
|
754
|
+
<Cond>value(MAIN_DS) == false</Cond>
|
|
755
|
+
<Condition>
|
|
756
|
+
<Expression>
|
|
757
|
+
<Type>Comparison</Type>
|
|
758
|
+
<Operator>Equal</Operator>
|
|
759
|
+
<PropName>MAIN_DS</PropName>
|
|
760
|
+
<Value>false</Value>
|
|
761
|
+
</Expression>
|
|
762
|
+
</Condition>
|
|
763
|
+
</Depend>
|
|
764
|
+
</Dependencies>
|
|
765
|
+
<Children>
|
|
766
|
+
<Prop>
|
|
767
|
+
<Id>PRIMARY_KEY_TYPE</Id>
|
|
768
|
+
<Name>Primary key definition</Name>
|
|
769
|
+
<Description>Primary key definition</Description>
|
|
770
|
+
<Type>Combo</Type>
|
|
771
|
+
<Default>PK</Default>
|
|
772
|
+
<Values>
|
|
773
|
+
<Value id='PK' desc='Primary key'/>
|
|
774
|
+
<Value id='IDX' desc='Index'/>
|
|
775
|
+
<Value id='CNST' desc='Constraint'/>
|
|
776
|
+
</Values>
|
|
777
|
+
</Prop>
|
|
778
|
+
<Prop>
|
|
779
|
+
<Id>DCL_REF_INT_DB</Id>
|
|
780
|
+
<Name>Declare referential integrity</Name>
|
|
781
|
+
<Description>Declare referential integrity</Description>
|
|
782
|
+
<Type>Combo</Type>
|
|
783
|
+
<Default>Yes</Default>
|
|
784
|
+
<Values>
|
|
785
|
+
<Value id='No' desc='No'/>
|
|
786
|
+
<Value id='Yes' desc='Yes'/>
|
|
787
|
+
<Value id='Remove' desc='Remove'/>
|
|
788
|
+
</Values>
|
|
789
|
+
</Prop>
|
|
790
|
+
<Prop>
|
|
791
|
+
<Id>COMMENT_ON</Id>
|
|
792
|
+
<Name>Generate COMMENT ON statements</Name>
|
|
793
|
+
<Description>Generate COMMENT ON statements</Description>
|
|
794
|
+
<Type>Combo</Type>
|
|
795
|
+
<Default>No</Default>
|
|
796
|
+
<Values>
|
|
797
|
+
<Value id='No' desc='No'/>
|
|
798
|
+
<Value id='Yes' desc='Yes'/>
|
|
799
|
+
</Values>
|
|
800
|
+
</Prop>
|
|
801
|
+
</Children>
|
|
802
|
+
</Group>
|
|
803
|
+
<Group hidden='1'>
|
|
804
|
+
<Id>DS_DATABASE_INFO</Id>
|
|
805
|
+
<Name>Database information</Name>
|
|
806
|
+
<Description>Database information</Description>
|
|
807
|
+
<Type>Group</Type>
|
|
808
|
+
<Children>
|
|
809
|
+
</Children>
|
|
810
|
+
</Group>
|
|
811
|
+
<Prop hidden='1'>
|
|
812
|
+
<Id>DS_LAST_CHANGE</Id>
|
|
813
|
+
<Name>Timestamp last change</Name>
|
|
814
|
+
<Type>Text</Type>
|
|
815
|
+
<Options>
|
|
816
|
+
<Option type='Not Show'/>
|
|
817
|
+
</Options>
|
|
818
|
+
</Prop>
|
|
819
|
+
</Children>
|
|
820
|
+
</Group>
|
|
821
|
+
</Object>
|
|
822
|
+
</Content>
|