com.moesol.bindings.platform_sdk.data_services
Interface _Command
- All Superinterfaces:
- _ADO, Command15, Command25, IDispatch, IUnknown
- All Known Implementing Classes:
- _Command.Jni, Command, Command.Jni
public interface _Command
- extends Command25
IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
Nested Class Summary |
static class |
_Command.Disp
Implementation, COM to Java. |
static class |
_Command.Jni
Implementation, Java to COM. |
Field Summary |
static GUID |
IID
IDL: [uuid(B08400BD-F9D1-4D02-B856-71D5DBA123E9)] |
static Class |
TYPELIB
|
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 |
TYPELIB
static final Class TYPELIB
IID
static final GUID IID
IDL: [uuid(B08400BD-F9D1-4D02-B856-71D5DBA123E9)]
setrefCommandStream
void setrefCommandStream(IUnknown pvStream)
IDL: [ helpstring("") ]
- Parameters:
pvStream
- IDL: [in] IUnknown*
getCommandStream
Object getCommandStream()
IDL: [ helpstring("") ]
- Returns:
IDL: [out] [retval] VARIANT*
setDialect
void setDialect(String pbstrDialect)
IDL: [ helpstring("") ]
- Parameters:
pbstrDialect
- IDL: [in] BSTR
getDialect
String getDialect()
IDL: [ helpstring("") ]
- Returns:
IDL: [out] [retval] BSTR*
setNamedParameters
void setNamedParameters(boolean pfNamedParameters)
IDL: [ helpstring("") ]
- Parameters:
pfNamedParameters
- IDL: [in] VARIANT_BOOL
getNamedParameters
boolean getNamedParameters()
IDL: [ helpstring("") ]
- Returns:
IDL: [out] [retval] VARIANT_BOOL*
Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.