|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Connection15
IDL: [ helpstring(""), hidden, dual, oleautomation, dispatchable ] interface
Nested Class Summary | |
---|---|
static class |
Connection15.Disp
Implementation, COM to Java. |
static class |
Connection15.Jni
Implementation, Java to COM. |
Field Summary | |
---|---|
static GUID |
IID
IDL: [uuid(00000515-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 | |
---|---|
int |
BeginTrans()
IDL: [ helpstring("") ] |
void |
Close()
IDL: [ helpstring("") ] |
void |
CommitTrans()
IDL: [ helpstring("") ] |
_Recordset |
Execute(String CommandText,
Object[] RecordsAffected,
int Options)
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 ConnectionString,
String UserID,
String Password,
int Options)
IDL: [ helpstring("") ] |
_Recordset |
OpenSchema(int Schema)
[optional=2] |
_Recordset |
OpenSchema(int Schema,
Object Restrictions)
[optional=1] |
_Recordset |
OpenSchema(int Schema,
Object Restrictions,
Object SchemaID)
IDL: [ helpstring("") ] |
void |
RollbackTrans()
IDL: [ helpstring("") ] |
void |
setAttributes(int plAttr)
IDL: [ helpstring("") ] |
void |
setCommandTimeout(int plTimeout)
IDL: [ helpstring("") ] |
void |
setConnectionString(String pbstr)
IDL: [ helpstring("") ] |
void |
setConnectionTimeout(int plTimeout)
IDL: [ helpstring("") ] |
void |
setCursorLocation(int plCursorLoc)
IDL: [ helpstring("") ] |
void |
setDefaultDatabase(String pbstr)
IDL: [ helpstring("") ] |
void |
setIsolationLevel(int Level)
IDL: [ helpstring("") ] |
void |
setMode(int plMode)
IDL: [ helpstring("") ] |
void |
setProvider(String pbstr)
IDL: [ helpstring("") ] |
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 |
Field Detail |
---|
static final Class TYPELIB
static final GUID IID
IDL: [uuid(00000515-0000-0010-8000-00AA006D2EA4)]
Method Detail |
---|
String getConnectionString()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*
void setConnectionString(String pbstr)
IDL: [ helpstring("") ]
pbstr
- IDL: [in] BSTR
int getCommandTimeout()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
void setCommandTimeout(int plTimeout)
IDL: [ helpstring("") ]
plTimeout
- IDL: [in] LONG
int getConnectionTimeout()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
void setConnectionTimeout(int plTimeout)
IDL: [ helpstring("") ]
plTimeout
- IDL: [in] LONG
String getVersion()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*
void Close()
IDL: [ helpstring("") ]
_Recordset Execute(String CommandText, Object[] RecordsAffected, int Options)
IDL: [ helpstring("") ]
CommandText
- IDL: [in] BSTR
RecordsAffected
- IDL: [out] [optional] VARIANT*
Options
- IDL: [in] [optional] [default] LONG
IDL: [out] [retval] _Recordset**
int BeginTrans()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
void CommitTrans()
IDL: [ helpstring("") ]
void RollbackTrans()
IDL: [ helpstring("") ]
void Open(String ConnectionString, String UserID, String Password, int Options)
IDL: [ helpstring("") ]
ConnectionString
- IDL: [in] [optional] [default] BSTR
UserID
- IDL: [in] [optional] [default] BSTR
Password
- IDL: [in] [optional] [default] BSTR
Options
- IDL: [in] [optional] [default] LONG
Errors getErrors()
IDL: [ helpstring("") ]
IDL: [out] [retval] Errors**
String getDefaultDatabase()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*
void setDefaultDatabase(String pbstr)
IDL: [ helpstring("") ]
pbstr
- IDL: [in] BSTR
int getIsolationLevel()
IDL: [ helpstring("") ]
IDL: [out] [retval] IsolationLevelEnum*
void setIsolationLevel(int Level)
IDL: [ helpstring("") ]
Level
- IDL: [in] IsolationLevelEnum
int getAttributes()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
void setAttributes(int plAttr)
IDL: [ helpstring("") ]
plAttr
- IDL: [in] LONG
int getCursorLocation()
IDL: [ helpstring("") ]
IDL: [out] [retval] CursorLocationEnum*
void setCursorLocation(int plCursorLoc)
IDL: [ helpstring("") ]
plCursorLoc
- IDL: [in] CursorLocationEnum
int getMode()
IDL: [ helpstring("") ]
IDL: [out] [retval] ConnectModeEnum*
void setMode(int plMode)
IDL: [ helpstring("") ]
plMode
- IDL: [in] ConnectModeEnum
String getProvider()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*
void setProvider(String pbstr)
IDL: [ helpstring("") ]
pbstr
- IDL: [in] BSTR
int getState()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
_Recordset OpenSchema(int Schema, Object Restrictions, Object SchemaID)
IDL: [ helpstring("") ]
Schema
- IDL: [in] SchemaEnum
Restrictions
- IDL: [in] [optional] VARIANT
SchemaID
- IDL: [in] [optional] VARIANT
IDL: [out] [retval] _Recordset**
_Recordset OpenSchema(int Schema, Object Restrictions)
_Recordset OpenSchema(int Schema)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |