com.moesol.bindings.microsoft.dao
Interface _Index

All Superinterfaces:
_DAO, IDispatch, IUnknown
All Known Implementing Classes:
_Index.Jni, Index, Index.Jni

public interface _Index
extends _DAO

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


Nested Class Summary
static class _Index.Disp
          Implementation, COM to Java.
static class _Index.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(00000059-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
 Field CreateField()
          [optional=3]
 Field CreateField(Object Name)
          [optional=2]
 Field CreateField(Object Name, Object Type)
          [optional=1]
 Field CreateField(Object Name, Object Type, Object Size)
          IDL: [ helpstring("") ]
 Property CreateProperty()
          [optional=4]
 Property CreateProperty(Object Name)
          [optional=3]
 Property CreateProperty(Object Name, Object Type)
          [optional=2]
 Property CreateProperty(Object Name, Object Type, Object Value)
          [optional=1]
 Property CreateProperty(Object Name, Object Type, Object Value, Object DDL)
          IDL: [ helpstring("") ]
 boolean getClustered()
          IDL: [ helpstring("") ]
 int getDistinctCount()
          IDL: [ helpstring("") ]
 Object getFields()
          IDL: [ helpstring("") ]
 boolean getForeign()
          IDL: [ helpstring("") ]
 boolean getIgnoreNulls()
          IDL: [ helpstring("") ]
 String getName()
          IDL: [ helpstring("") ]
 boolean getPrimary()
          IDL: [ helpstring("") ]
 boolean getRequired()
          IDL: [ helpstring("") ]
 boolean getUnique()
          IDL: [ helpstring("") ]
 void setClustered(boolean pb)
          IDL: [ helpstring("") ]
 void setFields(Object pv)
          IDL: [ helpstring("") ]
 void setIgnoreNulls(boolean pb)
          IDL: [ helpstring("") ]
 void setName(String pbstr)
          IDL: [ helpstring("") ]
 void setPrimary(boolean pb)
          IDL: [ helpstring("") ]
 void setRequired(boolean pb)
          IDL: [ helpstring("") ]
 void setUnique(boolean pb)
          IDL: [ helpstring("") ]
 
Methods inherited from interface com.moesol.bindings.microsoft.dao._DAO
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(00000059-0000-0010-8000-00AA006D2EA4)]

Method Detail

getName

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

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

setName

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

Parameters:
pbstr - IDL: [in] BSTR

getForeign

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

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

getUnique

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

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

setUnique

void setUnique(boolean pb)
IDL: [ helpstring("") ]

Parameters:
pb - IDL: [in] VARIANT_BOOL

getClustered

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

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

setClustered

void setClustered(boolean pb)
IDL: [ helpstring("") ]

Parameters:
pb - IDL: [in] VARIANT_BOOL

getRequired

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

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

setRequired

void setRequired(boolean pb)
IDL: [ helpstring("") ]

Parameters:
pb - IDL: [in] VARIANT_BOOL

getIgnoreNulls

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

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

setIgnoreNulls

void setIgnoreNulls(boolean pb)
IDL: [ helpstring("") ]

Parameters:
pb - IDL: [in] VARIANT_BOOL

getPrimary

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

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

setPrimary

void setPrimary(boolean pb)
IDL: [ helpstring("") ]

Parameters:
pb - IDL: [in] VARIANT_BOOL

getDistinctCount

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

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

getFields

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

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

setFields

void setFields(Object pv)
IDL: [ helpstring("") ]

Parameters:
pv - IDL: [in] VARIANT

CreateField

Field CreateField(Object Name,
                  Object Type,
                  Object Size)
IDL: [ helpstring("") ]

Parameters:
Name - IDL: [in] [optional] VARIANT
Type - IDL: [in] [optional] VARIANT
Size - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] Field**

CreateField

Field CreateField(Object Name,
                  Object Type)
[optional=1]


CreateField

Field CreateField(Object Name)
[optional=2]


CreateField

Field CreateField()
[optional=3]


CreateProperty

Property CreateProperty(Object Name,
                        Object Type,
                        Object Value,
                        Object DDL)
IDL: [ helpstring("") ]

Parameters:
Name - IDL: [in] [optional] VARIANT
Type - IDL: [in] [optional] VARIANT
Value - IDL: [in] [optional] VARIANT
DDL - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] Property**

CreateProperty

Property CreateProperty(Object Name,
                        Object Type,
                        Object Value)
[optional=1]


CreateProperty

Property CreateProperty(Object Name,
                        Object Type)
[optional=2]


CreateProperty

Property CreateProperty(Object Name)
[optional=3]


CreateProperty

Property CreateProperty()
[optional=4]



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