|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
com.moesol.bindings.platform_sdk.data_services._ADO.Jni
com.moesol.bindings.platform_sdk.data_services._Record.Jni
public static class _Record.Jni
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 |
|---|
protected _Record.Jni()
| Method Detail |
|---|
public Object getActiveConnection()
_RecordIDL: [ helpstring("") ]
getActiveConnection in interface _RecordIDL: [out] [retval] VARIANT*public void setActiveConnection(String p0)
_RecordIDL: [ helpstring("") ]
setActiveConnection in interface _Recordp0 - IDL: [in] BSTRpublic void setrefActiveConnection(_Connection p0)
_RecordIDL: [ helpstring("") ]
setrefActiveConnection in interface _Recordp0 - IDL: [in] _Connection*public int getState()
_RecordIDL: [ helpstring("") ]
getState in interface _RecordIDL: [out] [retval] ObjectStateEnum*public Object getSource()
_RecordIDL: [ helpstring("") ]
getSource in interface _RecordIDL: [out] [retval] VARIANT*public void setSource(String p0)
_RecordIDL: [ helpstring("") ]
setSource in interface _Recordp0 - IDL: [in] BSTRpublic void setrefSource(IDispatch p0)
_RecordIDL: [ helpstring("") ]
setrefSource in interface _Recordp0 - IDL: [in] IDispatch*public int getMode()
_RecordIDL: [ helpstring("") ]
getMode in interface _RecordIDL: [out] [retval] ConnectModeEnum*public void setMode(int p0)
_RecordIDL: [ helpstring("") ]
setMode in interface _Recordp0 - IDL: [in] ConnectModeEnumpublic String getParentURL()
_RecordIDL: [ helpstring("") ]
getParentURL in interface _RecordIDL: [out] [retval] BSTR*
public String MoveRecord(String p0,
String p1,
String p2,
String p3,
int p4,
boolean p5)
_RecordIDL: [ helpstring("") ]
MoveRecord in interface _Recordp0 - IDL: [in] [optional] [default] BSTRp1 - IDL: [in] [optional] [default] BSTRp2 - IDL: [in] [optional] [default] BSTRp3 - IDL: [in] [optional] [default] BSTRp4 - IDL: [in] [optional] [default] MoveRecordOptionsEnump5 - IDL: [in] [optional] [default] VARIANT_BOOL
IDL: [out] [retval] BSTR*
public String CopyRecord(String p0,
String p1,
String p2,
String p3,
int p4,
boolean p5)
_RecordIDL: [ helpstring("") ]
CopyRecord in interface _Recordp0 - IDL: [in] [optional] [default] BSTRp1 - IDL: [in] [optional] [default] BSTRp2 - IDL: [in] [optional] [default] BSTRp3 - IDL: [in] [optional] [default] BSTRp4 - IDL: [in] [optional] [default] CopyRecordOptionsEnump5 - IDL: [in] [optional] [default] VARIANT_BOOL
IDL: [out] [retval] BSTR*
public void DeleteRecord(String p0,
boolean p1)
_RecordIDL: [ helpstring("") ]
DeleteRecord in interface _Recordp0 - IDL: [in] [optional] [default] BSTRp1 - IDL: [in] [optional] [default] VARIANT_BOOL
public void Open(Object p0,
Object p1,
int p2,
int p3,
int p4,
String p5,
String p6)
_RecordIDL: [ helpstring("") ]
Open in interface _Recordp0 - IDL: [in] [optional] VARIANTp1 - IDL: [in] [optional] VARIANTp2 - IDL: [in] [optional] [default] ConnectModeEnump3 - IDL: [in] [optional] [default] RecordCreateOptionsEnump4 - IDL: [in] [optional] [default] RecordOpenOptionsEnump5 - IDL: [in] [optional] [default] BSTRp6 - IDL: [in] [optional] [default] BSTRpublic void Close()
_RecordIDL: [ helpstring("") ]
Close in interface _Recordpublic Fields getFields()
_RecordIDL: [ helpstring("") ]
getFields in interface _RecordIDL: [out] [retval] Fields**public int getRecordType()
_RecordIDL: [ helpstring("") ]
getRecordType in interface _RecordIDL: [out] [retval] RecordTypeEnum*public _Recordset GetChildren()
_RecordIDL: [ helpstring("") ]
GetChildren in interface _RecordIDL: [out] [retval] _Recordset**public void Cancel()
_RecordIDL: [ helpstring("") ]
Cancel in interface _Record
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||