|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface _QueryDef
IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
| Nested Class Summary | |
|---|---|
static class |
_QueryDef.Disp
Implementation, COM to Java. |
static class |
_QueryDef.Jni
Implementation, Java to COM. |
| Field Summary | |
|---|---|
static GUID |
IID
IDL: [uuid(00000079-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("") ] |
Property |
CreateProperty()
[optional=4] |
Property |
CreateProperty(Object Name)
[optional=3] |
Property |
CreateProperty(Object Name,
Object Type)
[optional=2] |
Property |
CreateProperty(Object Name,
Object Type,
Object Value)
[optional=1] |
Property |
CreateProperty(Object Name,
Object Type,
Object Value,
Object DDL)
IDL: [ helpstring("") ] |
void |
Execute()
[optional=1] |
void |
Execute(Object Options)
IDL: [ helpstring("") ] |
int |
getCacheSize()
IDL: [ helpstring("") ] |
String |
getConnect()
IDL: [ helpstring("") ] |
Object |
getDateCreated()
IDL: [ helpstring("") ] |
Fields |
getFields()
IDL: [ helpstring("") ] |
int |
gethStmt()
IDL: [ helpstring("") ] |
Object |
getLastUpdated()
IDL: [ helpstring("") ] |
int |
getMaxRecords()
IDL: [ helpstring("") ] |
String |
getName()
IDL: [ helpstring("") ] |
short |
getODBCTimeout()
IDL: [ helpstring("") ] |
Parameters |
getParameters()
IDL: [ helpstring("") ] |
Object |
getPrepare()
IDL: [ helpstring("") ] |
int |
getRecordsAffected()
IDL: [ helpstring("") ] |
boolean |
getReturnsRecords()
IDL: [ helpstring("") ] |
String |
getSQL()
IDL: [ helpstring("") ] |
boolean |
getStillExecuting()
IDL: [ helpstring("") ] |
short |
getType()
IDL: [ helpstring("") ] |
boolean |
getUpdatable()
IDL: [ helpstring("") ] |
Recordset |
OpenRecordset()
[optional=3] |
Recordset |
OpenRecordset(Object Type)
[optional=2] |
Recordset |
OpenRecordset(Object Type,
Object Options)
[optional=1] |
Recordset |
OpenRecordset(Object Type,
Object Options,
Object LockEdit)
IDL: [ helpstring("") ] |
void |
setCacheSize(int lCacheSize)
IDL: [ helpstring("") ] |
void |
setConnect(String pbstr)
IDL: [ helpstring("") ] |
void |
setMaxRecords(int pMxRecs)
IDL: [ helpstring("") ] |
void |
setName(String pbstr)
IDL: [ helpstring("") ] |
void |
setODBCTimeout(short ps)
IDL: [ helpstring("") ] |
void |
setPrepare(Object pb)
IDL: [ helpstring("") ] |
void |
setReturnsRecords(boolean pb)
IDL: [ helpstring("") ] |
void |
setSQL(String pbstr)
IDL: [ helpstring("") ] |
| Methods inherited from interface com.moesol.bindings.microsoft.dao._DAO |
|---|
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(00000079-0000-0010-8000-00AA006D2EA4)]
| Method Detail |
|---|
Object getDateCreated()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT*Object getLastUpdated()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT*String getName()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*void setName(String pbstr)
IDL: [ helpstring("") ]
pbstr - IDL: [in] BSTRshort getODBCTimeout()
IDL: [ helpstring("") ]
IDL: [out] [retval] SHORT*void setODBCTimeout(short ps)
IDL: [ helpstring("") ]
ps - IDL: [in] SHORTshort getType()
IDL: [ helpstring("") ]
IDL: [out] [retval] SHORT*String getSQL()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*void setSQL(String pbstr)
IDL: [ helpstring("") ]
pbstr - IDL: [in] BSTRboolean getUpdatable()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT_BOOL*String getConnect()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*void setConnect(String pbstr)
IDL: [ helpstring("") ]
pbstr - IDL: [in] BSTRboolean getReturnsRecords()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT_BOOL*void setReturnsRecords(boolean pb)
IDL: [ helpstring("") ]
pb - IDL: [in] VARIANT_BOOLint getRecordsAffected()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*Fields getFields()
IDL: [ helpstring("") ]
IDL: [out] [retval] Fields**Parameters getParameters()
IDL: [ helpstring("") ]
IDL: [out] [retval] Parameters**void Close()
IDL: [ helpstring("") ]
void Execute(Object Options)
IDL: [ helpstring("") ]
Options - IDL: [in] [optional] VARIANTvoid Execute()
Property CreateProperty(Object Name,
Object Type,
Object Value,
Object DDL)
IDL: [ helpstring("") ]
Name - IDL: [in] [optional] VARIANTType - IDL: [in] [optional] VARIANTValue - IDL: [in] [optional] VARIANTDDL - IDL: [in] [optional] VARIANT
IDL: [out] [retval] Property**
Property CreateProperty(Object Name,
Object Type,
Object Value)
Property CreateProperty(Object Name,
Object Type)
Property CreateProperty(Object Name)
Property CreateProperty()
Recordset OpenRecordset(Object Type,
Object Options,
Object LockEdit)
IDL: [ helpstring("") ]
Type - IDL: [in] [optional] VARIANTOptions - IDL: [in] [optional] VARIANTLockEdit - IDL: [in] [optional] VARIANT
IDL: [out] [retval] Recordset**
Recordset OpenRecordset(Object Type,
Object Options)
Recordset OpenRecordset(Object Type)
Recordset OpenRecordset()
void Cancel()
IDL: [ helpstring("") ]
int gethStmt()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*int getMaxRecords()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*void setMaxRecords(int pMxRecs)
IDL: [ helpstring("") ]
pMxRecs - IDL: [in] LONGboolean getStillExecuting()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT_BOOL*int getCacheSize()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*void setCacheSize(int lCacheSize)
IDL: [ helpstring("") ]
lCacheSize - IDL: [in] LONGObject getPrepare()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT*void setPrepare(Object pb)
IDL: [ helpstring("") ]
pb - IDL: [in] VARIANT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||