|
||||||||||
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.platform_sdk.data_services._ADO.Jni com.moesol.bindings.platform_sdk.data_services.Connection15.Jni
public static class Connection15.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.platform_sdk.data_services.Connection15 |
---|
Connection15.Disp, Connection15.Jni |
Field Summary |
---|
Fields inherited from interface com.moesol.bindings.platform_sdk.data_services.Connection15 |
---|
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 |
Connection15.Jni()
|
Method Summary | |
---|---|
int |
BeginTrans()
IDL: [ helpstring("") ] |
void |
Close()
IDL: [ helpstring("") ] |
void |
CommitTrans()
IDL: [ helpstring("") ] |
_Recordset |
Execute(String p0,
Object[] p1,
int p2)
IDL: [ helpstring("") ] |
int |
getAttributes()
IDL: [ helpstring("") ] |
int |
getCommandTimeout()
IDL: [ helpstring("") ] |
String |
getConnectionString()
IDL: [ helpstring("") ] |
int |
getConnectionTimeout()
IDL: [ helpstring("") ] |
int |
getCursorLocation()
IDL: [ helpstring("") ] |
String |
getDefaultDatabase()
IDL: [ helpstring("") ] |
Errors |
getErrors()
IDL: [ helpstring("") ] |
int |
getIsolationLevel()
IDL: [ helpstring("") ] |
int |
getMode()
IDL: [ helpstring("") ] |
String |
getProvider()
IDL: [ helpstring("") ] |
int |
getState()
IDL: [ helpstring("") ] |
String |
getVersion()
IDL: [ helpstring("") ] |
void |
Open(String p0,
String p1,
String p2,
int p3)
IDL: [ helpstring("") ] |
_Recordset |
OpenSchema(int p0)
[optional=2] |
_Recordset |
OpenSchema(int p0,
Object p1)
[optional=1] |
_Recordset |
OpenSchema(int p0,
Object p1,
Object p2)
IDL: [ helpstring("") ] |
void |
RollbackTrans()
IDL: [ helpstring("") ] |
void |
setAttributes(int p0)
IDL: [ helpstring("") ] |
void |
setCommandTimeout(int p0)
IDL: [ helpstring("") ] |
void |
setConnectionString(String p0)
IDL: [ helpstring("") ] |
void |
setConnectionTimeout(int p0)
IDL: [ helpstring("") ] |
void |
setCursorLocation(int p0)
IDL: [ helpstring("") ] |
void |
setDefaultDatabase(String p0)
IDL: [ helpstring("") ] |
void |
setIsolationLevel(int p0)
IDL: [ helpstring("") ] |
void |
setMode(int p0)
IDL: [ helpstring("") ] |
void |
setProvider(String p0)
IDL: [ helpstring("") ] |
Methods inherited from class com.moesol.bindings.platform_sdk.data_services._ADO.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, internalOnSetInterface, 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.data_services._ADO |
---|
getProperties |
Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown |
---|
QueryInterface, QueryInterface, Release |
Constructor Detail |
---|
protected Connection15.Jni()
Method Detail |
---|
public String getConnectionString()
Connection15
IDL: [ helpstring("") ]
getConnectionString
in interface Connection15
IDL: [out] [retval] BSTR*
public void setConnectionString(String p0)
Connection15
IDL: [ helpstring("") ]
setConnectionString
in interface Connection15
p0
- IDL: [in] BSTR
public int getCommandTimeout()
Connection15
IDL: [ helpstring("") ]
getCommandTimeout
in interface Connection15
IDL: [out] [retval] LONG*
public void setCommandTimeout(int p0)
Connection15
IDL: [ helpstring("") ]
setCommandTimeout
in interface Connection15
p0
- IDL: [in] LONG
public int getConnectionTimeout()
Connection15
IDL: [ helpstring("") ]
getConnectionTimeout
in interface Connection15
IDL: [out] [retval] LONG*
public void setConnectionTimeout(int p0)
Connection15
IDL: [ helpstring("") ]
setConnectionTimeout
in interface Connection15
p0
- IDL: [in] LONG
public String getVersion()
Connection15
IDL: [ helpstring("") ]
getVersion
in interface Connection15
IDL: [out] [retval] BSTR*
public void Close()
Connection15
IDL: [ helpstring("") ]
Close
in interface Connection15
public _Recordset Execute(String p0, Object[] p1, int p2)
Connection15
IDL: [ helpstring("") ]
Execute
in interface Connection15
p0
- IDL: [in] BSTR
p1
- IDL: [out] [optional] VARIANT*
p2
- IDL: [in] [optional] [default] LONG
IDL: [out] [retval] _Recordset**
public int BeginTrans()
Connection15
IDL: [ helpstring("") ]
BeginTrans
in interface Connection15
IDL: [out] [retval] LONG*
public void CommitTrans()
Connection15
IDL: [ helpstring("") ]
CommitTrans
in interface Connection15
public void RollbackTrans()
Connection15
IDL: [ helpstring("") ]
RollbackTrans
in interface Connection15
public void Open(String p0, String p1, String p2, int p3)
Connection15
IDL: [ helpstring("") ]
Open
in interface Connection15
p0
- IDL: [in] [optional] [default] BSTR
p1
- IDL: [in] [optional] [default] BSTR
p2
- IDL: [in] [optional] [default] BSTR
p3
- IDL: [in] [optional] [default] LONG
public Errors getErrors()
Connection15
IDL: [ helpstring("") ]
getErrors
in interface Connection15
IDL: [out] [retval] Errors**
public String getDefaultDatabase()
Connection15
IDL: [ helpstring("") ]
getDefaultDatabase
in interface Connection15
IDL: [out] [retval] BSTR*
public void setDefaultDatabase(String p0)
Connection15
IDL: [ helpstring("") ]
setDefaultDatabase
in interface Connection15
p0
- IDL: [in] BSTR
public int getIsolationLevel()
Connection15
IDL: [ helpstring("") ]
getIsolationLevel
in interface Connection15
IDL: [out] [retval] IsolationLevelEnum*
public void setIsolationLevel(int p0)
Connection15
IDL: [ helpstring("") ]
setIsolationLevel
in interface Connection15
p0
- IDL: [in] IsolationLevelEnum
public int getAttributes()
Connection15
IDL: [ helpstring("") ]
getAttributes
in interface Connection15
IDL: [out] [retval] LONG*
public void setAttributes(int p0)
Connection15
IDL: [ helpstring("") ]
setAttributes
in interface Connection15
p0
- IDL: [in] LONG
public int getCursorLocation()
Connection15
IDL: [ helpstring("") ]
getCursorLocation
in interface Connection15
IDL: [out] [retval] CursorLocationEnum*
public void setCursorLocation(int p0)
Connection15
IDL: [ helpstring("") ]
setCursorLocation
in interface Connection15
p0
- IDL: [in] CursorLocationEnum
public int getMode()
Connection15
IDL: [ helpstring("") ]
getMode
in interface Connection15
IDL: [out] [retval] ConnectModeEnum*
public void setMode(int p0)
Connection15
IDL: [ helpstring("") ]
setMode
in interface Connection15
p0
- IDL: [in] ConnectModeEnum
public String getProvider()
Connection15
IDL: [ helpstring("") ]
getProvider
in interface Connection15
IDL: [out] [retval] BSTR*
public void setProvider(String p0)
Connection15
IDL: [ helpstring("") ]
setProvider
in interface Connection15
p0
- IDL: [in] BSTR
public int getState()
Connection15
IDL: [ helpstring("") ]
getState
in interface Connection15
IDL: [out] [retval] LONG*
public _Recordset OpenSchema(int p0, Object p1, Object p2)
Connection15
IDL: [ helpstring("") ]
OpenSchema
in interface Connection15
p0
- IDL: [in] SchemaEnum
p1
- IDL: [in] [optional] VARIANT
p2
- IDL: [in] [optional] VARIANT
IDL: [out] [retval] _Recordset**
public _Recordset OpenSchema(int p0, Object p1)
OpenSchema
in interface Connection15
public _Recordset OpenSchema(int p0)
OpenSchema
in interface Connection15
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |