|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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.Jni
public String getName()
Connection
IDL: [ helpstring("") ]
getName
in interface Connection
IDL: [out] [retval] BSTR*
public String getConnect()
Connection
IDL: [ helpstring("") ]
getConnect
in interface Connection
IDL: [out] [retval] BSTR*
public Database getDatabase()
Connection
IDL: [ helpstring("") ]
getDatabase
in interface Connection
IDL: [out] [retval] Database**
public int gethDbc()
Connection
IDL: [ helpstring("") ]
gethDbc
in interface Connection
IDL: [out] [retval] LONG*
public short getQueryTimeout()
Connection
IDL: [ helpstring("") ]
getQueryTimeout
in interface Connection
IDL: [out] [retval] SHORT*
public void setQueryTimeout(short p0)
Connection
IDL: [ helpstring("") ]
setQueryTimeout
in interface Connection
p0
- IDL: [in] SHORT
public boolean getTransactions()
Connection
IDL: [ helpstring("") ]
getTransactions
in interface Connection
IDL: [out] [retval] VARIANT_BOOL*
public int getRecordsAffected()
Connection
IDL: [ helpstring("") ]
getRecordsAffected
in interface Connection
IDL: [out] [retval] LONG*
public boolean getStillExecuting()
Connection
IDL: [ helpstring("") ]
getStillExecuting
in interface Connection
IDL: [out] [retval] VARIANT_BOOL*
public boolean getUpdatable()
Connection
IDL: [ helpstring("") ]
getUpdatable
in interface Connection
IDL: [out] [retval] VARIANT_BOOL*
public QueryDefs getQueryDefs()
Connection
IDL: [ helpstring("") ]
getQueryDefs
in interface Connection
IDL: [out] [retval] QueryDefs**
public Recordsets getRecordsets()
Connection
IDL: [ helpstring("") ]
getRecordsets
in interface Connection
IDL: [out] [retval] Recordsets**
public void Cancel()
Connection
IDL: [ helpstring("") ]
Cancel
in interface Connection
public void Close()
Connection
IDL: [ helpstring("") ]
Close
in interface Connection
public QueryDef CreateQueryDef(Object p0, Object p1)
Connection
IDL: [ helpstring("") ]
CreateQueryDef
in interface Connection
p0
- IDL: [in] [optional] VARIANT
p1
- IDL: [in] [optional] VARIANT
IDL: [out] [retval] QueryDef**
public QueryDef CreateQueryDef(Object p0)
CreateQueryDef
in interface Connection
public QueryDef CreateQueryDef()
CreateQueryDef
in interface Connection
public void Execute(String p0, Object p1)
Connection
IDL: [ helpstring("") ]
Execute
in interface Connection
p0
- IDL: [in] BSTR
p1
- IDL: [in] [optional] VARIANT
public void Execute(String p0)
Execute
in interface Connection
public Recordset OpenRecordset(String p0, Object p1, Object p2, Object p3)
Connection
IDL: [ helpstring("") ]
OpenRecordset
in interface Connection
p0
- IDL: [in] BSTR
p1
- IDL: [in] [optional] VARIANT
p2
- IDL: [in] [optional] VARIANT
p3
- 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 Connection
public Recordset OpenRecordset(String p0)
OpenRecordset
in interface Connection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |