Uses of Interface
com.moesol.bindings.microsoft.dao._DAO

Packages that use _DAO
com.moesol.bindings.microsoft.dao   
 

Uses of _DAO in com.moesol.bindings.microsoft.dao
 

Subinterfaces of _DAO in com.moesol.bindings.microsoft.dao
 interface _DBEngine
          IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
 interface _Field
          IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
 interface _Group
          IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
 interface _Index
          IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
 interface _QueryDef
          IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
 interface _Relation
          IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
 interface _TableDef
          IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
 interface _User
          IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
 interface Container
          IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
 interface Database
          IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
 interface Document
          IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
 interface Parameter
          IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
 interface Property
          IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
 interface Recordset
          IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
 interface Workspace
          IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
 

Classes in com.moesol.bindings.microsoft.dao that implement _DAO
static class _DAO.Jni
          Implementation, Java to COM.
static class _DBEngine.Jni
          Implementation, Java to COM.
static class _Field.Jni
          Implementation, Java to COM.
static class _Group.Jni
          Implementation, Java to COM.
static class _Index.Jni
          Implementation, Java to COM.
static class _QueryDef.Jni
          Implementation, Java to COM.
static class _Relation.Jni
          Implementation, Java to COM.
static class _TableDef.Jni
          Implementation, Java to COM.
static class _User.Jni
          Implementation, Java to COM.
static class Container.Jni
          Implementation, Java to COM.
static class Database.Jni
          Implementation, Java to COM.
 class DBEngine
          IDL: [ helpstring(""), appobject, creatable, licensed, predefined ]

coclass DBEngine {
    [default] dispatch _DBEngine
};

static class DBEngine.Jni
           
static class Document.Jni
          Implementation, Java to COM.
 class Field
          IDL: [ helpstring(""), creatable, licensed ]

coclass Field {
    [default] dispatch _Field
};

static class Field.Jni
           
 class Group
          IDL: [ helpstring(""), creatable, licensed ]

coclass Group {
    [default] dispatch _Group
};

static class Group.Jni
           
 class Index
          IDL: [ helpstring(""), creatable, licensed ]

coclass Index {
    [default] dispatch _Index
};

static class Index.Jni
           
static class Parameter.Jni
          Implementation, Java to COM.
 class PrivDBEngine
          IDL: [ helpstring("DAO 3.0 DBEngine (private)"), creatable, licensed, hidden ]

coclass PrivDBEngine {
    [default] dispatch _DBEngine
};

static class PrivDBEngine.Jni
           
static class Property.Jni
          Implementation, Java to COM.
 class QueryDef
          IDL: [ helpstring(""), creatable, licensed ]

coclass QueryDef {
    [default] dispatch _QueryDef
};

static class QueryDef.Jni
           
static class Recordset.Jni
          Implementation, Java to COM.
 class Relation
          IDL: [ helpstring(""), creatable, licensed ]

coclass Relation {
    [default] dispatch _Relation
};

static class Relation.Jni
           
 class TableDef
          IDL: [ helpstring(""), creatable, licensed ]

coclass TableDef {
    [default] dispatch _TableDef
};

static class TableDef.Jni
           
 class User
          IDL: [ helpstring(""), creatable, licensed ]

coclass User {
    [default] dispatch _User
};

static class User.Jni
           
static class Workspace.Jni
          Implementation, Java to COM.
 



Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.