Purpose:
The DKFieldDefDES class represents an attribute definition for DES.
Methods:
BSTR datastoreName();
BSTR datastoreType();
BSTR getName();
setName(LPCTSTR name);
short getType();
setType(short type);
BSTR getDisplayName();
void setDisplayName(LPCTSTR name);
BSTR getHelpText();
setHelpText(LPCTSTR text);
BSTR getLanguage();
void setLanguage(LPCTSTR lang);
short getDataType();
setDataType(short type);
BOOL isRetrievable();
setRetrievable(BOOL);
LPDISPATCH getDatastore();
Gets the datastore. The returned LPDISPATCH pointer contains a DXDatastoreDES object.
setDatastore(LPDISPATCH ds);
Sets the datastore. The input parameter LPDISPATCH pointer contains a DXDatastoreDES object.
LPDISPATCH getEntity();
Gets the entity. The returned LPDISPATCH pointer contains a DXDatabaseDefDES object.
setEntity(LPDISPATCH ent);
Sets the entity. The input parameter LPDISPATCH pointer contains a DXDatabaseDefDES object.
long getSize();
setSize(long displaySize);
BOOL isNullable();
setNullable(BOOL nullable);
long getPrecision();
setPrecision(long precision);
long getScale();
setScale(long scale);
long getMax();
setMax(long max);
long getMin();
setMin(long Min);
long getStringType();
setStringType(long stringType);
BOOL isUpdatable();
setUpdatable(BOOL updatable);
BOOL isQueryable();
setQueryable(BOOL queryable);
Sets queryable indicator.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.