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

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

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._Parameter
_Parameter.Disp, _Parameter.Jni
 
Field Summary
 
Fields inherited from interface com.moesol.bindings.platform_sdk.data_services._Parameter
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 _Parameter.Jni()
           
 
Method Summary
 void AppendChunk(Object p0)
          IDL: [ helpstring("") ]
 int getAttributes()
          IDL: [ helpstring("") ]
 int getDirection()
          IDL: [ helpstring("") ]
 String getName()
          IDL: [ helpstring("") ]
 short getNumericScale()
          IDL: [ helpstring("") ]
 short getPrecision()
          IDL: [ helpstring("") ]
 int getSize()
          IDL: [ helpstring("") ]
 int getType()
          IDL: [ helpstring("") ]
 Object getValue()
          IDL: [ helpstring("") ]
 void setAttributes(int p0)
          IDL: [ helpstring("") ]
 void setDirection(int p0)
          IDL: [ helpstring("") ]
 void setName(String p0)
          IDL: [ helpstring("") ]
 void setNumericScale(short p0)
          IDL: [ helpstring("") ]
 void setPrecision(short p0)
          IDL: [ helpstring("") ]
 void setSize(int p0)
          IDL: [ helpstring("") ]
 void setType(int p0)
          IDL: [ helpstring("") ]
 void setValue(Object 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

_Parameter.Jni

protected _Parameter.Jni()
Method Detail

getName

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

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

setName

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

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

getValue

public Object getValue()
Description copied from interface: _Parameter
IDL: [ helpstring("") ]

Specified by:
getValue in interface _Parameter
Returns:
IDL: [out] [retval] VARIANT*

setValue

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

Specified by:
setValue in interface _Parameter
Parameters:
p0 - IDL: [in] VARIANT

getType

public int getType()
Description copied from interface: _Parameter
IDL: [ helpstring("") ]

Specified by:
getType in interface _Parameter
Returns:
IDL: [out] [retval] DataTypeEnum*

setType

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

Specified by:
setType in interface _Parameter
Parameters:
p0 - IDL: [in] DataTypeEnum

setDirection

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

Specified by:
setDirection in interface _Parameter
Parameters:
p0 - IDL: [in] ParameterDirectionEnum

getDirection

public int getDirection()
Description copied from interface: _Parameter
IDL: [ helpstring("") ]

Specified by:
getDirection in interface _Parameter
Returns:
IDL: [out] [retval] ParameterDirectionEnum*

setPrecision

public void setPrecision(short p0)
Description copied from interface: _Parameter
IDL: [ helpstring("") ]

Specified by:
setPrecision in interface _Parameter
Parameters:
p0 - IDL: [in] BYTE

getPrecision

public short getPrecision()
Description copied from interface: _Parameter
IDL: [ helpstring("") ]

Specified by:
getPrecision in interface _Parameter
Returns:
IDL: [out] [retval] BYTE*

setNumericScale

public void setNumericScale(short p0)
Description copied from interface: _Parameter
IDL: [ helpstring("") ]

Specified by:
setNumericScale in interface _Parameter
Parameters:
p0 - IDL: [in] BYTE

getNumericScale

public short getNumericScale()
Description copied from interface: _Parameter
IDL: [ helpstring("") ]

Specified by:
getNumericScale in interface _Parameter
Returns:
IDL: [out] [retval] BYTE*

setSize

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

Specified by:
setSize in interface _Parameter
Parameters:
p0 - IDL: [in] LONG

getSize

public int getSize()
Description copied from interface: _Parameter
IDL: [ helpstring("") ]

Specified by:
getSize in interface _Parameter
Returns:
IDL: [out] [retval] LONG*

AppendChunk

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

Specified by:
AppendChunk in interface _Parameter
Parameters:
p0 - IDL: [in] VARIANT

getAttributes

public int getAttributes()
Description copied from interface: _Parameter
IDL: [ helpstring("") ]

Specified by:
getAttributes in interface _Parameter
Returns:
IDL: [out] [retval] LONG*

setAttributes

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

Specified by:
setAttributes in interface _Parameter
Parameters:
p0 - IDL: [in] LONG


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