Purpose:
This class represents an attribute definition for keyword in Domino.Doc.
Methods:
BSTR datastoreName();
BSTR datastoreType();
LPDISPATCH getDatastore();
Gets the associated datastore. The returned LPDISPATCH pointer contains a DXDatastoreDD object.
BSTR getDescription();
LPDISPATCH getEntity();
Gets the associated entity. The returned LPDISPATCH pointer contains a DXCabinetDefDD object.
long getMax();
long getMin();
BSTR getName();
long getPrecision();
long getScale();
long getSize();
long getStringType();
short getType();
BOOL isNullable();
BOOL isQueryable();
BOOL isUpdatable();
setDatastore(LPDISPATCH ds);
Sets the associated datastore. The input parameter LPDISPATCH pointer contains a DXDatastoreDD object.
setDescription(LPCTSTR name);
setEntity(LPDISPATCH ent);
Sets the entity. The input parameter LPDISPATCH pointer contains a DXCabinetDefDD object.
setMax(long max);
setMin(long Min);
setName(LPCTSTR name);
setNullable(BOOL nullable);
setPrecision(long precision);
setQueryable(BOOL queryable);
setScale(long scale);
setSize(long displaySize);
setStringType(long stringType);
setType(short type);
setUpdatable(BOOL updatable);
Set updatable indicator.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.