|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Command15
IDL: [ helpstring(""), hidden, dual, nonextensible, oleautomation, dispatchable ] interface
Nested Class Summary | |
---|---|
static class |
Command15.Disp
Implementation, COM to Java. |
static class |
Command15.Jni
Implementation, Java to COM. |
Field Summary | |
---|---|
static GUID |
IID
IDL: [uuid(00000508-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 | |
---|---|
_Parameter |
CreateParameter(String Name,
int Type,
int Direction,
int Size)
[optional=1] |
_Parameter |
CreateParameter(String Name,
int Type,
int Direction,
int Size,
Object Value)
IDL: [ helpstring("") ] |
_Recordset |
Execute(Object[] RecordsAffected,
Object[] Parameters,
int Options)
IDL: [ helpstring("") ] |
_Connection |
getActiveConnection()
IDL: [ helpstring("") ] |
String |
getCommandText()
IDL: [ helpstring("") ] |
int |
getCommandTimeout()
IDL: [ helpstring("") ] |
int |
getCommandType()
IDL: [ helpstring("") ] |
String |
getName()
IDL: [ helpstring("") ] |
Parameters |
getParameters()
IDL: [ helpstring("") ] |
boolean |
getPrepared()
IDL: [ helpstring("") ] |
void |
setActiveConnection(Object ppvObject)
IDL: [ helpstring("") ] |
void |
setCommandText(String pbstr)
IDL: [ helpstring("") ] |
void |
setCommandTimeout(int pl)
IDL: [ helpstring("") ] |
void |
setCommandType(int plCmdType)
IDL: [ helpstring("") ] |
void |
setName(String pbstrName)
IDL: [ helpstring("") ] |
void |
setPrepared(boolean pfPrepared)
IDL: [ helpstring("") ] |
void |
setrefActiveConnection(_Connection ppvObject)
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(00000508-0000-0010-8000-00AA006D2EA4)]
Method Detail |
---|
_Connection getActiveConnection()
IDL: [ helpstring("") ]
IDL: [out] [retval] _Connection**
void setrefActiveConnection(_Connection ppvObject)
IDL: [ helpstring("") ]
ppvObject
- IDL: [in] _Connection*
void setActiveConnection(Object ppvObject)
IDL: [ helpstring("") ]
ppvObject
- IDL: [in] VARIANT
String getCommandText()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*
void setCommandText(String pbstr)
IDL: [ helpstring("") ]
pbstr
- IDL: [in] BSTR
int getCommandTimeout()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
void setCommandTimeout(int pl)
IDL: [ helpstring("") ]
pl
- IDL: [in] LONG
boolean getPrepared()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT_BOOL*
void setPrepared(boolean pfPrepared)
IDL: [ helpstring("") ]
pfPrepared
- IDL: [in] VARIANT_BOOL
_Recordset Execute(Object[] RecordsAffected, Object[] Parameters, int Options)
IDL: [ helpstring("") ]
RecordsAffected
- IDL: [out] [optional] VARIANT*
Parameters
- IDL: [in] [optional] VARIANT*
Options
- IDL: [in] [optional] [default] LONG
IDL: [out] [retval] _Recordset**
_Parameter CreateParameter(String Name, int Type, int Direction, int Size, Object Value)
IDL: [ helpstring("") ]
Name
- IDL: [in] [optional] [default] BSTR
Type
- IDL: [in] [optional] [default] DataTypeEnum
Direction
- IDL: [in] [optional] [default] ParameterDirectionEnum
Size
- IDL: [in] [optional] [default] LONG
Value
- IDL: [in] [optional] VARIANT
IDL: [out] [retval] _Parameter**
_Parameter CreateParameter(String Name, int Type, int Direction, int Size)
Parameters getParameters()
IDL: [ helpstring("") ]
IDL: [out] [retval] Parameters**
void setCommandType(int plCmdType)
IDL: [ helpstring("") ]
plCmdType
- IDL: [in] CommandTypeEnum
int getCommandType()
IDL: [ helpstring("") ]
IDL: [out] [retval] CommandTypeEnum*
String getName()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*
void setName(String pbstrName)
IDL: [ helpstring("") ]
pbstrName
- IDL: [in] BSTR
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |