com.moesol.bindings.platform_sdk.data_services
Class _Command.Jni

java.lang.Object
  extended by com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
      extended by com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
          extended by com.moesol.bindings.platform_sdk.data_services._ADO.Jni
              extended by com.moesol.bindings.platform_sdk.data_services.Command15.Jni
                  extended by com.moesol.bindings.platform_sdk.data_services.Command25.Jni
                      extended by 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.


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._Command
_Command.Disp, _Command.Jni
 
Field Summary
 
Fields inherited from interface com.moesol.bindings.platform_sdk.data_services._Command
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 _Command.Jni()
           
 
Method Summary
 Object getCommandStream()
          IDL: [ helpstring("") ]
 String getDialect()
          IDL: [ helpstring("") ]
 boolean getNamedParameters()
          IDL: [ helpstring("") ]
 void setDialect(String p0)
          IDL: [ helpstring("") ]
 void setNamedParameters(boolean p0)
          IDL: [ helpstring("") ]
 void setrefCommandStream(IUnknown p0)
          IDL: [ helpstring("") ]
 
Methods inherited from class com.moesol.bindings.platform_sdk.data_services.Command25.Jni
Cancel, getState
 
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.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.Command25
Cancel, getState
 
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
 
Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown
QueryInterface, QueryInterface, Release
 

Constructor Detail

_Command.Jni

protected _Command.Jni()
Method Detail

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.