|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface _Field
IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
| Nested Class Summary | |
|---|---|
static class |
_Field.Disp
Implementation, COM to Java. |
static class |
_Field.Jni
Implementation, Java to COM. |
| Field Summary | |
|---|---|
static GUID |
IID
IDL: [uuid(00000051-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 Val)
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 |
getAllowZeroLength()
IDL: [ helpstring("") ] |
int |
getAttributes()
IDL: [ helpstring("") ] |
Object |
GetChunk(int Offset,
int Bytes)
IDL: [ helpstring("") ] |
int |
getCollatingOrder()
IDL: [ helpstring("") ] |
short |
getCollectionIndex()
IDL: [ helpstring("") ] |
boolean |
getDataUpdatable()
IDL: [ helpstring("") ] |
Object |
getDefaultValue()
IDL: [ helpstring("") ] |
int |
getFieldSize()
IDL: [ helpstring("") ] |
String |
getForeignName()
IDL: [ helpstring("") ] |
String |
getName()
IDL: [ helpstring("") ] |
short |
getOrdinalPosition()
IDL: [ helpstring("") ] |
Object |
getOriginalValue()
IDL: [ helpstring("") ] |
boolean |
getRequired()
IDL: [ helpstring("") ] |
int |
getSize()
IDL: [ helpstring("") ] |
String |
getSourceField()
IDL: [ helpstring("") ] |
String |
getSourceTable()
IDL: [ helpstring("") ] |
short |
getType()
IDL: [ helpstring("") ] |
boolean |
getValidateOnSet()
IDL: [ helpstring("") ] |
String |
getValidationRule()
IDL: [ helpstring("") ] |
String |
getValidationText()
IDL: [ helpstring("") ] |
Object |
getValue()
IDL: [ helpstring("") ] |
Object |
getVisibleValue()
IDL: [ helpstring("") ] |
void |
setAllowZeroLength(boolean pb)
IDL: [ helpstring("") ] |
void |
setAttributes(int pl)
IDL: [ helpstring("") ] |
void |
setDefaultValue(Object pvar)
IDL: [ helpstring("") ] |
void |
setForeignName(String pbstr)
IDL: [ helpstring("") ] |
void |
setName(String pbstr)
IDL: [ helpstring("") ] |
void |
setOrdinalPosition(short ps)
IDL: [ helpstring("") ] |
void |
setRequired(boolean pb)
IDL: [ helpstring("") ] |
void |
setSize(int pl)
IDL: [ helpstring("") ] |
void |
setType(short ps)
IDL: [ helpstring("") ] |
void |
setValidateOnSet(boolean pb)
IDL: [ helpstring("") ] |
void |
setValidationRule(String pbstr)
IDL: [ helpstring("") ] |
void |
setValidationText(String pbstr)
IDL: [ helpstring("") ] |
void |
setValue(Object pvar)
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 |
|---|
static final Class TYPELIB
static final GUID IID
IDL: [uuid(00000051-0000-0010-8000-00AA006D2EA4)]
| Method Detail |
|---|
int getCollatingOrder()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*short getType()
IDL: [ helpstring("") ]
IDL: [out] [retval] SHORT*void setType(short ps)
IDL: [ helpstring("") ]
ps - IDL: [in] SHORTString getName()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*void setName(String pbstr)
IDL: [ helpstring("") ]
pbstr - IDL: [in] BSTRint getSize()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*void setSize(int pl)
IDL: [ helpstring("") ]
pl - IDL: [in] LONGString getSourceField()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*String getSourceTable()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*Object getValue()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT*void setValue(Object pvar)
IDL: [ helpstring("") ]
pvar - IDL: [in] VARIANTint getAttributes()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*void setAttributes(int pl)
IDL: [ helpstring("") ]
pl - IDL: [in] LONGshort getOrdinalPosition()
IDL: [ helpstring("") ]
IDL: [out] [retval] SHORT*void setOrdinalPosition(short ps)
IDL: [ helpstring("") ]
ps - IDL: [in] SHORTString getValidationText()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*void setValidationText(String pbstr)
IDL: [ helpstring("") ]
pbstr - IDL: [in] BSTRboolean getValidateOnSet()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT_BOOL*void setValidateOnSet(boolean pb)
IDL: [ helpstring("") ]
pb - IDL: [in] VARIANT_BOOLString getValidationRule()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*void setValidationRule(String pbstr)
IDL: [ helpstring("") ]
pbstr - IDL: [in] BSTRObject getDefaultValue()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT*void setDefaultValue(Object pvar)
IDL: [ helpstring("") ]
pvar - IDL: [in] VARIANTboolean getRequired()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT_BOOL*void setRequired(boolean pb)
IDL: [ helpstring("") ]
pb - IDL: [in] VARIANT_BOOLboolean getAllowZeroLength()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT_BOOL*void setAllowZeroLength(boolean pb)
IDL: [ helpstring("") ]
pb - IDL: [in] VARIANT_BOOLboolean getDataUpdatable()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT_BOOL*String getForeignName()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*void setForeignName(String pbstr)
IDL: [ helpstring("") ]
pbstr - IDL: [in] BSTRvoid AppendChunk(Object Val)
IDL: [ helpstring("") ]
Val - IDL: [in] VARIANT
Object GetChunk(int Offset,
int Bytes)
IDL: [ helpstring("") ]
Offset - IDL: [in] LONGBytes - IDL: [in] LONG
IDL: [out] [retval] VARIANT*
Property CreateProperty(Object Name,
Object Type,
Object Value,
Object DDL)
IDL: [ helpstring("") ]
Name - IDL: [in] [optional] VARIANTType - IDL: [in] [optional] VARIANTValue - IDL: [in] [optional] VARIANTDDL - IDL: [in] [optional] VARIANT
IDL: [out] [retval] Property**
Property CreateProperty(Object Name,
Object Type,
Object Value)
Property CreateProperty(Object Name,
Object Type)
Property CreateProperty(Object Name)
Property CreateProperty()
short getCollectionIndex()
IDL: [ helpstring("") ]
IDL: [out] [retval] SHORT*Object getOriginalValue()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT*Object getVisibleValue()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT*int getFieldSize()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||