EMMA Coverage Report (generated Mon Mar 20 21:34:30 PST 2006)
[all classes][com.moesol.bindings.microsoft.dao]

COVERAGE SUMMARY FOR SOURCE FILE [_TableDef.java]

nameclass, %method, %block, %line, %
_TableDef.java0%   (0/3)0%   (0/41)0%   (0/379)0%   (0/104)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class _TableDef$10%   (0/1)100% (0/0)100% (0/0)100% (0/0)
     
class _TableDef$Disp0%   (0/1)0%   (0/3)0%   (0/166)0%   (0/30)
<static initializer> 0%   (0/1)0%   (0/5)0%   (0/1)
_TableDef$Disp (): void 0%   (0/1)0%   (0/159)0%   (0/28)
instance (): IUnknown$Disp 0%   (0/1)0%   (0/2)0%   (0/1)
     
class _TableDef$Jni0%   (0/1)0%   (0/38)0%   (0/213)0%   (0/74)
CreateField (): Field 0%   (0/1)0%   (0/6)0%   (0/1)
CreateField (Object): Field 0%   (0/1)0%   (0/6)0%   (0/1)
CreateField (Object, Object): Field 0%   (0/1)0%   (0/6)0%   (0/1)
CreateField (Object, Object, Object): Field 0%   (0/1)0%   (0/8)0%   (0/2)
CreateIndex (): Index 0%   (0/1)0%   (0/4)0%   (0/1)
CreateIndex (Object): Index 0%   (0/1)0%   (0/6)0%   (0/2)
CreateProperty (): Property 0%   (0/1)0%   (0/7)0%   (0/1)
CreateProperty (Object): Property 0%   (0/1)0%   (0/7)0%   (0/1)
CreateProperty (Object, Object): Property 0%   (0/1)0%   (0/7)0%   (0/1)
CreateProperty (Object, Object, Object): Property 0%   (0/1)0%   (0/7)0%   (0/1)
CreateProperty (Object, Object, Object, Object): Property 0%   (0/1)0%   (0/9)0%   (0/2)
OpenRecordset (): Recordset 0%   (0/1)0%   (0/5)0%   (0/1)
OpenRecordset (Object): Recordset 0%   (0/1)0%   (0/5)0%   (0/1)
OpenRecordset (Object, Object): Recordset 0%   (0/1)0%   (0/7)0%   (0/2)
RefreshLink (): void 0%   (0/1)0%   (0/5)0%   (0/3)
_TableDef$Jni (): void 0%   (0/1)0%   (0/3)0%   (0/2)
getAttributes (): int 0%   (0/1)0%   (0/5)0%   (0/2)
getConflictTable (): String 0%   (0/1)0%   (0/5)0%   (0/2)
getConnect (): String 0%   (0/1)0%   (0/5)0%   (0/2)
getDateCreated (): Object 0%   (0/1)0%   (0/5)0%   (0/2)
getFields (): Fields 0%   (0/1)0%   (0/5)0%   (0/2)
getIndexes (): Indexes 0%   (0/1)0%   (0/5)0%   (0/2)
getLastUpdated (): Object 0%   (0/1)0%   (0/5)0%   (0/2)
getName (): String 0%   (0/1)0%   (0/5)0%   (0/2)
getRecordCount (): int 0%   (0/1)0%   (0/5)0%   (0/2)
getReplicaFilter (): Object 0%   (0/1)0%   (0/5)0%   (0/2)
getSourceTableName (): String 0%   (0/1)0%   (0/5)0%   (0/2)
getUpdatable (): boolean 0%   (0/1)0%   (0/5)0%   (0/2)
getValidationRule (): String 0%   (0/1)0%   (0/5)0%   (0/2)
getValidationText (): String 0%   (0/1)0%   (0/5)0%   (0/2)
internalOnSetInterface (): void 0%   (0/1)0%   (0/3)0%   (0/2)
setAttributes (int): void 0%   (0/1)0%   (0/6)0%   (0/3)
setConnect (String): void 0%   (0/1)0%   (0/6)0%   (0/3)
setName (String): void 0%   (0/1)0%   (0/6)0%   (0/3)
setReplicaFilter (Object): void 0%   (0/1)0%   (0/6)0%   (0/3)
setSourceTableName (String): void 0%   (0/1)0%   (0/6)0%   (0/3)
setValidationRule (String): void 0%   (0/1)0%   (0/6)0%   (0/3)
setValidationText (String): void 0%   (0/1)0%   (0/6)0%   (0/3)

1// tlb2java
2package com.moesol.bindings.microsoft.dao;
3 
4 
5/**
6 * <code>IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface</code>
7 */
8public interface _TableDef extends com.moesol.bindings.microsoft.dao._DAO {
9    public static final Class TYPELIB = TYPELIB_00025E01_0000_0000_C000_000000000046.class;
10    /**
11     * <code>IDL: [uuid(00000049-0000-0010-8000-00AA006D2EA4)]</code>
12     */
13    public static final com.moesol.bindings.platform_sdk.component_services.GUID IID = new com.moesol.bindings.platform_sdk.component_services.GUID(
14        0x00000049, (short)0x0000, (short)0x0010,
15         new byte[] {
16            (byte)0x80, (byte)0x00, 
17            (byte)0x00, (byte)0xaa, (byte)0x00, (byte)0x6d, (byte)0x2e, (byte)0xa4
18         } );
19 
20    /**
21     * <code>IDL: [ helpstring("") ]</code>
22     *
23     * @return 
24     *     <code>IDL: [out] [retval] LONG*</code>
25     */
26    public int getAttributes();
27 
28    /**
29     * <code>IDL: [ helpstring("") ]</code>
30     *
31     * @param pl
32     *     <code>IDL: [in] LONG</code>
33     */
34    public void setAttributes(
35                /*[in]*/ int pl);
36 
37    /**
38     * <code>IDL: [ helpstring("") ]</code>
39     *
40     * @return 
41     *     <code>IDL: [out] [retval] BSTR*</code>
42     */
43    public String getConnect();
44 
45    /**
46     * <code>IDL: [ helpstring("") ]</code>
47     *
48     * @param pbstr
49     *     <code>IDL: [in] BSTR</code>
50     */
51    public void setConnect(
52                /*[in]*/ String pbstr);
53 
54    /**
55     * <code>IDL: [ helpstring("") ]</code>
56     *
57     * @return 
58     *     <code>IDL: [out] [retval] VARIANT*</code>
59     */
60    public Object getDateCreated();
61 
62    /**
63     * <code>IDL: [ helpstring("") ]</code>
64     *
65     * @return 
66     *     <code>IDL: [out] [retval] VARIANT*</code>
67     */
68    public Object getLastUpdated();
69 
70    /**
71     * <code>IDL: [ helpstring("") ]</code>
72     *
73     * @return 
74     *     <code>IDL: [out] [retval] BSTR*</code>
75     */
76    public String getName();
77 
78    /**
79     * <code>IDL: [ helpstring("") ]</code>
80     *
81     * @param pbstr
82     *     <code>IDL: [in] BSTR</code>
83     */
84    public void setName(
85                /*[in]*/ String pbstr);
86 
87    /**
88     * <code>IDL: [ helpstring("") ]</code>
89     *
90     * @return 
91     *     <code>IDL: [out] [retval] BSTR*</code>
92     */
93    public String getSourceTableName();
94 
95    /**
96     * <code>IDL: [ helpstring("") ]</code>
97     *
98     * @param pbstr
99     *     <code>IDL: [in] BSTR</code>
100     */
101    public void setSourceTableName(
102                /*[in]*/ String pbstr);
103 
104    /**
105     * <code>IDL: [ helpstring("") ]</code>
106     *
107     * @return 
108     *     <code>IDL: [out] [retval] VARIANT_BOOL*</code>
109     */
110    public boolean getUpdatable();
111 
112    /**
113     * <code>IDL: [ helpstring("") ]</code>
114     *
115     * @return 
116     *     <code>IDL: [out] [retval] BSTR*</code>
117     */
118    public String getValidationText();
119 
120    /**
121     * <code>IDL: [ helpstring("") ]</code>
122     *
123     * @param pbstr
124     *     <code>IDL: [in] BSTR</code>
125     */
126    public void setValidationText(
127                /*[in]*/ String pbstr);
128 
129    /**
130     * <code>IDL: [ helpstring("") ]</code>
131     *
132     * @return 
133     *     <code>IDL: [out] [retval] BSTR*</code>
134     */
135    public String getValidationRule();
136 
137    /**
138     * <code>IDL: [ helpstring("") ]</code>
139     *
140     * @param pbstr
141     *     <code>IDL: [in] BSTR</code>
142     */
143    public void setValidationRule(
144                /*[in]*/ String pbstr);
145 
146    /**
147     * <code>IDL: [ helpstring("") ]</code>
148     *
149     * @return 
150     *     <code>IDL: [out] [retval] LONG*</code>
151     */
152    public int getRecordCount();
153 
154    /**
155     * <code>IDL: [ helpstring("") ]</code>
156     *
157     * @return 
158     *     <code>IDL: [out] [retval] Fields**</code>
159     */
160    public com.moesol.bindings.microsoft.dao.Fields getFields();
161 
162    /**
163     * <code>IDL: [ helpstring("") ]</code>
164     *
165     * @return 
166     *     <code>IDL: [out] [retval] Indexes**</code>
167     */
168    public com.moesol.bindings.microsoft.dao.Indexes getIndexes();
169 
170    /**
171     * <code>IDL: [ helpstring("") ]</code>
172     *
173     * @param Type
174     *     <code>IDL: [in] [optional] VARIANT</code>
175     * @param Options
176     *     <code>IDL: [in] [optional] VARIANT</code>
177     * @return 
178     *     <code>IDL: [out] [retval] Recordset**</code>
179     */
180    public com.moesol.bindings.microsoft.dao.Recordset OpenRecordset(
181                /*[in]*/ Object Type, 
182                /*[in]*/ Object Options);
183 
184    /** [optional=1] */
185    public com.moesol.bindings.microsoft.dao.Recordset OpenRecordset(
186                /*[in]*/ Object Type);
187 
188    /** [optional=2] */
189    public com.moesol.bindings.microsoft.dao.Recordset OpenRecordset();
190 
191    /**
192     * <code>IDL: [ helpstring("") ]</code>
193     *
194     */
195    public void RefreshLink();
196 
197    /**
198     * <code>IDL: [ helpstring("") ]</code>
199     *
200     * @param Name
201     *     <code>IDL: [in] [optional] VARIANT</code>
202     * @param Type
203     *     <code>IDL: [in] [optional] VARIANT</code>
204     * @param Size
205     *     <code>IDL: [in] [optional] VARIANT</code>
206     * @return 
207     *     <code>IDL: [out] [retval] Field**</code>
208     */
209    public com.moesol.bindings.microsoft.dao.Field CreateField(
210                /*[in]*/ Object Name, 
211                /*[in]*/ Object Type, 
212                /*[in]*/ Object Size);
213 
214    /** [optional=1] */
215    public com.moesol.bindings.microsoft.dao.Field CreateField(
216                /*[in]*/ Object Name, 
217                /*[in]*/ Object Type);
218 
219    /** [optional=2] */
220    public com.moesol.bindings.microsoft.dao.Field CreateField(
221                /*[in]*/ Object Name);
222 
223    /** [optional=3] */
224    public com.moesol.bindings.microsoft.dao.Field CreateField();
225 
226    /**
227     * <code>IDL: [ helpstring("") ]</code>
228     *
229     * @param Name
230     *     <code>IDL: [in] [optional] VARIANT</code>
231     * @return 
232     *     <code>IDL: [out] [retval] Index**</code>
233     */
234    public com.moesol.bindings.microsoft.dao.Index CreateIndex(
235                /*[in]*/ Object Name);
236 
237    /** [optional=1] */
238    public com.moesol.bindings.microsoft.dao.Index CreateIndex();
239 
240    /**
241     * <code>IDL: [ helpstring("") ]</code>
242     *
243     * @param Name
244     *     <code>IDL: [in] [optional] VARIANT</code>
245     * @param Type
246     *     <code>IDL: [in] [optional] VARIANT</code>
247     * @param Value
248     *     <code>IDL: [in] [optional] VARIANT</code>
249     * @param DDL
250     *     <code>IDL: [in] [optional] VARIANT</code>
251     * @return 
252     *     <code>IDL: [out] [retval] Property**</code>
253     */
254    public com.moesol.bindings.microsoft.dao.Property CreateProperty(
255                /*[in]*/ Object Name, 
256                /*[in]*/ Object Type, 
257                /*[in]*/ Object Value, 
258                /*[in]*/ Object DDL);
259 
260    /** [optional=1] */
261    public com.moesol.bindings.microsoft.dao.Property CreateProperty(
262                /*[in]*/ Object Name, 
263                /*[in]*/ Object Type, 
264                /*[in]*/ Object Value);
265 
266    /** [optional=2] */
267    public com.moesol.bindings.microsoft.dao.Property CreateProperty(
268                /*[in]*/ Object Name, 
269                /*[in]*/ Object Type);
270 
271    /** [optional=3] */
272    public com.moesol.bindings.microsoft.dao.Property CreateProperty(
273                /*[in]*/ Object Name);
274 
275    /** [optional=4] */
276    public com.moesol.bindings.microsoft.dao.Property CreateProperty();
277 
278    /**
279     * <code>IDL: [ helpstring("") ]</code>
280     *
281     * @return 
282     *     <code>IDL: [out] [retval] BSTR*</code>
283     */
284    public String getConflictTable();
285 
286    /**
287     * <code>IDL: [ helpstring("") ]</code>
288     *
289     * @return 
290     *     <code>IDL: [out] [retval] VARIANT*</code>
291     */
292    public Object getReplicaFilter();
293 
294    /**
295     * <code>IDL: [ helpstring("") ]</code>
296     *
297     * @param pFilter
298     *     <code>IDL: [in] VARIANT</code>
299     */
300    public void setReplicaFilter(
301                /*[in]*/ Object pFilter);
302 
303 
304    /** <em>Implementation</em>, <small>Java to COM</small>. */
305    public static class Jni extends com.moesol.bindings.microsoft.dao._DAO.Jni implements _TableDef {
306 
307    protected Jni () {
308    }
309    protected void internalOnSetInterface() {
310        MoeSolInternal.recordApartment(this);
311    }
312 
313 
314    private native int jni_getAttributes();
315    public int getAttributes() {
316 
317        MoeSolInternal.checkApartment(this);
318        return jni_getAttributes();
319    }
320 
321    private native void jni_setAttributes(
322                /*[in]*/ int p0);
323    public void setAttributes(
324                /*[in]*/ int p0) {
325 
326        MoeSolInternal.checkApartment(this);
327        jni_setAttributes(p0);
328    }
329 
330    private native String jni_getConnect();
331    public String getConnect() {
332 
333        MoeSolInternal.checkApartment(this);
334        return jni_getConnect();
335    }
336 
337    private native void jni_setConnect(
338                /*[in]*/ String p0);
339    public void setConnect(
340                /*[in]*/ String p0) {
341 
342        MoeSolInternal.checkApartment(this);
343        jni_setConnect(p0);
344    }
345 
346    private native Object jni_getDateCreated();
347    public Object getDateCreated() {
348 
349        MoeSolInternal.checkApartment(this);
350        return jni_getDateCreated();
351    }
352 
353    private native Object jni_getLastUpdated();
354    public Object getLastUpdated() {
355 
356        MoeSolInternal.checkApartment(this);
357        return jni_getLastUpdated();
358    }
359 
360    private native String jni_getName();
361    public String getName() {
362 
363        MoeSolInternal.checkApartment(this);
364        return jni_getName();
365    }
366 
367    private native void jni_setName(
368                /*[in]*/ String p0);
369    public void setName(
370                /*[in]*/ String p0) {
371 
372        MoeSolInternal.checkApartment(this);
373        jni_setName(p0);
374    }
375 
376    private native String jni_getSourceTableName();
377    public String getSourceTableName() {
378 
379        MoeSolInternal.checkApartment(this);
380        return jni_getSourceTableName();
381    }
382 
383    private native void jni_setSourceTableName(
384                /*[in]*/ String p0);
385    public void setSourceTableName(
386                /*[in]*/ String p0) {
387 
388        MoeSolInternal.checkApartment(this);
389        jni_setSourceTableName(p0);
390    }
391 
392    private native boolean jni_getUpdatable();
393    public boolean getUpdatable() {
394 
395        MoeSolInternal.checkApartment(this);
396        return jni_getUpdatable();
397    }
398 
399    private native String jni_getValidationText();
400    public String getValidationText() {
401 
402        MoeSolInternal.checkApartment(this);
403        return jni_getValidationText();
404    }
405 
406    private native void jni_setValidationText(
407                /*[in]*/ String p0);
408    public void setValidationText(
409                /*[in]*/ String p0) {
410 
411        MoeSolInternal.checkApartment(this);
412        jni_setValidationText(p0);
413    }
414 
415    private native String jni_getValidationRule();
416    public String getValidationRule() {
417 
418        MoeSolInternal.checkApartment(this);
419        return jni_getValidationRule();
420    }
421 
422    private native void jni_setValidationRule(
423                /*[in]*/ String p0);
424    public void setValidationRule(
425                /*[in]*/ String p0) {
426 
427        MoeSolInternal.checkApartment(this);
428        jni_setValidationRule(p0);
429    }
430 
431    private native int jni_getRecordCount();
432    public int getRecordCount() {
433 
434        MoeSolInternal.checkApartment(this);
435        return jni_getRecordCount();
436    }
437 
438    private native com.moesol.bindings.microsoft.dao.Fields jni_getFields();
439    public com.moesol.bindings.microsoft.dao.Fields getFields() {
440 
441        MoeSolInternal.checkApartment(this);
442        return jni_getFields();
443    }
444 
445    private native com.moesol.bindings.microsoft.dao.Indexes jni_getIndexes();
446    public com.moesol.bindings.microsoft.dao.Indexes getIndexes() {
447 
448        MoeSolInternal.checkApartment(this);
449        return jni_getIndexes();
450    }
451 
452    private native com.moesol.bindings.microsoft.dao.Recordset jni_OpenRecordset(
453                /*[in]*/ Object p0, 
454                /*[in]*/ Object p1);
455    public com.moesol.bindings.microsoft.dao.Recordset OpenRecordset(
456                /*[in]*/ Object p0, 
457                /*[in]*/ Object p1) {
458 
459        MoeSolInternal.checkApartment(this);
460        return jni_OpenRecordset(p0, p1);
461    }
462 
463    /** [optional=1] */
464    public com.moesol.bindings.microsoft.dao.Recordset OpenRecordset(
465                /*[in]*/ Object p0) {
466 
467        return OpenRecordset(p0, null);
468    }
469    /** [optional=2] */
470    public com.moesol.bindings.microsoft.dao.Recordset OpenRecordset() {
471 
472        return OpenRecordset(null, null);
473    }
474    private native void jni_RefreshLink();
475    public void RefreshLink() {
476 
477        MoeSolInternal.checkApartment(this);
478        jni_RefreshLink();
479    }
480 
481    private native com.moesol.bindings.microsoft.dao.Field jni_CreateField(
482                /*[in]*/ Object p0, 
483                /*[in]*/ Object p1, 
484                /*[in]*/ Object p2);
485    public com.moesol.bindings.microsoft.dao.Field CreateField(
486                /*[in]*/ Object p0, 
487                /*[in]*/ Object p1, 
488                /*[in]*/ Object p2) {
489 
490        MoeSolInternal.checkApartment(this);
491        return jni_CreateField(p0, p1, p2);
492    }
493 
494    /** [optional=1] */
495    public com.moesol.bindings.microsoft.dao.Field CreateField(
496                /*[in]*/ Object p0, 
497                /*[in]*/ Object p1) {
498 
499        return CreateField(p0, p1, null);
500    }
501    /** [optional=2] */
502    public com.moesol.bindings.microsoft.dao.Field CreateField(
503                /*[in]*/ Object p0) {
504 
505        return CreateField(p0, null, null);
506    }
507    /** [optional=3] */
508    public com.moesol.bindings.microsoft.dao.Field CreateField() {
509 
510        return CreateField(null, null, null);
511    }
512    private native com.moesol.bindings.microsoft.dao.Index jni_CreateIndex(
513                /*[in]*/ Object p0);
514    public com.moesol.bindings.microsoft.dao.Index CreateIndex(
515                /*[in]*/ Object p0) {
516 
517        MoeSolInternal.checkApartment(this);
518        return jni_CreateIndex(p0);
519    }
520 
521    /** [optional=1] */
522    public com.moesol.bindings.microsoft.dao.Index CreateIndex() {
523 
524        return CreateIndex(null);
525    }
526    private native com.moesol.bindings.microsoft.dao.Property jni_CreateProperty(
527                /*[in]*/ Object p0, 
528                /*[in]*/ Object p1, 
529                /*[in]*/ Object p2, 
530                /*[in]*/ Object p3);
531    public com.moesol.bindings.microsoft.dao.Property CreateProperty(
532                /*[in]*/ Object p0, 
533                /*[in]*/ Object p1, 
534                /*[in]*/ Object p2, 
535                /*[in]*/ Object p3) {
536 
537        MoeSolInternal.checkApartment(this);
538        return jni_CreateProperty(p0, p1, p2, p3);
539    }
540 
541    /** [optional=1] */
542    public com.moesol.bindings.microsoft.dao.Property CreateProperty(
543                /*[in]*/ Object p0, 
544                /*[in]*/ Object p1, 
545                /*[in]*/ Object p2) {
546 
547        return CreateProperty(p0, p1, p2, null);
548    }
549    /** [optional=2] */
550    public com.moesol.bindings.microsoft.dao.Property CreateProperty(
551                /*[in]*/ Object p0, 
552                /*[in]*/ Object p1) {
553 
554        return CreateProperty(p0, p1, null, null);
555    }
556    /** [optional=3] */
557    public com.moesol.bindings.microsoft.dao.Property CreateProperty(
558                /*[in]*/ Object p0) {
559 
560        return CreateProperty(p0, null, null, null);
561    }
562    /** [optional=4] */
563    public com.moesol.bindings.microsoft.dao.Property CreateProperty() {
564 
565        return CreateProperty(null, null, null, null);
566    }
567    private native String jni_getConflictTable();
568    public String getConflictTable() {
569 
570        MoeSolInternal.checkApartment(this);
571        return jni_getConflictTable();
572    }
573 
574    private native Object jni_getReplicaFilter();
575    public Object getReplicaFilter() {
576 
577        MoeSolInternal.checkApartment(this);
578        return jni_getReplicaFilter();
579    }
580 
581    private native void jni_setReplicaFilter(
582                /*[in]*/ Object p0);
583    public void setReplicaFilter(
584                /*[in]*/ Object p0) {
585 
586        MoeSolInternal.checkApartment(this);
587        jni_setReplicaFilter(p0);
588    }
589 
590    }
591 
592    /** <em>Implementation</em>, <small>COM to Java</small>. */
593    public static class Disp extends com.moesol.bindings.microsoft.dao._DAO.Disp {
594        public static com.moesol.bindings.platform_sdk.component_services.IUnknown.Disp instance() {
595            return s_instance;
596        }
597 
598        private static Disp s_instance = new Disp();
599 
600        protected Disp() {
601            addEntry(1610809344, (short)2, "getAttributes", "()I");
602            addEntry(1610809344, (short)4, "setAttributes", "(I)V");
603            addEntry(1610809346, (short)2, "getConnect", "()Ljava/lang/String;");
604            addEntry(1610809346, (short)4, "setConnect", "(Ljava/lang/String;)V");
605            addEntry(1610809348, (short)2, "getDateCreated", "()Ljava/lang/Object;");
606            addEntry(1610809349, (short)2, "getLastUpdated", "()Ljava/lang/Object;");
607            addEntry(1610809350, (short)2, "getName", "()Ljava/lang/String;");
608            addEntry(1610809350, (short)4, "setName", "(Ljava/lang/String;)V");
609            addEntry(1610809352, (short)2, "getSourceTableName", "()Ljava/lang/String;");
610            addEntry(1610809352, (short)4, "setSourceTableName", "(Ljava/lang/String;)V");
611            addEntry(1610809354, (short)2, "getUpdatable", "()Z");
612            addEntry(1610809355, (short)2, "getValidationText", "()Ljava/lang/String;");
613            addEntry(1610809355, (short)4, "setValidationText", "(Ljava/lang/String;)V");
614            addEntry(1610809357, (short)2, "getValidationRule", "()Ljava/lang/String;");
615            addEntry(1610809357, (short)4, "setValidationRule", "(Ljava/lang/String;)V");
616            addEntry(1610809359, (short)2, "getRecordCount", "()I");
617            addEntry(0, (short)2, "getFields", "()Lcom/moesol/bindings/microsoft/dao/Fields;");
618            addEntry(1610809361, (short)2, "getIndexes", "()Lcom/moesol/bindings/microsoft/dao/Indexes;");
619            addEntry(1610809362, (short)1, "OpenRecordset", "(Ljava/lang/Object;Ljava/lang/Object;)Lcom/moesol/bindings/microsoft/dao/Recordset;");
620            addEntry(1610809363, (short)1, "RefreshLink", "()V");
621            addEntry(1610809364, (short)1, "CreateField", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/moesol/bindings/microsoft/dao/Field;");
622            addEntry(1610809365, (short)1, "CreateIndex", "(Ljava/lang/Object;)Lcom/moesol/bindings/microsoft/dao/Index;");
623            addEntry(1610809366, (short)1, "CreateProperty", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/moesol/bindings/microsoft/dao/Property;");
624            addEntry(1610809367, (short)2, "getConflictTable", "()Ljava/lang/String;");
625            addEntry(1610809368, (short)2, "getReplicaFilter", "()Ljava/lang/Object;");
626            addEntry(1610809368, (short)4, "setReplicaFilter", "(Ljava/lang/Object;)V");
627        }
628    }
629}

[all classes][com.moesol.bindings.microsoft.dao]
EMMA 2.0.5312 (C) Vladimir Roubtsov