com.moesol.bindings.platform_sdk.data_services
Class Record

java.lang.Object
  extended by com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
      extended by com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
          extended by com.moesol.bindings.platform_sdk.data_services._ADO.Jni
              extended by com.moesol.bindings.platform_sdk.data_services._Record.Jni
                  extended by com.moesol.bindings.platform_sdk.data_services.Record
All Implemented Interfaces:
IDispatch, IUnknown, _ADO, _Record
Direct Known Subclasses:
Record.Jni

public class Record
extends _Record.Jni

IDL: [ helpstring(""), creatable, licensed ]

coclass Record {
    [default] dispatch _Record
};


Nested Class Summary
static class Record.Jni
           
 
Nested classes/interfaces inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
IDispatch.Jni.MoeSolInternal
 
Nested classes/interfaces inherited from interface com.moesol.bindings.platform_sdk.data_services._Record
_Record.Disp
 
Field Summary
static GUID CLSID
          IDL: [uuid(00000560-0000-0010-8000-00AA006D2EA4)]
static Class TYPELIB
           
 
Fields inherited from interface com.moesol.bindings.platform_sdk.data_services._Record
IID
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Constructor Summary
  Record()
          Create a new instance using CLSCTX_ALL.
  Record(int clsctx)
          Create a new instance.
protected Record(Record.Jni marker)
          Create a new instances for reverse COM.
 
Method Summary
 
Methods inherited from class com.moesol.bindings.platform_sdk.data_services._Record.Jni
Cancel, Close, CopyRecord, DeleteRecord, getActiveConnection, GetChildren, getFields, getMode, getParentURL, getRecordType, getSource, getState, MoveRecord, Open, setActiveConnection, setMode, setrefActiveConnection, setrefSource, setSource
 
Methods inherited from class com.moesol.bindings.platform_sdk.data_services._ADO.Jni
getProperties
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
Invoke
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
equals, finalize, hashCode, internalOnSetInterface, QueryInterface, QueryInterface, Release, toString
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 
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

public static final Class TYPELIB

CLSID

public static final GUID CLSID
IDL: [uuid(00000560-0000-0010-8000-00AA006D2EA4)]

Constructor Detail

Record

public Record()
Create a new instance using CLSCTX_ALL.


Record

public Record(int clsctx)
Create a new instance.

Parameters:
clsctx - Context in which the code that manages the newly created object will run. The values are taken from the enumeration CLSCTX.

Record

protected Record(Record.Jni marker)
Create a new instances for reverse COM. Does not call CoCreateInstance.

Parameters:
marker -


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