com.moesol.bindings.platform_sdk.data_services
Interface Field20

All Superinterfaces:
_ADO, IDispatch, IUnknown
All Known Subinterfaces:
Field
All Known Implementing Classes:
Field.Jni, Field20.Jni

public interface Field20
extends _ADO

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


Nested Class Summary
static class Field20.Disp
          Implementation, COM to Java.
static class Field20.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(0000054C-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
 void AppendChunk(Object Data)
          IDL: [ helpstring("") ]
 int getActualSize()
          IDL: [ helpstring("") ]
 int getAttributes()
          IDL: [ helpstring("") ]
 Object GetChunk(int Length)
          IDL: [ helpstring("") ]
 IUnknown getDataFormat()
          IDL: [ helpstring("") ]
 int getDefinedSize()
          IDL: [ helpstring("") ]
 String getName()
          IDL: [ helpstring("") ]
 short getNumericScale()
          IDL: [ helpstring("") ]
 Object getOriginalValue()
          IDL: [ helpstring("") ]
 short getPrecision()
          IDL: [ helpstring("") ]
 int getType()
          IDL: [ helpstring("") ]
 Object getUnderlyingValue()
          IDL: [ helpstring("") ]
 Object getValue()
          IDL: [ helpstring("") ]
 void setAttributes(int pl)
          IDL: [ helpstring("") ]
 void setDefinedSize(int pl)
          IDL: [ helpstring("") ]
 void setNumericScale(short pbNumericScale)
          IDL: [ helpstring("") ]
 void setPrecision(short pbPrecision)
          IDL: [ helpstring("") ]
 void setrefDataFormat(IUnknown ppiDF)
          IDL: [ helpstring("") ]
 void setType(int pDataType)
          IDL: [ helpstring("") ]
 void setValue(Object pvar)
          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(0000054C-0000-0010-8000-00AA006D2EA4)]

Method Detail

getActualSize

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

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

getAttributes

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

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

getDefinedSize

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

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

getName

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

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

getType

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

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

getValue

Object getValue()
IDL: [ helpstring("") ]

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

setValue

void setValue(Object pvar)
IDL: [ helpstring("") ]

Parameters:
pvar - IDL: [in] VARIANT

getPrecision

short getPrecision()
IDL: [ helpstring("") ]

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

getNumericScale

short getNumericScale()
IDL: [ helpstring("") ]

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

AppendChunk

void AppendChunk(Object Data)
IDL: [ helpstring("") ]

Parameters:
Data - IDL: [in] VARIANT

GetChunk

Object GetChunk(int Length)
IDL: [ helpstring("") ]

Parameters:
Length - IDL: [in] LONG
Returns:
IDL: [out] [retval] VARIANT*

getOriginalValue

Object getOriginalValue()
IDL: [ helpstring("") ]

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

getUnderlyingValue

Object getUnderlyingValue()
IDL: [ helpstring("") ]

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

getDataFormat

IUnknown getDataFormat()
IDL: [ helpstring("") ]

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

setrefDataFormat

void setrefDataFormat(IUnknown ppiDF)
IDL: [ helpstring("") ]

Parameters:
ppiDF - IDL: [in] IUnknown*

setPrecision

void setPrecision(short pbPrecision)
IDL: [ helpstring("") ]

Parameters:
pbPrecision - IDL: [in] BYTE

setNumericScale

void setNumericScale(short pbNumericScale)
IDL: [ helpstring("") ]

Parameters:
pbNumericScale - IDL: [in] BYTE

setType

void setType(int pDataType)
IDL: [ helpstring("") ]

Parameters:
pDataType - IDL: [in] DataTypeEnum

setDefinedSize

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

Parameters:
pl - IDL: [in] LONG

setAttributes

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

Parameters:
pl - IDL: [in] LONG


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