|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface _Record
IDL: [ helpstring(""), hidden, dual, oleautomation, dispatchable ] interface
Nested Class Summary | |
---|---|
static class |
_Record.Disp
Implementation, COM to Java. |
static class |
_Record.Jni
Implementation, Java to COM. |
Field Summary | |
---|---|
static GUID |
IID
IDL: [uuid(00000562-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("") ] |
void |
Close()
IDL: [ helpstring("") ] |
String |
CopyRecord(String Source,
String Destination,
String UserName,
String Password,
int Options,
boolean Async)
IDL: [ helpstring("") ] |
void |
DeleteRecord(String Source,
boolean Async)
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 Source,
String Destination,
String UserName,
String Password,
int Options,
boolean Async)
IDL: [ helpstring("") ] |
void |
Open(Object Source,
Object ActiveConnection,
int Mode,
int CreateOptions,
int Options,
String UserName,
String Password)
IDL: [ helpstring("") ] |
void |
setActiveConnection(String pvar)
IDL: [ helpstring("") ] |
void |
setMode(int pMode)
IDL: [ helpstring("") ] |
void |
setrefActiveConnection(_Connection pvar)
IDL: [ helpstring("") ] |
void |
setrefSource(IDispatch pvar)
IDL: [ helpstring("") ] |
void |
setSource(String pvar)
IDL: [ helpstring("") ] |
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 |
---|
static final Class TYPELIB
static final GUID IID
IDL: [uuid(00000562-0000-0010-8000-00AA006D2EA4)]
Method Detail |
---|
Object getActiveConnection()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT*
void setActiveConnection(String pvar)
IDL: [ helpstring("") ]
pvar
- IDL: [in] BSTR
void setrefActiveConnection(_Connection pvar)
IDL: [ helpstring("") ]
pvar
- IDL: [in] _Connection*
int getState()
IDL: [ helpstring("") ]
IDL: [out] [retval] ObjectStateEnum*
Object getSource()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT*
void setSource(String pvar)
IDL: [ helpstring("") ]
pvar
- IDL: [in] BSTR
void setrefSource(IDispatch pvar)
IDL: [ helpstring("") ]
pvar
- IDL: [in] IDispatch*
int getMode()
IDL: [ helpstring("") ]
IDL: [out] [retval] ConnectModeEnum*
void setMode(int pMode)
IDL: [ helpstring("") ]
pMode
- IDL: [in] ConnectModeEnum
String getParentURL()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*
String MoveRecord(String Source, String Destination, String UserName, String Password, int Options, boolean Async)
IDL: [ helpstring("") ]
Source
- IDL: [in] [optional] [default] BSTR
Destination
- IDL: [in] [optional] [default] BSTR
UserName
- IDL: [in] [optional] [default] BSTR
Password
- IDL: [in] [optional] [default] BSTR
Options
- IDL: [in] [optional] [default] MoveRecordOptionsEnum
Async
- IDL: [in] [optional] [default] VARIANT_BOOL
IDL: [out] [retval] BSTR*
String CopyRecord(String Source, String Destination, String UserName, String Password, int Options, boolean Async)
IDL: [ helpstring("") ]
Source
- IDL: [in] [optional] [default] BSTR
Destination
- IDL: [in] [optional] [default] BSTR
UserName
- IDL: [in] [optional] [default] BSTR
Password
- IDL: [in] [optional] [default] BSTR
Options
- IDL: [in] [optional] [default] CopyRecordOptionsEnum
Async
- IDL: [in] [optional] [default] VARIANT_BOOL
IDL: [out] [retval] BSTR*
void DeleteRecord(String Source, boolean Async)
IDL: [ helpstring("") ]
Source
- IDL: [in] [optional] [default] BSTR
Async
- IDL: [in] [optional] [default] VARIANT_BOOL
void Open(Object Source, Object ActiveConnection, int Mode, int CreateOptions, int Options, String UserName, String Password)
IDL: [ helpstring("") ]
Source
- IDL: [in] [optional] VARIANT
ActiveConnection
- IDL: [in] [optional] VARIANT
Mode
- IDL: [in] [optional] [default] ConnectModeEnum
CreateOptions
- IDL: [in] [optional] [default] RecordCreateOptionsEnum
Options
- IDL: [in] [optional] [default] RecordOpenOptionsEnum
UserName
- IDL: [in] [optional] [default] BSTR
Password
- IDL: [in] [optional] [default] BSTR
void Close()
IDL: [ helpstring("") ]
Fields getFields()
IDL: [ helpstring("") ]
IDL: [out] [retval] Fields**
int getRecordType()
IDL: [ helpstring("") ]
IDL: [out] [retval] RecordTypeEnum*
_Recordset GetChildren()
IDL: [ helpstring("") ]
IDL: [out] [retval] _Recordset**
void Cancel()
IDL: [ helpstring("") ]
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |