com.moesol.bindings.platform_sdk.data_services
Class Command15.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
All Implemented Interfaces:
IDispatch, IUnknown, _ADO, Command15
Direct Known Subclasses:
Command25.Jni
Enclosing interface:
Command15

public static class Command15.Jni
extends _ADO.Jni
implements Command15

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

Command15.Jni

protected Command15.Jni()
Method Detail

getActiveConnection

public _Connection getActiveConnection()
Description copied from interface: Command15
IDL: [ helpstring("") ]

Specified by:
getActiveConnection in interface Command15
Returns:
IDL: [out] [retval] _Connection**

setrefActiveConnection

public void setrefActiveConnection(_Connection p0)
Description copied from interface: Command15
IDL: [ helpstring("") ]

Specified by:
setrefActiveConnection in interface Command15
Parameters:
p0 - IDL: [in] _Connection*

setActiveConnection

public void setActiveConnection(Object p0)
Description copied from interface: Command15
IDL: [ helpstring("") ]

Specified by:
setActiveConnection in interface Command15
Parameters:
p0 - IDL: [in] VARIANT

getCommandText

public String getCommandText()
Description copied from interface: Command15
IDL: [ helpstring("") ]

Specified by:
getCommandText in interface Command15
Returns:
IDL: [out] [retval] BSTR*

setCommandText

public void setCommandText(String p0)
Description copied from interface: Command15
IDL: [ helpstring("") ]

Specified by:
setCommandText in interface Command15
Parameters:
p0 - IDL: [in] BSTR

getCommandTimeout

public int getCommandTimeout()
Description copied from interface: Command15
IDL: [ helpstring("") ]

Specified by:
getCommandTimeout in interface Command15
Returns:
IDL: [out] [retval] LONG*

setCommandTimeout

public void setCommandTimeout(int p0)
Description copied from interface: Command15
IDL: [ helpstring("") ]

Specified by:
setCommandTimeout in interface Command15
Parameters:
p0 - IDL: [in] LONG

getPrepared

public boolean getPrepared()
Description copied from interface: Command15
IDL: [ helpstring("") ]

Specified by:
getPrepared in interface Command15
Returns:
IDL: [out] [retval] VARIANT_BOOL*

setPrepared

public void setPrepared(boolean p0)
Description copied from interface: Command15
IDL: [ helpstring("") ]

Specified by:
setPrepared in interface Command15
Parameters:
p0 - IDL: [in] VARIANT_BOOL

Execute

public _Recordset Execute(Object[] p0,
                          Object[] p1,
                          int p2)
Description copied from interface: Command15
IDL: [ helpstring("") ]

Specified by:
Execute in interface Command15
Parameters:
p0 - IDL: [out] [optional] VARIANT*
p1 - IDL: [in] [optional] VARIANT*
p2 - IDL: [in] [optional] [default] LONG
Returns:
IDL: [out] [retval] _Recordset**

CreateParameter

public _Parameter CreateParameter(String p0,
                                  int p1,
                                  int p2,
                                  int p3,
                                  Object p4)
Description copied from interface: Command15
IDL: [ helpstring("") ]

Specified by:
CreateParameter in interface Command15
Parameters:
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
Returns:
IDL: [out] [retval] _Parameter**

CreateParameter

public _Parameter CreateParameter(String p0,
                                  int p1,
                                  int p2,
                                  int p3)
[optional=1]

Specified by:
CreateParameter in interface Command15

getParameters

public Parameters getParameters()
Description copied from interface: Command15
IDL: [ helpstring("") ]

Specified by:
getParameters in interface Command15
Returns:
IDL: [out] [retval] Parameters**

setCommandType

public void setCommandType(int p0)
Description copied from interface: Command15
IDL: [ helpstring("") ]

Specified by:
setCommandType in interface Command15
Parameters:
p0 - IDL: [in] CommandTypeEnum

getCommandType

public int getCommandType()
Description copied from interface: Command15
IDL: [ helpstring("") ]

Specified by:
getCommandType in interface Command15
Returns:
IDL: [out] [retval] CommandTypeEnum*

getName

public String getName()
Description copied from interface: Command15
IDL: [ helpstring("") ]

Specified by:
getName in interface Command15
Returns:
IDL: [out] [retval] BSTR*

setName

public void setName(String p0)
Description copied from interface: Command15
IDL: [ helpstring("") ]

Specified by:
setName in interface Command15
Parameters:
p0 - IDL: [in] BSTR


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.