com.moesol.bindings.platform_sdk.data_services
Interface _Connection

All Superinterfaces:
_ADO, Connection15, IDispatch, IUnknown
All Known Implementing Classes:
_Connection.Jni, Connection, Connection.Jni

public interface _Connection
extends Connection15

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


Nested Class Summary
static class _Connection.Disp
          Implementation, COM to Java.
static class _Connection.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(00000550-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 Cancel()
          IDL: [ helpstring("") ]
 
Methods inherited from interface com.moesol.bindings.platform_sdk.data_services.Connection15
BeginTrans, Close, CommitTrans, Execute, getAttributes, getCommandTimeout, getConnectionString, getConnectionTimeout, getCursorLocation, getDefaultDatabase, getErrors, getIsolationLevel, getMode, getProvider, getState, getVersion, Open, OpenSchema, OpenSchema, OpenSchema, RollbackTrans, setAttributes, setCommandTimeout, setConnectionString, setConnectionTimeout, setCursorLocation, setDefaultDatabase, setIsolationLevel, setMode, setProvider
 
Methods inherited from interface com.moesol.bindings.platform_sdk.data_services._ADO
getProperties
 
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(00000550-0000-0010-8000-00AA006D2EA4)]

Method Detail

Cancel

void Cancel()
IDL: [ helpstring("") ]



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