com.moesol.bindings.platform_sdk.data_services
Interface Field15

All Superinterfaces:
_ADO, IDispatch, IUnknown
All Known Implementing Classes:
Field15.Jni

public interface Field15
extends _ADO

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


Nested Class Summary
static class Field15.Disp
          Implementation, COM to Java.
static class Field15.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(00000505-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("") ]
 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 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(00000505-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*


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