com.moesol.bindings.platform_sdk.data_services
Class _Record.Jni

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
All Implemented Interfaces:
IDispatch, IUnknown, _ADO, _Record
Direct Known Subclasses:
Record
Enclosing interface:
_Record

public static class _Record.Jni
extends _ADO.Jni
implements _Record

Implementation, Java to COM.


Nested Class Summary
 
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, _Record.Jni
 
Field Summary
 
Fields inherited from interface com.moesol.bindings.platform_sdk.data_services._Record
IID, TYPELIB
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Constructor Summary
protected _Record.Jni()
           
 
Method Summary
 void Cancel()
          IDL: [ helpstring("") ]
 void Close()
          IDL: [ helpstring("") ]
 String CopyRecord(String p0, String p1, String p2, String p3, int p4, boolean p5)
          IDL: [ helpstring("") ]
 void DeleteRecord(String p0, boolean p1)
          IDL: [ helpstring("") ]
 Object getActiveConnection()
          IDL: [ helpstring("") ]
 _Recordset GetChildren()
          IDL: [ helpstring("") ]
 Fields getFields()
          IDL: [ helpstring("") ]
 int getMode()
          IDL: [ helpstring("") ]
 String getParentURL()
          IDL: [ helpstring("") ]
 int getRecordType()
          IDL: [ helpstring("") ]
 Object getSource()
          IDL: [ helpstring("") ]
 int getState()
          IDL: [ helpstring("") ]
 String MoveRecord(String p0, String p1, String p2, String p3, int p4, boolean p5)
          IDL: [ helpstring("") ]
 void Open(Object p0, Object p1, int p2, int p3, int p4, String p5, String p6)
          IDL: [ helpstring("") ]
 void setActiveConnection(String p0)
          IDL: [ helpstring("") ]
 void setMode(int p0)
          IDL: [ helpstring("") ]
 void setrefActiveConnection(_Connection p0)
          IDL: [ helpstring("") ]
 void setrefSource(IDispatch p0)
          IDL: [ helpstring("") ]
 void setSource(String p0)
          IDL: [ helpstring("") ]
 
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
 

Constructor Detail

_Record.Jni

protected _Record.Jni()
Method Detail

getActiveConnection

public Object getActiveConnection()
Description copied from interface: _Record
IDL: [ helpstring("") ]

Specified by:
getActiveConnection in interface _Record
Returns:
IDL: [out] [retval] VARIANT*

setActiveConnection

public void setActiveConnection(String p0)
Description copied from interface: _Record
IDL: [ helpstring("") ]

Specified by:
setActiveConnection in interface _Record
Parameters:
p0 - IDL: [in] BSTR

setrefActiveConnection

public void setrefActiveConnection(_Connection p0)
Description copied from interface: _Record
IDL: [ helpstring("") ]

Specified by:
setrefActiveConnection in interface _Record
Parameters:
p0 - IDL: [in] _Connection*

getState

public int getState()
Description copied from interface: _Record
IDL: [ helpstring("") ]

Specified by:
getState in interface _Record
Returns:
IDL: [out] [retval] ObjectStateEnum*

getSource

public Object getSource()
Description copied from interface: _Record
IDL: [ helpstring("") ]

Specified by:
getSource in interface _Record
Returns:
IDL: [out] [retval] VARIANT*

setSource

public void setSource(String p0)
Description copied from interface: _Record
IDL: [ helpstring("") ]

Specified by:
setSource in interface _Record
Parameters:
p0 - IDL: [in] BSTR

setrefSource

public void setrefSource(IDispatch p0)
Description copied from interface: _Record
IDL: [ helpstring("") ]

Specified by:
setrefSource in interface _Record
Parameters:
p0 - IDL: [in] IDispatch*

getMode

public int getMode()
Description copied from interface: _Record
IDL: [ helpstring("") ]

Specified by:
getMode in interface _Record
Returns:
IDL: [out] [retval] ConnectModeEnum*

setMode

public void setMode(int p0)
Description copied from interface: _Record
IDL: [ helpstring("") ]

Specified by:
setMode in interface _Record
Parameters:
p0 - IDL: [in] ConnectModeEnum

getParentURL

public String getParentURL()
Description copied from interface: _Record
IDL: [ helpstring("") ]

Specified by:
getParentURL in interface _Record
Returns:
IDL: [out] [retval] BSTR*

MoveRecord

public String MoveRecord(String p0,
                         String p1,
                         String p2,
                         String p3,
                         int p4,
                         boolean p5)
Description copied from interface: _Record
IDL: [ helpstring("") ]

Specified by:
MoveRecord in interface _Record
Parameters:
p0 - IDL: [in] [optional] [default] BSTR
p1 - IDL: [in] [optional] [default] BSTR
p2 - IDL: [in] [optional] [default] BSTR
p3 - IDL: [in] [optional] [default] BSTR
p4 - IDL: [in] [optional] [default] MoveRecordOptionsEnum
p5 - IDL: [in] [optional] [default] VARIANT_BOOL
Returns:
IDL: [out] [retval] BSTR*

CopyRecord

public String CopyRecord(String p0,
                         String p1,
                         String p2,
                         String p3,
                         int p4,
                         boolean p5)
Description copied from interface: _Record
IDL: [ helpstring("") ]

Specified by:
CopyRecord in interface _Record
Parameters:
p0 - IDL: [in] [optional] [default] BSTR
p1 - IDL: [in] [optional] [default] BSTR
p2 - IDL: [in] [optional] [default] BSTR
p3 - IDL: [in] [optional] [default] BSTR
p4 - IDL: [in] [optional] [default] CopyRecordOptionsEnum
p5 - IDL: [in] [optional] [default] VARIANT_BOOL
Returns:
IDL: [out] [retval] BSTR*

DeleteRecord

public void DeleteRecord(String p0,
                         boolean p1)
Description copied from interface: _Record
IDL: [ helpstring("") ]

Specified by:
DeleteRecord in interface _Record
Parameters:
p0 - IDL: [in] [optional] [default] BSTR
p1 - IDL: [in] [optional] [default] VARIANT_BOOL

Open

public void Open(Object p0,
                 Object p1,
                 int p2,
                 int p3,
                 int p4,
                 String p5,
                 String p6)
Description copied from interface: _Record
IDL: [ helpstring("") ]

Specified by:
Open in interface _Record
Parameters:
p0 - IDL: [in] [optional] VARIANT
p1 - IDL: [in] [optional] VARIANT
p2 - IDL: [in] [optional] [default] ConnectModeEnum
p3 - IDL: [in] [optional] [default] RecordCreateOptionsEnum
p4 - IDL: [in] [optional] [default] RecordOpenOptionsEnum
p5 - IDL: [in] [optional] [default] BSTR
p6 - IDL: [in] [optional] [default] BSTR

Close

public void Close()
Description copied from interface: _Record
IDL: [ helpstring("") ]

Specified by:
Close in interface _Record

getFields

public Fields getFields()
Description copied from interface: _Record
IDL: [ helpstring("") ]

Specified by:
getFields in interface _Record
Returns:
IDL: [out] [retval] Fields**

getRecordType

public int getRecordType()
Description copied from interface: _Record
IDL: [ helpstring("") ]

Specified by:
getRecordType in interface _Record
Returns:
IDL: [out] [retval] RecordTypeEnum*

GetChildren

public _Recordset GetChildren()
Description copied from interface: _Record
IDL: [ helpstring("") ]

Specified by:
GetChildren in interface _Record
Returns:
IDL: [out] [retval] _Recordset**

Cancel

public void Cancel()
Description copied from interface: _Record
IDL: [ helpstring("") ]

Specified by:
Cancel in interface _Record


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