Source Code Cross Referenced for RegisteredFormatIds.java in  » Database-DBMS » db-derby-10.2 » org » apache » derby » iapi » services » io » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Database DBMS » db derby 10.2 » org.apache.derby.iapi.services.io 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:
003:           Derby - Class org.apache.derby.iapi.services.io.RegisteredFormatIds
004:
005:           Licensed to the Apache Software Foundation (ASF) under one or more
006:           contributor license agreements.  See the NOTICE file distributed with
007:           this work for additional information regarding copyright ownership.
008:           The ASF licenses this file to you under the Apache License, Version 2.0
009:           (the "License"); you may not use this file except in compliance with
010:           the License.  You may obtain a copy of the License at
011:
012:              http://www.apache.org/licenses/LICENSE-2.0
013:
014:           Unless required by applicable law or agreed to in writing, software
015:           distributed under the License is distributed on an "AS IS" BASIS,
016:           WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
017:           See the License for the specific language governing permissions and
018:           limitations under the License.
019:
020:         */
021:
022:        package org.apache.derby.iapi.services.io;
023:
024:        import org.apache.derby.iapi.services.sanity.SanityManager;
025:        import org.apache.derby.iapi.services.info.JVMInfo;
026:
027:        /**
028:         Registration of TypedFormat classes.
029:
030:         <P>
031:         A TypedFormat is registered by placing a class name at the
032:         correct place in the correct array, driven by the base format number:
033:         <UL>
034:         <LI>2 byte - MIN_TWO_BYTE_FORMAT_ID - TwoByte
035:         </UL>
036:         The offset from the base format number (0 based) gives the offset in the array.
037:         <P>
038:         The class name is either:
039:         <UL>
040:         <LI> The actual class name of the TypeFormat.
041:         <LI> The name of a class that extends org.apache.derby.iapi.services.io.FormatableInstanceGetter.
042:         In this case the monitor will register an instance of the class after calling its
043:         setFormatId() method with format id it is registered as.
044:         </UL>
045:         */
046:
047:        public interface RegisteredFormatIds {
048:
049:            /* one byte  format identifiers never used
050:             String[] OneByte = {
051:             };
052:             */
053:
054:            String[] TwoByte = {
055:                    /* 0 */null, // null marker
056:                    /* 1 */null, // String marker
057:                    /* 2 */null, // Serializable marker
058:                    /* 3 */null,
059:                    /* 4 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
060:                    /* 5 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
061:                    /* 6 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
062:                    /* 7 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
063:                    /* 8 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
064:                    /* 9 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
065:                    /* 10 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
066:                    /* 11 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
067:                    /* 12 */null,
068:                    /* 13 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
069:                    /* 14 */"org.apache.derby.catalog.types.TypeDescriptorImpl",
070:                    /* 15 */"org.apache.derby.impl.store.access.PC_XenaVersion",
071:                    /* 16 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
072:                    /* 17 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
073:                    /* 18 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
074:                    /* 19 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
075:                    /* 20 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
076:                    /* 21 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
077:                    /* 22 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
078:                    /* 23 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
079:                    /* 24 */null,
080:                    /* 25 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
081:                    /* 26 */null,
082:                    /* 27 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
083:                    /* 28 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
084:                    /* 29 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
085:                    /* 30 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
086:                    /* 31 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
087:                    /* 32 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
088:                    /* 33 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
089:                    /* 34 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
090:                    /* 35 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
091:                    /* 36 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
092:                    /* 37 */"org.apache.derby.impl.sql.execute.DeleteConstantAction",
093:                    /* 38 */"org.apache.derby.impl.sql.execute.InsertConstantAction",
094:                    /* 39 */"org.apache.derby.impl.sql.execute.UpdateConstantAction",
095:                    /* 40 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
096:                    /* 41 */null,
097:                    /* 42 */null,
098:                    /* 43 */null,
099:                    /* 44 */null,
100:                    /* 45 */null,
101:                    /* 46 */null,
102:                    /* 47 */null,
103:                    /* 48 */null,
104:                    /* 49 */null,
105:                    /* 50 */null,
106:                    /* 51 */null,
107:                    /* 52 */null,
108:                    /* 53 */null,
109:                    /* 54 */null,
110:                    /* 55 */null,
111:                    /* 56 */null,
112:                    /* 57 */null,
113:                    /* 58 */null,
114:                    /* 59 */null,
115:                    /* 60 */null,
116:                    /* 61 */null,
117:                    /* 62 */null,
118:                    /* 63 */null,
119:                    /* 64 */null,
120:                    /* 65 */null,
121:                    /* 66 */null,
122:                    /* 67 */null,
123:                    /* 68 */null,
124:                    /* 69 */null,
125:                    /* 70 */null,
126:                    /* 71 */null,
127:                    /* 72 */null,
128:                    /* 73 */null,
129:                    /* 74 */null,
130:                    /* 75 */null,
131:                    /* 76 */null,
132:                    /* 77 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
133:                    /* 78 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
134:                    /* 79 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
135:                    /* 80 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
136:                    /* 81 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
137:                    /* 82 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
138:                    /* 83 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
139:                    /* 84 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
140:                    /* 85 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
141:                    /* 86 */null,
142:                    /* 87 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
143:                    /* 88 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
144:                    /* 89 */"org.apache.derby.iapi.types.SQLLongint",
145:                    /* 90 */"org.apache.derby.impl.store.access.heap.HeapClassInfo",
146:                    /* 91 */"org.apache.derby.impl.store.access.heap.Heap",
147:                    /* 92 */null,
148:                    /* 93 */"org.apache.derby.impl.store.access.StorableFormatId",
149:                    /* 94 */null,
150:                    /* 95 */"org.apache.derby.impl.store.access.btree.index.B2IUndo",
151:                    /* 96 */null,
152:                    /* 97 */"org.apache.derby.impl.store.raw.data.ChainAllocPageOperation",
153:                    /* 98 */null,
154:                    /* 99 */null,
155:                    /* 100 */null,
156:                    /* 101 */"org.apache.derby.impl.store.raw.data.DeleteOperation",
157:                    /* 102 */"org.apache.derby.impl.store.raw.xact.EndXact",
158:                    /* 103 */"org.apache.derby.impl.store.raw.data.InsertOperation",
159:                    /* 104 */"org.apache.derby.impl.store.raw.data.LogicalUndoOperation",
160:                    /* 105 */"org.apache.derby.impl.store.raw.data.PhysicalUndoOperation",
161:                    /* 106 */"org.apache.derby.impl.store.raw.data.PurgeOperation",
162:                    /* 107 */"org.apache.derby.impl.store.raw.data.ContainerUndoOperation",
163:                    /* 108 */"org.apache.derby.impl.store.raw.data.UpdateOperation",
164:                    /* 109 */"org.apache.derby.impl.store.raw.data.UpdateFieldOperation",
165:                    /* 110 */null,
166:                    /* 111 */"org.apache.derby.impl.store.raw.data.AllocPageOperation",
167:                    /* 112 */null,
168:                    /* 113 */"org.apache.derby.impl.store.raw.data.InvalidatePageOperation",
169:                    /* 114 */"org.apache.derby.impl.store.raw.log.SaveLWMOperation",
170:                    /* 115 */null,
171:                    /* 116 */null,
172:                    /* 117 */"org.apache.derby.impl.store.raw.data.StoredPage",
173:                    /* 118 */"org.apache.derby.impl.store.raw.data.AllocPage",
174:                    /* 119 */null,
175:                    /* 120 */null,
176:                    /* 121 */null,
177:                    /* 122 */null,
178:                    /* 123 */null,
179:                    /* 124 */null,
180:                    /* 125 */null,
181:                    /* 126 */null,
182:                    /* 127 */null,
183:                    /* 128 */null,
184:                    /* 129 */"org.apache.derby.impl.store.raw.log.LogRecord",
185:                    /* 130 */"org.apache.derby.impl.store.raw.log.LogCounter",
186:                    /* 131 */"org.apache.derby.impl.services.uuid.BasicUUIDGetter", // InstanceGetter
187:                    /* 132 */null,
188:                    /* 133 */"org.apache.derby.impl.store.access.btree.LeafControlRow",
189:                    /* 134 */"org.apache.derby.impl.store.access.btree.BranchControlRow",
190:                    /* 135 */"org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo", // InstanceGetter
191:                    /* 136 */"org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo", // InstanceGetter
192:                    /* 137 */"org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo", // InstanceGetter
193:                    /* 138 */null,
194:                    /* 139 */null,
195:                    /* 140 */null,
196:                    /* 141 */null,
197:                    /* 142 */null,
198:                    /* 143 */null,
199:                    /* 144 */null,
200:                    /* 145 */"org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo", // InstanceGetter
201:                    /* 146 */null,
202:                    /* 147 */"org.apache.derby.impl.store.raw.xact.XactId",
203:                    /* 148 */null,
204:                    /* 149 */"org.apache.derby.impl.sql.execute.AvgAggregator",
205:                    /* 150 */null,
206:                    /* 151 */"org.apache.derby.impl.sql.execute.CountAggregator",
207:                    /* 152 */"org.apache.derby.impl.sql.execute.MaxMinAggregator",
208:                    /* 153 */null,
209:                    /* 154 */"org.apache.derby.impl.sql.execute.SumAggregator",
210:                    /* 155 */null,
211:                    /* 156 */null,
212:                    /* 157 */null,
213:                    /* 158 */null,
214:                    /* 159 */null,
215:                    /* 160 */null,
216:                    /* 161 */null,
217:                    /* 162 */null,
218:                    /* 163 */null,
219:                    /* 164 */null,
220:                    /* 165 */null,
221:                    /* 166 */null,
222:                    /* 167 */null,
223:                    /* 168 */null,
224:                    /* 169 */"org.apache.derby.impl.store.raw.xact.BeginXact",
225:                    /* 170 */null,
226:                    /* 171 */null,
227:                    /* 172 */null,
228:                    /* 173 */"org.apache.derby.impl.sql.execute.rts.RunTimeStatisticsImpl",
229:                    /* 174 */null,
230:                    /* 175 */null,
231:                    /* 176 */null,
232:                    /* 177 */"org.apache.derby.impl.sql.execute.rts.RealProjectRestrictStatistics",
233:                    /* 178 */"org.apache.derby.impl.sql.execute.rts.RealSortStatistics",
234:                    /* 179 */"org.apache.derby.impl.sql.execute.rts.RealTableScanStatistics",
235:                    /* 180 */"org.apache.derby.impl.sql.execute.rts.RealNestedLoopJoinStatistics",
236:                    /* 181 */"org.apache.derby.impl.sql.execute.rts.RealIndexRowToBaseRowStatistics",
237:                    /* 182 */"org.apache.derby.impl.sql.execute.rts.RealAnyResultSetStatistics",
238:                    /* 183 */"org.apache.derby.impl.sql.execute.rts.RealOnceResultSetStatistics",
239:                    /* 184 */"org.apache.derby.impl.sql.execute.rts.RealCurrentOfStatistics",
240:                    /* 185 */"org.apache.derby.impl.sql.execute.rts.RealRowResultSetStatistics",
241:                    /* 186 */"org.apache.derby.impl.sql.execute.rts.RealUnionResultSetStatistics",
242:                    /* 187 */"org.apache.derby.impl.sql.execute.rts.RealNestedLoopLeftOuterJoinStatistics",
243:                    /* 188 */"org.apache.derby.impl.sql.execute.rts.RealNormalizeResultSetStatistics",
244:                    /* 189 */"org.apache.derby.impl.sql.execute.rts.RealInsertResultSetStatistics",
245:                    /* 190 */"org.apache.derby.impl.sql.execute.rts.RealUpdateResultSetStatistics",
246:                    /* 191 */"org.apache.derby.impl.sql.execute.rts.RealDeleteResultSetStatistics",
247:                    /* 192 */null,
248:                    /* 193 */null,
249:                    /* 194 */null,
250:                    /* 195 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
251:                    /* 196 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
252:                    /* 197 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
253:                    /* 198 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
254:                    /* 199 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter,
255:                    /* 200 */null, // DECIMAL - register dynamically by DataValueFactory implementation
256:                    /* 201 */null,
257:                    /* 202 */"org.apache.derby.iapi.types.UserType",
258:                    /* 203 */"org.apache.derby.impl.sql.execute.rts.RealHashScanStatistics",
259:                    /* 204 */null,
260:                    /* 205 */"org.apache.derby.catalog.types.ReferencedColumnsDescriptorImpl",
261:                    /* 206 */null,
262:                    /* 207 */null,
263:                    /* 208 */"org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo", // InstanceGetter
264:                    /* 209 */null,
265:                    /* 210 */"org.apache.derby.impl.store.raw.data.CopyRowsOperation",
266:                    /* 211 */null,
267:                    /* 212 */null,
268:                    /* 213 */"org.apache.derby.impl.sql.execute.ReplaceJarConstantAction",
269:                    /* 214 */"org.apache.derby.impl.sql.execute.rts.RealVTIStatistics",
270:                    /* 215 */null,
271:                    /* 216 */null,
272:                    /* 217 */null,
273:                    /* 218 */"org.apache.derby.impl.sql.execute.IndexColumnOrder",
274:                    /* 219 */"org.apache.derby.iapi.util.ByteArray",
275:                    /* 220 */null,
276:                    /* 221 */null,
277:                    /* 222 */null,
278:                    /* 223 */"org.apache.derby.impl.sql.execute.AggregatorInfo",
279:                    /* 224 */"org.apache.derby.impl.sql.execute.AggregatorInfoList",
280:                    /* 225 */"org.apache.derby.impl.sql.GenericStorablePreparedStatement",
281:                    /* 226 */"org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo", // InstanceGetter
282:                    /* 227 */null,
283:                    /* 228 */"org.apache.derby.impl.sql.GenericResultDescription",
284:                    /* 229 */null,
285:                    /* 230 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
286:                    /* 231 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
287:                    /* 232 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
288:                    /* 233 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
289:                    /* 234 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter,
290:                    /* 235 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter,
291:                    /* 236 */null,
292:                    /* 237 */"org.apache.derby.impl.sql.execute.ValueRow",
293:                    /* 238 */"org.apache.derby.impl.sql.execute.IndexRow",
294:                    /* 239 */null,
295:                    /* 240 */null,
296:                    /* 241 */"org.apache.derby.impl.store.raw.data.InitPageOperation",
297:                    /* 242 */"org.apache.derby.impl.store.raw.data.ContainerOperation",
298:                    /* 243 */null,
299:                    /* 244 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
300:                    /* 245 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
301:                    /* 246 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
302:                    /* 247 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
303:                    /* 248 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
304:                    /* 249 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
305:                    /* 250 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
306:                    /* 251 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
307:                    /* 252 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
308:                    /* 253 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
309:                    /* 254 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
310:                    /* 255 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
311:                    /* 256 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
312:                    /* 257 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
313:                    /* 258 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
314:                    /* 259 */"org.apache.derby.iapi.types.DataTypeDescriptor",
315:                    /* 260 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
316:                    /* 261 */"org.apache.derby.impl.store.raw.xact.TransactionTableEntry",
317:                    /* 262 */"org.apache.derby.impl.store.raw.xact.TransactionTable",
318:                    /* 263 */"org.apache.derby.impl.store.raw.log.CheckpointOperation",
319:                    /* 264 */"org.apache.derby.catalog.types.UserDefinedTypeIdImpl",
320:                    /* 265 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
321:                    /* 266 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
322:                    /* 267 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
323:                    /* 268 */"org.apache.derby.iapi.sql.dictionary.IndexRowGenerator",
324:                    /* 269 */"org.apache.derby.iapi.services.io.FormatableBitSet",
325:                    /* 270 */"org.apache.derby.iapi.services.io.FormatableArrayHolder",
326:                    /* 271 */"org.apache.derby.iapi.services.io.FormatableProperties",
327:                    /* 272 */null,
328:                    /* 273 */"org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo", // InstanceGetter
329:                    /* 274 */null,
330:                    /* 275 */null,
331:                    /* 276 */null,
332:                    /* 277 */null,
333:                    /* 278 */"org.apache.derby.impl.sql.execute.ConstraintInfo",
334:                    /* 279 */null,
335:                    /* 280 */null,
336:                    /* 281 */null,
337:                    /* 282 */"org.apache.derby.impl.sql.execute.FKInfo",
338:                    /* 283 */"org.apache.derby.impl.sql.execute.rts.RealScalarAggregateStatistics",
339:                    /* 284 */"org.apache.derby.impl.sql.execute.rts.RealDistinctScalarAggregateStatistics",
340:                    /* 285 */"org.apache.derby.impl.sql.execute.rts.RealGroupedAggregateStatistics",
341:                    /* 286 */null,
342:                    /* 287 */"org.apache.derby.impl.store.raw.data.SetReservedSpaceOperation",
343:                    /* 288 */null,
344:                    /* 289 */null,
345:                    /* 290 */null,
346:                    /* 291 */"org.apache.derby.impl.store.raw.data.RemoveFileOperation",
347:                    /* 292 */null,
348:                    /* 293 */null,
349:                    /* 294 */null,
350:                    /* 295 */null,
351:                    /* 296 */"org.apache.derby.impl.sql.CursorTableReference",
352:                    /* 297 */"org.apache.derby.impl.sql.CursorInfo",
353:                    /* 298 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
354:                    /* 299 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
355:                    /* 300 */null,
356:                    /* 301 */null,
357:                    /* 302 */null,
358:                    /* 303 */"org.apache.derby.iapi.services.io.FormatableIntHolder",
359:                    /* 304 */"org.apache.derby.impl.sql.execute.rts.RealHashJoinStatistics",
360:                    /* 305 */"org.apache.derby.impl.sql.execute.rts.RealHashLeftOuterJoinStatistics",
361:                    /* 306 */"org.apache.derby.impl.sql.execute.rts.RealHashTableStatistics",
362:                    /* 307 */"org.apache.derby.iapi.types.JSQLType",
363:                    /* 308 */"org.apache.derby.impl.sql.execute.rts.RealMaterializedResultSetStatistics",
364:                    /* 309 */null,
365:                    /* 310 */null,
366:                    /* 311 */null,
367:                    /* 312 */"org.apache.derby.catalog.types.MethodAliasInfo",
368:                    /* 313 */"org.apache.derby.iapi.services.io.FormatableHashtable",
369:                    /* 314 */null,
370:                    /* 315 */null,
371:                    /* 316 */"org.apache.derby.iapi.sql.dictionary.TriggerDescriptor",
372:                    /* 317 */"org.apache.derby.impl.sql.execute.TriggerInfo",
373:                    /* 318 */null,
374:                    /* 319 */null,
375:                    /* 320 */"org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo", // InstanceGetter
376:                    /* 321 */null,
377:                    /* 322 */null,
378:                    /* 323 */null,
379:                    /* 324 */null,
380:                    /* 325 */"org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo", // InstanceGetter
381:                    /* 326 */"org.apache.derby.catalog.types.DefaultInfoImpl",
382:                    /* 327 */"org.apache.derby.impl.sql.execute.rts.RealLastIndexKeyScanStatistics",
383:                    /* 328 */"org.apache.derby.impl.store.raw.xact.GlobalXactId",
384:                    /* 329 */"org.apache.derby.iapi.services.io.FormatableLongHolder",
385:                    /* 330 */"org.apache.derby.impl.sql.execute.rts.RealScrollInsensitiveResultSetStatistics",
386:                    /* 331 */null,
387:                    /* 332 */null,
388:                    /* 333 */null,
389:                    /* 334 */"org.apache.derby.impl.sql.execute.rts.RealDistinctScanStatistics",
390:                    /* 335 */null,
391:                    /* 336 */null,
392:                    /* 337 */null,
393:                    /* 338 */null,
394:                    /* 339 */null,
395:                    /* 340 */null,
396:                    /* 341 */null,
397:                    /* 342 */null,
398:                    /* 343 */null,
399:                    /* 344 */null,
400:                    /* 345 */null,
401:                    /* 346 */null,
402:                    /* 347 */null,
403:                    /* 348 */null,
404:                    /* 349 */null,
405:                    /* 350 */null,
406:                    /* 351 */null,
407:                    /* 352 */null,
408:                    /* 353 */null,
409:                    /* 354 */null,
410:                    /* 355 */null,
411:                    /* 356 */null,
412:                    /* 357 */null,
413:                    /* 358 */"org.apache.derby.impl.sql.execute.ColumnInfo",
414:                    /* 359 */"org.apache.derby.impl.sql.depend.DepClassInfo",
415:                    /* 360 */"org.apache.derby.impl.store.access.btree.index.B2IStaticCompiledInfo",
416:                    /* 361 */null, // SQLData marker
417:                    /* 362 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
418:                    /* 363 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter,
419:                    /* 364 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter,
420:                    /* 365 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter,
421:                    /* 366 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
422:                    /* 367 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
423:                    /* 368 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
424:                    /* 369 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
425:                    /* 370 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
426:                    /* 371 */"org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo", // InstanceGetter
427:                    /* 372 */null,
428:                    /* 373 */null,
429:                    /* 374 */null,
430:                    /* 375 */"org.apache.derby.impl.sql.execute.UpdatableVTIConstantAction",
431:                    /* 376 */null,
432:                    /* 377 */null,
433:                    /* 378 */null,
434:                    /* 379 */"org.apache.derby.impl.sql.execute.rts.RealInsertVTIResultSetStatistics",
435:                    /* 380 */"org.apache.derby.impl.sql.execute.rts.RealDeleteVTIResultSetStatistics",
436:                    /* 381 */null, // Unused,
437:                    /* 382 */null, // Unused
438:                    /* 383 */"org.apache.derby.impl.sql.GenericColumnDescriptor",
439:                    /* 384 */null, // Unused,
440:                    /* 385 */null,
441:                    /* 386 */null,
442:                    /* 387 */"org.apache.derby.catalog.types.IndexDescriptorImpl",
443:                    /* 388 */"org.apache.derby.impl.store.access.btree.index.B2I",
444:                    /* 389 */null,
445:                    /* 390 */null,
446:                    /* 391 */null,
447:                    /* 392 */null,
448:                    /* 393 */"org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo", // InstanceGetter
449:                    /* 394 */null,
450:                    /* 395 */null,
451:                    /* 396 */null, // Unused
452:                    /* 397 */"org.apache.derby.catalog.types.StatisticsImpl",
453:                    /* 398 */null,
454:                    /* 399 */null,
455:                    /* 400 */null,
456:                    /* 401 */"org.apache.derby.impl.sql.catalog.DD_Version",
457:                    /* 402 */"org.apache.derby.impl.sql.catalog.DD_Version",
458:                    /* 403 + 0 */null,
459:                    /* 1 */null,
460:                    /* 2 */null,
461:                    /* 3 */null,
462:                    /* 4 */null,
463:                    /* 5 */null,
464:                    /* 6 */null,
465:                    /* 7 */null,
466:                    /* 8 */null,
467:                    /* 9 */null,
468:                    /* 10 */null,
469:                    /* 11 */null,
470:                    /* 12 */null,
471:                    /* 13 */null,
472:                    /* 14 */null,
473:                    /* 15 */null,
474:                    /* 16 */null,
475:                    /* 17 */null,
476:                    /* 18 */null,
477:                    /* 19 */null,
478:                    /* 20 */null,
479:                    /* 21 */null,
480:                    /* 22 */null,
481:                    /* 23 */null,
482:                    /* 24 */null,
483:                    /* 25 */null,
484:                    /* 26 */null,
485:                    /* 27 */null,
486:                    /* 28 */null,
487:                    /* 29 */null,
488:                    /* 30 */null,
489:                    /* 31 */null,
490:                    /* 32 */null,
491:                    /* 33 */null,
492:                    /* 403 + 34 */null,
493:                    /* 438 */null,
494:                    /* 439 */"org.apache.derby.impl.sql.execute.rts.RealDeleteCascadeResultSetStatistics",
495:
496:                    /// --- BLOB is copying LONGVARBIT in implementation
497:                    /* 440 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter, BLOB_TYPE_ID
498:                    /* 441 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter, BLOB_COMPILATION_TYPE_ID
499:                    /* 442 */"org.apache.derby.catalog.types.TypesImplInstanceGetter", // BLOB_TYPE_ID_IMPL
500:                    /* 443 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter, SQL_BLOB_ID
501:
502:                    /// --- CLOB is copying LONGVARCHAR in implementation
503:                    /* 444 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
504:                    /* 445 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
505:                    /* 446 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
506:                    /* 447 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter,
507:
508:                    /// --- NLOB is copying NATIONAL LONGVARCHAR in implementation
509:
510:                    /* 448 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter
511:                    /* 449 */"org.apache.derby.catalog.types.TypesImplInstanceGetter",
512:                    /* 450 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter,
513:
514:                    /* 451 */"org.apache.derby.catalog.types.RoutineAliasInfo",
515:                    /* 452 */null,
516:                    /* 453 */"org.apache.derby.impl.store.raw.log.ChecksumOperation",
517:                    /* 454 */"org.apache.derby.impl.store.raw.data.CompressSpacePageOperation",
518:                    /* 455 */"org.apache.derby.catalog.types.SynonymAliasInfo",
519:                    /* 456 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter, XML_TYPE_ID
520:                    /* 457 */"org.apache.derby.catalog.types.TypesImplInstanceGetter", // XML_TYPE_ID_IMPL
521:                    /* 458 */"org.apache.derby.iapi.types.DTSClassInfo", //InstanceGetter, XML_ID
522:                    /* 459 */"org.apache.derby.impl.store.raw.data.EncryptContainerOperation",
523:                    /* 460 */"org.apache.derby.impl.store.raw.data.EncryptContainerUndoOperation",
524:                    /* 461 */"org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo",
525:                    /* 462 */"org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo",
526:                    /* 463 */"org.apache.derby.impl.sql.catalog.CoreDDFinderClassInfo",
527:                    /* 464 */"org.apache.derby.iapi.types.SqlXmlUtil", };
528:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.