com.moesol.bindings.platform_sdk.data_services
Interface IJetEngine

All Superinterfaces:
IDispatch, IUnknown
All Known Implementing Classes:
IJetEngine.Jni, JetEngine, JetEngine.Jni

public interface IJetEngine
extends IDispatch

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


Nested Class Summary
static class IJetEngine.Disp
          Implementation, COM to Java.
static class IJetEngine.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(9F63D980-FF25-11D1-BB6F-00C04FAE22DA)]
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 CompactDatabase(String SourceConnection, String Destconnection)
          IDL: [ helpstring("") ]
 void RefreshCache(_Connection Connection)
          IDL: [ helpstring("") ]
 
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(9F63D980-FF25-11D1-BB6F-00C04FAE22DA)]

Method Detail

CompactDatabase

void CompactDatabase(String SourceConnection,
                     String Destconnection)
IDL: [ helpstring("") ]

Parameters:
SourceConnection - IDL: [in] BSTR
Destconnection - IDL: [in] BSTR

RefreshCache

void RefreshCache(_Connection Connection)
IDL: [ helpstring("") ]

Parameters:
Connection - IDL: [in] _Connection*


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