|
||||||||||
| 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.Connection.Jni
public static class Connection.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.Connection |
|---|
Connection.Disp, Connection.Jni |
| Field Summary |
|---|
| Fields inherited from interface com.moesol.bindings.microsoft.dao.Connection |
|---|
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 |
Connection.Jni()
|
| Method Summary | |
|---|---|
void |
Cancel()
IDL: [ helpstring("") ] |
void |
Close()
IDL: [ helpstring("") ] |
QueryDef |
CreateQueryDef()
[optional=2] |
QueryDef |
CreateQueryDef(Object p0)
[optional=1] |
QueryDef |
CreateQueryDef(Object p0,
Object p1)
IDL: [ helpstring("") ] |
void |
Execute(String p0)
[optional=1] |
void |
Execute(String p0,
Object p1)
IDL: [ helpstring("") ] |
String |
getConnect()
IDL: [ helpstring("") ] |
Database |
getDatabase()
IDL: [ helpstring("") ] |
int |
gethDbc()
IDL: [ helpstring("") ] |
String |
getName()
IDL: [ helpstring("") ] |
QueryDefs |
getQueryDefs()
IDL: [ helpstring("") ] |
short |
getQueryTimeout()
IDL: [ helpstring("") ] |
int |
getRecordsAffected()
IDL: [ helpstring("") ] |
Recordsets |
getRecordsets()
IDL: [ helpstring("") ] |
boolean |
getStillExecuting()
IDL: [ helpstring("") ] |
boolean |
getTransactions()
IDL: [ helpstring("") ] |
boolean |
getUpdatable()
IDL: [ helpstring("") ] |
protected void |
internalOnSetInterface()
Template method to setup apartment thread checking. |
Recordset |
OpenRecordset(String p0)
[optional=3] |
Recordset |
OpenRecordset(String p0,
Object p1)
[optional=2] |
Recordset |
OpenRecordset(String p0,
Object p1,
Object p2)
[optional=1] |
Recordset |
OpenRecordset(String p0,
Object p1,
Object p2,
Object p3)
IDL: [ helpstring("") ] |
void |
setQueryTimeout(short p0)
IDL: [ helpstring("") ] |
| 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.platform_sdk.component_services.IUnknown |
|---|
QueryInterface, QueryInterface, Release |
| Constructor Detail |
|---|
protected Connection.Jni()
| Method Detail |
|---|
protected void internalOnSetInterface()
IUnknown.Jni
internalOnSetInterface in class IUnknown.Jnipublic String getName()
ConnectionIDL: [ helpstring("") ]
getName in interface ConnectionIDL: [out] [retval] BSTR*public String getConnect()
ConnectionIDL: [ helpstring("") ]
getConnect in interface ConnectionIDL: [out] [retval] BSTR*public Database getDatabase()
ConnectionIDL: [ helpstring("") ]
getDatabase in interface ConnectionIDL: [out] [retval] Database**public int gethDbc()
ConnectionIDL: [ helpstring("") ]
gethDbc in interface ConnectionIDL: [out] [retval] LONG*public short getQueryTimeout()
ConnectionIDL: [ helpstring("") ]
getQueryTimeout in interface ConnectionIDL: [out] [retval] SHORT*public void setQueryTimeout(short p0)
ConnectionIDL: [ helpstring("") ]
setQueryTimeout in interface Connectionp0 - IDL: [in] SHORTpublic boolean getTransactions()
ConnectionIDL: [ helpstring("") ]
getTransactions in interface ConnectionIDL: [out] [retval] VARIANT_BOOL*public int getRecordsAffected()
ConnectionIDL: [ helpstring("") ]
getRecordsAffected in interface ConnectionIDL: [out] [retval] LONG*public boolean getStillExecuting()
ConnectionIDL: [ helpstring("") ]
getStillExecuting in interface ConnectionIDL: [out] [retval] VARIANT_BOOL*public boolean getUpdatable()
ConnectionIDL: [ helpstring("") ]
getUpdatable in interface ConnectionIDL: [out] [retval] VARIANT_BOOL*public QueryDefs getQueryDefs()
ConnectionIDL: [ helpstring("") ]
getQueryDefs in interface ConnectionIDL: [out] [retval] QueryDefs**public Recordsets getRecordsets()
ConnectionIDL: [ helpstring("") ]
getRecordsets in interface ConnectionIDL: [out] [retval] Recordsets**public void Cancel()
ConnectionIDL: [ helpstring("") ]
Cancel in interface Connectionpublic void Close()
ConnectionIDL: [ helpstring("") ]
Close in interface Connection
public QueryDef CreateQueryDef(Object p0,
Object p1)
ConnectionIDL: [ helpstring("") ]
CreateQueryDef in interface Connectionp0 - IDL: [in] [optional] VARIANTp1 - IDL: [in] [optional] VARIANT
IDL: [out] [retval] QueryDef**public QueryDef CreateQueryDef(Object p0)
CreateQueryDef in interface Connectionpublic QueryDef CreateQueryDef()
CreateQueryDef in interface Connection
public void Execute(String p0,
Object p1)
ConnectionIDL: [ helpstring("") ]
Execute in interface Connectionp0 - IDL: [in] BSTRp1 - IDL: [in] [optional] VARIANTpublic void Execute(String p0)
Execute in interface Connection
public Recordset OpenRecordset(String p0,
Object p1,
Object p2,
Object p3)
ConnectionIDL: [ helpstring("") ]
OpenRecordset in interface Connectionp0 - IDL: [in] BSTRp1 - IDL: [in] [optional] VARIANTp2 - IDL: [in] [optional] VARIANTp3 - IDL: [in] [optional] VARIANT
IDL: [out] [retval] Recordset**
public Recordset OpenRecordset(String p0,
Object p1,
Object p2)
OpenRecordset in interface Connection
public Recordset OpenRecordset(String p0,
Object p1)
OpenRecordset in interface Connectionpublic Recordset OpenRecordset(String p0)
OpenRecordset in interface Connection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||