com.moesol.bindings.platform_sdk.data_services
Interface Command15

All Superinterfaces:
_ADO, IDispatch, IUnknown
All Known Subinterfaces:
_Command, Command25
All Known Implementing Classes:
_Command.Jni, Command, Command.Jni, Command15.Jni, Command25.Jni

public interface Command15
extends _ADO

IDL: [ helpstring(""), hidden, dual, nonextensible, oleautomation, dispatchable ] interface


Nested Class Summary
static class Command15.Disp
          Implementation, COM to Java.
static class Command15.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(00000508-0000-0010-8000-00AA006D2EA4)]
static Class TYPELIB
           
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Method Summary
 _Parameter CreateParameter(String Name, int Type, int Direction, int Size)
          [optional=1]
 _Parameter CreateParameter(String Name, int Type, int Direction, int Size, Object Value)
          IDL: [ helpstring("") ]
 _Recordset Execute(Object[] RecordsAffected, Object[] Parameters, int Options)
          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 ppvObject)
          IDL: [ helpstring("") ]
 void setCommandText(String pbstr)
          IDL: [ helpstring("") ]
 void setCommandTimeout(int pl)
          IDL: [ helpstring("") ]
 void setCommandType(int plCmdType)
          IDL: [ helpstring("") ]
 void setName(String pbstrName)
          IDL: [ helpstring("") ]
 void setPrepared(boolean pfPrepared)
          IDL: [ helpstring("") ]
 void setrefActiveConnection(_Connection ppvObject)
          IDL: [ helpstring("") ]
 
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
 

Field Detail

TYPELIB

static final Class TYPELIB

IID

static final GUID IID
IDL: [uuid(00000508-0000-0010-8000-00AA006D2EA4)]

Method Detail

getActiveConnection

_Connection getActiveConnection()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] _Connection**

setrefActiveConnection

void setrefActiveConnection(_Connection ppvObject)
IDL: [ helpstring("") ]

Parameters:
ppvObject - IDL: [in] _Connection*

setActiveConnection

void setActiveConnection(Object ppvObject)
IDL: [ helpstring("") ]

Parameters:
ppvObject - IDL: [in] VARIANT

getCommandText

String getCommandText()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] BSTR*

setCommandText

void setCommandText(String pbstr)
IDL: [ helpstring("") ]

Parameters:
pbstr - IDL: [in] BSTR

getCommandTimeout

int getCommandTimeout()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] LONG*

setCommandTimeout

void setCommandTimeout(int pl)
IDL: [ helpstring("") ]

Parameters:
pl - IDL: [in] LONG

getPrepared

boolean getPrepared()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] VARIANT_BOOL*

setPrepared

void setPrepared(boolean pfPrepared)
IDL: [ helpstring("") ]

Parameters:
pfPrepared - IDL: [in] VARIANT_BOOL

Execute

_Recordset Execute(Object[] RecordsAffected,
                   Object[] Parameters,
                   int Options)
IDL: [ helpstring("") ]

Parameters:
RecordsAffected - IDL: [out] [optional] VARIANT*
Parameters - IDL: [in] [optional] VARIANT*
Options - IDL: [in] [optional] [default] LONG
Returns:
IDL: [out] [retval] _Recordset**

CreateParameter

_Parameter CreateParameter(String Name,
                           int Type,
                           int Direction,
                           int Size,
                           Object Value)
IDL: [ helpstring("") ]

Parameters:
Name - IDL: [in] [optional] [default] BSTR
Type - IDL: [in] [optional] [default] DataTypeEnum
Direction - IDL: [in] [optional] [default] ParameterDirectionEnum
Size - IDL: [in] [optional] [default] LONG
Value - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] _Parameter**

CreateParameter

_Parameter CreateParameter(String Name,
                           int Type,
                           int Direction,
                           int Size)
[optional=1]


getParameters

Parameters getParameters()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] Parameters**

setCommandType

void setCommandType(int plCmdType)
IDL: [ helpstring("") ]

Parameters:
plCmdType - IDL: [in] CommandTypeEnum

getCommandType

int getCommandType()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] CommandTypeEnum*

getName

String getName()
IDL: [ helpstring("") ]

Returns:
IDL: [out] [retval] BSTR*

setName

void setName(String pbstrName)
IDL: [ helpstring("") ]

Parameters:
pbstrName - IDL: [in] BSTR


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