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

COVERAGE SUMMARY FOR SOURCE FILE [DBEngine.java]

nameclass, %method, %block, %line, %
DBEngine.java0%   (0/1)0%   (0/3)0%   (0/66)0%   (0/8)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class DBEngine0%   (0/1)0%   (0/3)0%   (0/66)0%   (0/8)
<static initializer> 0%   (0/1)0%   (0/51)0%   (0/2)
DBEngine (): void 0%   (0/1)0%   (0/7)0%   (0/3)
DBEngine (int): void 0%   (0/1)0%   (0/8)0%   (0/3)

1// tlb2java
2package com.moesol.bindings.microsoft.dao;
3 
4/**
5 * <code>IDL: [ helpstring(""), appobject, creatable, licensed, predefined ]</code>
6 * <p/>
7 * <code>coclass DBEngine {<br/>
8 * &nbsp;&nbsp;&nbsp;&nbsp;[default] dispatch {@link _DBEngine}<br/>
9 * };</code>
10 */
11public class DBEngine extends com.moesol.bindings.microsoft.dao._DBEngine.Jni {
12    public static final Class TYPELIB = TYPELIB_00025E01_0000_0000_C000_000000000046.class;
13    /**
14     * <code>IDL: [uuid(00000100-0000-0010-8000-00AA006D2EA4)]</code>
15     */
16         public static final com.moesol.bindings.platform_sdk.component_services.GUID CLSID = new com.moesol.bindings.platform_sdk.component_services.GUID(
17                 0x00000100, (short)0x0000, (short)0x0010,
18         new byte[] {
19            (byte)0x80, (byte)0x00, 
20            (byte)0x00, (byte)0xaa, (byte)0x00, (byte)0x6d, (byte)0x2e, (byte)0xa4
21         } );
22    /**
23     * Create a new instance using <code>CLSCTX_ALL</code>.
24     */
25         public DBEngine() {
26                 MoeSolInternal.coclassConstruct(this, CLSID, com.moesol.bindings.microsoft.dao._DBEngine.IID);
27         }
28    /**
29     * Create a new instance.
30     * @param clsctx Context in which the code that manages the newly created object will run.
31     * The values are taken from the enumeration <code>CLSCTX</code>.
32     */
33         public DBEngine(int clsctx) {
34                 MoeSolInternal.coclassConstruct(this, CLSID, com.moesol.bindings.microsoft.dao._DBEngine.IID, clsctx);
35         }
36 
37 
38}

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