com.moesol.bindings.platform_sdk.data_services
Class _Command.Jni
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
com.moesol.bindings.platform_sdk.data_services.Command25.Jni
com.moesol.bindings.platform_sdk.data_services._Command.Jni
- All Implemented Interfaces:
- IDispatch, IUnknown, _ADO, _Command, Command15, Command25
- Direct Known Subclasses:
- Command
- Enclosing interface:
- _Command
public static class _Command.Jni
- extends Command25.Jni
- implements _Command
Implementation, Java to COM.
Fields inherited from interface com.moesol.bindings.platform_sdk.data_services._Command |
IID, TYPELIB |
Methods inherited from class com.moesol.bindings.platform_sdk.data_services.Command15.Jni |
CreateParameter, CreateParameter, Execute, getActiveConnection, getCommandText, getCommandTimeout, getCommandType, getName, getParameters, getPrepared, setActiveConnection, setCommandText, setCommandTimeout, setCommandType, setName, setPrepared, setrefActiveConnection |
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni |
Invoke |
Methods inherited from interface com.moesol.bindings.platform_sdk.data_services.Command15 |
CreateParameter, CreateParameter, Execute, getActiveConnection, getCommandText, getCommandTimeout, getCommandType, getName, getParameters, getPrepared, setActiveConnection, setCommandText, setCommandTimeout, setCommandType, setName, setPrepared, setrefActiveConnection |
Methods inherited from interface com.moesol.bindings.platform_sdk.data_services._ADO |
getProperties |
_Command.Jni
protected _Command.Jni()
setrefCommandStream
public void setrefCommandStream(IUnknown p0)
- Description copied from interface:
_Command
IDL: [ helpstring("") ]
- Specified by:
setrefCommandStream
in interface _Command
- Parameters:
p0
- IDL: [in] IUnknown*
getCommandStream
public Object getCommandStream()
- Description copied from interface:
_Command
IDL: [ helpstring("") ]
- Specified by:
getCommandStream
in interface _Command
- Returns:
IDL: [out] [retval] VARIANT*
setDialect
public void setDialect(String p0)
- Description copied from interface:
_Command
IDL: [ helpstring("") ]
- Specified by:
setDialect
in interface _Command
- Parameters:
p0
- IDL: [in] BSTR
getDialect
public String getDialect()
- Description copied from interface:
_Command
IDL: [ helpstring("") ]
- Specified by:
getDialect
in interface _Command
- Returns:
IDL: [out] [retval] BSTR*
setNamedParameters
public void setNamedParameters(boolean p0)
- Description copied from interface:
_Command
IDL: [ helpstring("") ]
- Specified by:
setNamedParameters
in interface _Command
- Parameters:
p0
- IDL: [in] VARIANT_BOOL
getNamedParameters
public boolean getNamedParameters()
- Description copied from interface:
_Command
IDL: [ helpstring("") ]
- Specified by:
getNamedParameters
in interface _Command
- Returns:
IDL: [out] [retval] VARIANT_BOOL*
Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.