|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Recordset15
IDL: [ helpstring(""), hidden, dual, nonextensible, oleautomation, dispatchable ] interface
Nested Class Summary | |
---|---|
static class |
Recordset15.Disp
Implementation, COM to Java. |
static class |
Recordset15.Jni
Implementation, Java to COM. |
Field Summary | |
---|---|
static GUID |
IID
IDL: [uuid(0000050E-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 | |
---|---|
_Recordset |
_xClone()
IDL: [ helpstring("") ] |
void |
_xResync(int AffectRecords)
IDL: [ helpstring("") ] |
void |
AddNew()
[optional=2] |
void |
AddNew(Object FieldList)
[optional=1] |
void |
AddNew(Object FieldList,
Object Values)
IDL: [ helpstring("") ] |
void |
CancelBatch(int AffectRecords)
IDL: [ helpstring("") ] |
void |
CancelUpdate()
IDL: [ helpstring("") ] |
void |
Close()
IDL: [ helpstring("") ] |
void |
Delete(int AffectRecords)
IDL: [ helpstring("") ] |
void |
Find(String Criteria,
int SkipRecords,
int SearchDirection)
[optional=1] |
void |
Find(String Criteria,
int SkipRecords,
int SearchDirection,
Object Start)
IDL: [ helpstring("") ] |
int |
getAbsolutePage()
IDL: [ helpstring("") ] |
int |
getAbsolutePosition()
IDL: [ helpstring("") ] |
Object |
getActiveConnection()
IDL: [ helpstring("") ] |
boolean |
getBOF()
IDL: [ helpstring("") ] |
Object |
getBookmark()
IDL: [ helpstring("") ] |
int |
getCacheSize()
IDL: [ helpstring("") ] |
Object |
getCollect(Object Index)
IDL: [ helpstring("") ] |
int |
getCursorLocation()
IDL: [ helpstring("") ] |
int |
getCursorType()
IDL: [ helpstring("") ] |
int |
getEditMode()
IDL: [ helpstring("") ] |
boolean |
getEOF()
IDL: [ helpstring("") ] |
Fields |
getFields()
IDL: [ helpstring("") ] |
Object |
getFilter()
IDL: [ helpstring("") ] |
int |
getLockType()
IDL: [ helpstring("") ] |
int |
getMarshalOptions()
IDL: [ helpstring("") ] |
int |
getMaxRecords()
IDL: [ helpstring("") ] |
int |
getPageCount()
IDL: [ helpstring("") ] |
int |
getPageSize()
IDL: [ helpstring("") ] |
int |
getRecordCount()
IDL: [ helpstring("") ] |
Object |
GetRows(int Rows)
[optional=2] |
Object |
GetRows(int Rows,
Object Start)
[optional=1] |
Object |
GetRows(int Rows,
Object Start,
Object Fields)
IDL: [ helpstring("") ] |
String |
getSort()
IDL: [ helpstring("") ] |
Object |
getSource()
IDL: [ helpstring("") ] |
int |
getState()
IDL: [ helpstring("") ] |
int |
getStatus()
IDL: [ helpstring("") ] |
void |
Move(int NumRecords)
[optional=1] |
void |
Move(int NumRecords,
Object Start)
IDL: [ helpstring("") ] |
void |
MoveFirst()
IDL: [ helpstring("") ] |
void |
MoveLast()
IDL: [ helpstring("") ] |
void |
MoveNext()
IDL: [ helpstring("") ] |
void |
MovePrevious()
IDL: [ helpstring("") ] |
_Recordset |
NextRecordset()
[optional=1] |
_Recordset |
NextRecordset(Object[] RecordsAffected)
IDL: [ helpstring("") ] |
void |
Open(Object Source,
Object ActiveConnection,
int CursorType,
int LockType,
int Options)
IDL: [ helpstring("") ] |
void |
Requery(int Options)
IDL: [ helpstring("") ] |
void |
setAbsolutePage(int pl)
IDL: [ helpstring("") ] |
void |
setAbsolutePosition(int pl)
IDL: [ helpstring("") ] |
void |
setActiveConnection(Object pvar)
IDL: [ helpstring("") ] |
void |
setBookmark(Object pvBookmark)
IDL: [ helpstring("") ] |
void |
setCacheSize(int pl)
IDL: [ helpstring("") ] |
void |
setCollect(Object Index,
Object pvar)
IDL: [ helpstring("") ] |
void |
setCursorLocation(int plCursorLoc)
IDL: [ helpstring("") ] |
void |
setCursorType(int plCursorType)
IDL: [ helpstring("") ] |
void |
setFilter(Object Criteria)
IDL: [ helpstring("") ] |
void |
setLockType(int plLockType)
IDL: [ helpstring("") ] |
void |
setMarshalOptions(int peMarshal)
IDL: [ helpstring("") ] |
void |
setMaxRecords(int plMaxRecords)
IDL: [ helpstring("") ] |
void |
setPageSize(int pl)
IDL: [ helpstring("") ] |
void |
setrefActiveConnection(IDispatch pvar)
IDL: [ helpstring("") ] |
void |
setrefSource(IDispatch pvSource)
IDL: [ helpstring("") ] |
void |
setSort(String Criteria)
IDL: [ helpstring("") ] |
void |
setSource(String pvSource)
IDL: [ helpstring("") ] |
boolean |
Supports(int CursorOptions)
IDL: [ helpstring("") ] |
void |
Update()
[optional=2] |
void |
Update(Object Fields)
[optional=1] |
void |
Update(Object Fields,
Object Values)
IDL: [ helpstring("") ] |
void |
UpdateBatch(int AffectRecords)
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(0000050E-0000-0010-8000-00AA006D2EA4)]
Method Detail |
---|
int getAbsolutePosition()
IDL: [ helpstring("") ]
IDL: [out] [retval] PositionEnum*
void setAbsolutePosition(int pl)
IDL: [ helpstring("") ]
pl
- IDL: [in] PositionEnum
void setrefActiveConnection(IDispatch pvar)
IDL: [ helpstring("") ]
pvar
- IDL: [in] IDispatch*
void setActiveConnection(Object pvar)
IDL: [ helpstring("") ]
pvar
- IDL: [in] VARIANT
Object getActiveConnection()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT*
boolean getBOF()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT_BOOL*
Object getBookmark()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT*
void setBookmark(Object pvBookmark)
IDL: [ helpstring("") ]
pvBookmark
- IDL: [in] VARIANT
int getCacheSize()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
void setCacheSize(int pl)
IDL: [ helpstring("") ]
pl
- IDL: [in] LONG
int getCursorType()
IDL: [ helpstring("") ]
IDL: [out] [retval] CursorTypeEnum*
void setCursorType(int plCursorType)
IDL: [ helpstring("") ]
plCursorType
- IDL: [in] CursorTypeEnum
boolean getEOF()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT_BOOL*
Fields getFields()
IDL: [ helpstring("") ]
IDL: [out] [retval] Fields**
int getLockType()
IDL: [ helpstring("") ]
IDL: [out] [retval] LockTypeEnum*
void setLockType(int plLockType)
IDL: [ helpstring("") ]
plLockType
- IDL: [in] LockTypeEnum
int getMaxRecords()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
void setMaxRecords(int plMaxRecords)
IDL: [ helpstring("") ]
plMaxRecords
- IDL: [in] LONG
int getRecordCount()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
void setrefSource(IDispatch pvSource)
IDL: [ helpstring("") ]
pvSource
- IDL: [in] IDispatch*
void setSource(String pvSource)
IDL: [ helpstring("") ]
pvSource
- IDL: [in] BSTR
Object getSource()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT*
void AddNew(Object FieldList, Object Values)
IDL: [ helpstring("") ]
FieldList
- IDL: [in] [optional] VARIANT
Values
- IDL: [in] [optional] VARIANT
void AddNew(Object FieldList)
void AddNew()
void CancelUpdate()
IDL: [ helpstring("") ]
void Close()
IDL: [ helpstring("") ]
void Delete(int AffectRecords)
IDL: [ helpstring("") ]
AffectRecords
- IDL: [in] [optional] [default] AffectEnum
Object GetRows(int Rows, Object Start, Object Fields)
IDL: [ helpstring("") ]
Rows
- IDL: [in] [optional] [default] LONG
Start
- IDL: [in] [optional] VARIANT
Fields
- IDL: [in] [optional] VARIANT
IDL: [out] [retval] VARIANT*
Object GetRows(int Rows, Object Start)
Object GetRows(int Rows)
void Move(int NumRecords, Object Start)
IDL: [ helpstring("") ]
NumRecords
- IDL: [in] LONG
Start
- IDL: [in] [optional] VARIANT
void Move(int NumRecords)
void MoveNext()
IDL: [ helpstring("") ]
void MovePrevious()
IDL: [ helpstring("") ]
void MoveFirst()
IDL: [ helpstring("") ]
void MoveLast()
IDL: [ helpstring("") ]
void Open(Object Source, Object ActiveConnection, int CursorType, int LockType, int Options)
IDL: [ helpstring("") ]
Source
- IDL: [in] [optional] VARIANT
ActiveConnection
- IDL: [in] [optional] VARIANT
CursorType
- IDL: [in] [optional] [default] CursorTypeEnum
LockType
- IDL: [in] [optional] [default] LockTypeEnum
Options
- IDL: [in] [optional] [default] LONG
void Requery(int Options)
IDL: [ helpstring("") ]
Options
- IDL: [in] [optional] [default] LONG
void _xResync(int AffectRecords)
IDL: [ helpstring("") ]
AffectRecords
- IDL: [in] [optional] [default] AffectEnum
void Update(Object Fields, Object Values)
IDL: [ helpstring("") ]
Fields
- IDL: [in] [optional] VARIANT
Values
- IDL: [in] [optional] VARIANT
void Update(Object Fields)
void Update()
int getAbsolutePage()
IDL: [ helpstring("") ]
IDL: [out] [retval] PositionEnum*
void setAbsolutePage(int pl)
IDL: [ helpstring("") ]
pl
- IDL: [in] PositionEnum
int getEditMode()
IDL: [ helpstring("") ]
IDL: [out] [retval] EditModeEnum*
Object getFilter()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT*
void setFilter(Object Criteria)
IDL: [ helpstring("") ]
Criteria
- IDL: [in] VARIANT
int getPageCount()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
int getPageSize()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
void setPageSize(int pl)
IDL: [ helpstring("") ]
pl
- IDL: [in] LONG
String getSort()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*
void setSort(String Criteria)
IDL: [ helpstring("") ]
Criteria
- IDL: [in] BSTR
int getStatus()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
int getState()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
_Recordset _xClone()
IDL: [ helpstring("") ]
IDL: [out] [retval] _Recordset**
void UpdateBatch(int AffectRecords)
IDL: [ helpstring("") ]
AffectRecords
- IDL: [in] [optional] [default] AffectEnum
void CancelBatch(int AffectRecords)
IDL: [ helpstring("") ]
AffectRecords
- IDL: [in] [optional] [default] AffectEnum
int getCursorLocation()
IDL: [ helpstring("") ]
IDL: [out] [retval] CursorLocationEnum*
void setCursorLocation(int plCursorLoc)
IDL: [ helpstring("") ]
plCursorLoc
- IDL: [in] CursorLocationEnum
_Recordset NextRecordset(Object[] RecordsAffected)
IDL: [ helpstring("") ]
RecordsAffected
- IDL: [out] [optional] VARIANT*
IDL: [out] [retval] _Recordset**
_Recordset NextRecordset()
boolean Supports(int CursorOptions)
IDL: [ helpstring("") ]
CursorOptions
- IDL: [in] CursorOptionEnum
IDL: [out] [retval] VARIANT_BOOL*
Object getCollect(Object Index)
IDL: [ helpstring("") ]
Index
- IDL: [in] VARIANT
IDL: [out] [retval] VARIANT*
void setCollect(Object Index, Object pvar)
IDL: [ helpstring("") ]
Index
- IDL: [in] VARIANT
pvar
- IDL: [in] VARIANT
int getMarshalOptions()
IDL: [ helpstring("") ]
IDL: [out] [retval] MarshalOptionsEnum*
void setMarshalOptions(int peMarshal)
IDL: [ helpstring("") ]
peMarshal
- IDL: [in] MarshalOptionsEnum
void Find(String Criteria, int SkipRecords, int SearchDirection, Object Start)
IDL: [ helpstring("") ]
Criteria
- IDL: [in] BSTR
SkipRecords
- IDL: [in] [optional] [default] LONG
SearchDirection
- IDL: [in] [optional] [default] SearchDirectionEnum
Start
- IDL: [in] [optional] VARIANT
void Find(String Criteria, int SkipRecords, int SearchDirection)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |