|
||||||||||
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.Command15.Jni
public static class Command15.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.Command15 |
---|
Command15.Disp, Command15.Jni |
Field Summary |
---|
Fields inherited from interface com.moesol.bindings.platform_sdk.data_services.Command15 |
---|
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 |
Command15.Jni()
|
Method Summary | |
---|---|
_Parameter |
CreateParameter(String p0,
int p1,
int p2,
int p3)
[optional=1] |
_Parameter |
CreateParameter(String p0,
int p1,
int p2,
int p3,
Object p4)
IDL: [ helpstring("") ] |
_Recordset |
Execute(Object[] p0,
Object[] p1,
int p2)
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 p0)
IDL: [ helpstring("") ] |
void |
setCommandText(String p0)
IDL: [ helpstring("") ] |
void |
setCommandTimeout(int p0)
IDL: [ helpstring("") ] |
void |
setCommandType(int p0)
IDL: [ helpstring("") ] |
void |
setName(String p0)
IDL: [ helpstring("") ] |
void |
setPrepared(boolean p0)
IDL: [ helpstring("") ] |
void |
setrefActiveConnection(_Connection 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 Command15.Jni()
Method Detail |
---|
public _Connection getActiveConnection()
Command15
IDL: [ helpstring("") ]
getActiveConnection
in interface Command15
IDL: [out] [retval] _Connection**
public void setrefActiveConnection(_Connection p0)
Command15
IDL: [ helpstring("") ]
setrefActiveConnection
in interface Command15
p0
- IDL: [in] _Connection*
public void setActiveConnection(Object p0)
Command15
IDL: [ helpstring("") ]
setActiveConnection
in interface Command15
p0
- IDL: [in] VARIANT
public String getCommandText()
Command15
IDL: [ helpstring("") ]
getCommandText
in interface Command15
IDL: [out] [retval] BSTR*
public void setCommandText(String p0)
Command15
IDL: [ helpstring("") ]
setCommandText
in interface Command15
p0
- IDL: [in] BSTR
public int getCommandTimeout()
Command15
IDL: [ helpstring("") ]
getCommandTimeout
in interface Command15
IDL: [out] [retval] LONG*
public void setCommandTimeout(int p0)
Command15
IDL: [ helpstring("") ]
setCommandTimeout
in interface Command15
p0
- IDL: [in] LONG
public boolean getPrepared()
Command15
IDL: [ helpstring("") ]
getPrepared
in interface Command15
IDL: [out] [retval] VARIANT_BOOL*
public void setPrepared(boolean p0)
Command15
IDL: [ helpstring("") ]
setPrepared
in interface Command15
p0
- IDL: [in] VARIANT_BOOL
public _Recordset Execute(Object[] p0, Object[] p1, int p2)
Command15
IDL: [ helpstring("") ]
Execute
in interface Command15
p0
- IDL: [out] [optional] VARIANT*
p1
- IDL: [in] [optional] VARIANT*
p2
- IDL: [in] [optional] [default] LONG
IDL: [out] [retval] _Recordset**
public _Parameter CreateParameter(String p0, int p1, int p2, int p3, Object p4)
Command15
IDL: [ helpstring("") ]
CreateParameter
in interface Command15
p0
- IDL: [in] [optional] [default] BSTR
p1
- IDL: [in] [optional] [default] DataTypeEnum
p2
- IDL: [in] [optional] [default] ParameterDirectionEnum
p3
- IDL: [in] [optional] [default] LONG
p4
- IDL: [in] [optional] VARIANT
IDL: [out] [retval] _Parameter**
public _Parameter CreateParameter(String p0, int p1, int p2, int p3)
CreateParameter
in interface Command15
public Parameters getParameters()
Command15
IDL: [ helpstring("") ]
getParameters
in interface Command15
IDL: [out] [retval] Parameters**
public void setCommandType(int p0)
Command15
IDL: [ helpstring("") ]
setCommandType
in interface Command15
p0
- IDL: [in] CommandTypeEnum
public int getCommandType()
Command15
IDL: [ helpstring("") ]
getCommandType
in interface Command15
IDL: [out] [retval] CommandTypeEnum*
public String getName()
Command15
IDL: [ helpstring("") ]
getName
in interface Command15
IDL: [out] [retval] BSTR*
public void setName(String p0)
Command15
IDL: [ helpstring("") ]
setName
in interface Command15
p0
- IDL: [in] BSTR
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |