com.moesol.bindings.platform_sdk.data_services
Interface Fields20

All Superinterfaces:
_Collection, Fields15, IDispatch, IUnknown
All Known Subinterfaces:
Fields
All Known Implementing Classes:
Fields.Jni, Fields20.Jni

public interface Fields20
extends Fields15

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


Nested Class Summary
static class Fields20.Disp
          Implementation, COM to Java.
static class Fields20.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(0000054D-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 _Append(String Name, int Type, int DefinedSize, int Attrib)
          IDL: [ helpstring("") ]
 void Delete(Object Index)
          IDL: [ helpstring("") ]
 
Methods inherited from interface com.moesol.bindings.platform_sdk.data_services.Fields15
getItem
 
Methods inherited from interface com.moesol.bindings.platform_sdk.data_services._Collection
getCount, Refresh
 
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(0000054D-0000-0010-8000-00AA006D2EA4)]

Method Detail

_Append

void _Append(String Name,
             int Type,
             int DefinedSize,
             int Attrib)
IDL: [ helpstring("") ]

Parameters:
Name - IDL: [in] BSTR
Type - IDL: [in] DataTypeEnum
DefinedSize - IDL: [in] [optional] [default] LONG
Attrib - IDL: [in] [optional] [default] FieldAttributeEnum

Delete

void Delete(Object Index)
IDL: [ helpstring("") ]

Parameters:
Index - IDL: [in] VARIANT


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