|
||||||||||
| 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.microsoft.dao._DAO.Jni
com.moesol.bindings.microsoft.dao._QueryDef.Jni
public static class _QueryDef.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.microsoft.dao._QueryDef |
|---|
_QueryDef.Disp, _QueryDef.Jni |
| Field Summary |
|---|
| Fields inherited from interface com.moesol.bindings.microsoft.dao._QueryDef |
|---|
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 |
_QueryDef.Jni()
|
| Method Summary | |
|---|---|
void |
Cancel()
IDL: [ helpstring("") ] |
void |
Close()
IDL: [ helpstring("") ] |
Property |
CreateProperty()
[optional=4] |
Property |
CreateProperty(Object p0)
[optional=3] |
Property |
CreateProperty(Object p0,
Object p1)
[optional=2] |
Property |
CreateProperty(Object p0,
Object p1,
Object p2)
[optional=1] |
Property |
CreateProperty(Object p0,
Object p1,
Object p2,
Object p3)
IDL: [ helpstring("") ] |
void |
Execute()
[optional=1] |
void |
Execute(Object p0)
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("") ] |
protected void |
internalOnSetInterface()
Template method to setup apartment thread checking. |
Recordset |
OpenRecordset()
[optional=3] |
Recordset |
OpenRecordset(Object p0)
[optional=2] |
Recordset |
OpenRecordset(Object p0,
Object p1)
[optional=1] |
Recordset |
OpenRecordset(Object p0,
Object p1,
Object p2)
IDL: [ helpstring("") ] |
void |
setCacheSize(int p0)
IDL: [ helpstring("") ] |
void |
setConnect(String p0)
IDL: [ helpstring("") ] |
void |
setMaxRecords(int p0)
IDL: [ helpstring("") ] |
void |
setName(String p0)
IDL: [ helpstring("") ] |
void |
setODBCTimeout(short p0)
IDL: [ helpstring("") ] |
void |
setPrepare(Object p0)
IDL: [ helpstring("") ] |
void |
setReturnsRecords(boolean p0)
IDL: [ helpstring("") ] |
void |
setSQL(String p0)
IDL: [ helpstring("") ] |
| Methods inherited from class com.moesol.bindings.microsoft.dao._DAO.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, 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.microsoft.dao._DAO |
|---|
getProperties |
| Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown |
|---|
QueryInterface, QueryInterface, Release |
| Constructor Detail |
|---|
protected _QueryDef.Jni()
| Method Detail |
|---|
protected void internalOnSetInterface()
IUnknown.Jni
internalOnSetInterface in class _DAO.Jnipublic Object getDateCreated()
_QueryDefIDL: [ helpstring("") ]
getDateCreated in interface _QueryDefIDL: [out] [retval] VARIANT*public Object getLastUpdated()
_QueryDefIDL: [ helpstring("") ]
getLastUpdated in interface _QueryDefIDL: [out] [retval] VARIANT*public String getName()
_QueryDefIDL: [ helpstring("") ]
getName in interface _QueryDefIDL: [out] [retval] BSTR*public void setName(String p0)
_QueryDefIDL: [ helpstring("") ]
setName in interface _QueryDefp0 - IDL: [in] BSTRpublic short getODBCTimeout()
_QueryDefIDL: [ helpstring("") ]
getODBCTimeout in interface _QueryDefIDL: [out] [retval] SHORT*public void setODBCTimeout(short p0)
_QueryDefIDL: [ helpstring("") ]
setODBCTimeout in interface _QueryDefp0 - IDL: [in] SHORTpublic short getType()
_QueryDefIDL: [ helpstring("") ]
getType in interface _QueryDefIDL: [out] [retval] SHORT*public String getSQL()
_QueryDefIDL: [ helpstring("") ]
getSQL in interface _QueryDefIDL: [out] [retval] BSTR*public void setSQL(String p0)
_QueryDefIDL: [ helpstring("") ]
setSQL in interface _QueryDefp0 - IDL: [in] BSTRpublic boolean getUpdatable()
_QueryDefIDL: [ helpstring("") ]
getUpdatable in interface _QueryDefIDL: [out] [retval] VARIANT_BOOL*public String getConnect()
_QueryDefIDL: [ helpstring("") ]
getConnect in interface _QueryDefIDL: [out] [retval] BSTR*public void setConnect(String p0)
_QueryDefIDL: [ helpstring("") ]
setConnect in interface _QueryDefp0 - IDL: [in] BSTRpublic boolean getReturnsRecords()
_QueryDefIDL: [ helpstring("") ]
getReturnsRecords in interface _QueryDefIDL: [out] [retval] VARIANT_BOOL*public void setReturnsRecords(boolean p0)
_QueryDefIDL: [ helpstring("") ]
setReturnsRecords in interface _QueryDefp0 - IDL: [in] VARIANT_BOOLpublic int getRecordsAffected()
_QueryDefIDL: [ helpstring("") ]
getRecordsAffected in interface _QueryDefIDL: [out] [retval] LONG*public Fields getFields()
_QueryDefIDL: [ helpstring("") ]
getFields in interface _QueryDefIDL: [out] [retval] Fields**public Parameters getParameters()
_QueryDefIDL: [ helpstring("") ]
getParameters in interface _QueryDefIDL: [out] [retval] Parameters**public void Close()
_QueryDefIDL: [ helpstring("") ]
Close in interface _QueryDefpublic void Execute(Object p0)
_QueryDefIDL: [ helpstring("") ]
Execute in interface _QueryDefp0 - IDL: [in] [optional] VARIANTpublic void Execute()
Execute in interface _QueryDef
public Property CreateProperty(Object p0,
Object p1,
Object p2,
Object p3)
_QueryDefIDL: [ helpstring("") ]
CreateProperty in interface _QueryDefp0 - IDL: [in] [optional] VARIANTp1 - IDL: [in] [optional] VARIANTp2 - IDL: [in] [optional] VARIANTp3 - IDL: [in] [optional] VARIANT
IDL: [out] [retval] Property**
public Property CreateProperty(Object p0,
Object p1,
Object p2)
CreateProperty in interface _QueryDef
public Property CreateProperty(Object p0,
Object p1)
CreateProperty in interface _QueryDefpublic Property CreateProperty(Object p0)
CreateProperty in interface _QueryDefpublic Property CreateProperty()
CreateProperty in interface _QueryDef
public Recordset OpenRecordset(Object p0,
Object p1,
Object p2)
_QueryDefIDL: [ helpstring("") ]
OpenRecordset in interface _QueryDefp0 - IDL: [in] [optional] VARIANTp1 - IDL: [in] [optional] VARIANTp2 - IDL: [in] [optional] VARIANT
IDL: [out] [retval] Recordset**
public Recordset OpenRecordset(Object p0,
Object p1)
OpenRecordset in interface _QueryDefpublic Recordset OpenRecordset(Object p0)
OpenRecordset in interface _QueryDefpublic Recordset OpenRecordset()
OpenRecordset in interface _QueryDefpublic void Cancel()
_QueryDefIDL: [ helpstring("") ]
Cancel in interface _QueryDefpublic int gethStmt()
_QueryDefIDL: [ helpstring("") ]
gethStmt in interface _QueryDefIDL: [out] [retval] LONG*public int getMaxRecords()
_QueryDefIDL: [ helpstring("") ]
getMaxRecords in interface _QueryDefIDL: [out] [retval] LONG*public void setMaxRecords(int p0)
_QueryDefIDL: [ helpstring("") ]
setMaxRecords in interface _QueryDefp0 - IDL: [in] LONGpublic boolean getStillExecuting()
_QueryDefIDL: [ helpstring("") ]
getStillExecuting in interface _QueryDefIDL: [out] [retval] VARIANT_BOOL*public int getCacheSize()
_QueryDefIDL: [ helpstring("") ]
getCacheSize in interface _QueryDefIDL: [out] [retval] LONG*public void setCacheSize(int p0)
_QueryDefIDL: [ helpstring("") ]
setCacheSize in interface _QueryDefp0 - IDL: [in] LONGpublic Object getPrepare()
_QueryDefIDL: [ helpstring("") ]
getPrepare in interface _QueryDefIDL: [out] [retval] VARIANT*public void setPrepare(Object p0)
_QueryDefIDL: [ helpstring("") ]
setPrepare in interface _QueryDefp0 - IDL: [in] VARIANT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||