com.moesol.bindings.microsoft.dao
Interface _DynaCollection

All Superinterfaces:
_Collection, IDispatch, IUnknown
All Known Subinterfaces:
Fields, Groups, Indexes, IndexFields, Properties, QueryDefs, Relations, TableDefs, Users, Workspaces
All Known Implementing Classes:
_DynaCollection.Jni, Fields.Jni, Groups.Jni, Indexes.Jni, IndexFields.Jni, Properties.Jni, QueryDefs.Jni, Relations.Jni, TableDefs.Jni, Users.Jni, Workspaces.Jni

public interface _DynaCollection
extends _Collection

IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface


Nested Class Summary
static class _DynaCollection.Disp
          Implementation, COM to Java.
static class _DynaCollection.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(000000A2-0000-0010-8000-00AA006D2EA4)]
static Class TYPELIB
           
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Method Summary
 void Append(IDispatch Object)
          IDL: [ helpstring("") ]
 void Delete(String Name)
          IDL: [ helpstring("") ]
 
Methods inherited from interface com.moesol.bindings.microsoft.dao._Collection
getCount, Refresh
 
Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown
QueryInterface, QueryInterface, Release
 

Field Detail

TYPELIB

static final Class TYPELIB

IID

static final GUID IID
IDL: [uuid(000000A2-0000-0010-8000-00AA006D2EA4)]

Method Detail

Append

void Append(IDispatch Object)
IDL: [ helpstring("") ]

Parameters:
Object - IDL: [in] IDispatch*

Delete

void Delete(String Name)
IDL: [ helpstring("") ]

Parameters:
Name - IDL: [in] BSTR


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