Index

DXAttrDefFed

Purpose:

This class represents an attribute definition for federated.

Methods:

datastoreName
    BSTR datastoreName();

Gets datastore name.

datastoreType
    BSTR datastoreType();

Gets the datastore type.

getName
  BSTR getName();

Gets an entity name.

setName
  setName(LPCTSTR name);

Sets an entity name.

getType
  short getType();

Gets the entity type.

setType
  setType(short type);

Sets the entity name.

getId
  short getId();

Gets entity ID.

setId
  setId(short id);

Sets entity ID.

getDescription
  BSTR getDescription();

Gets the description.

setDescription
  setDescription(LPCTSTR name);

Sets the description.

getDatastore
  LPDISPATCH getDatastore();

Gets the datastore. The returned LPDISPATCH pointer contains a DXDatastoreFed object.

setDatastore
  setDatastore(LPDISPATCH ds);

Sets the datastore. The input parameter LPDISPATCH pointer contains a DXDatastoreFed object.

getEntity
  LPDISPATCH getEntity();

Gets the entity. The returned LPDISPATCH pointer contains a DXEntityDefFed object.

setEntity
  setEntity(LPDISPATCH ent);

Sets the entity. The input parameter LPDISPATCH pointer contains a DXEntityDefFed object.

getSize
  long getSize();

Gets the size

setSize
  setSize(long displaySize);

Sets the size.

isNullable
  BOOL isNullable();

Returns TRUE if nullable.

setNullable
  setNullable(BOOL nullable);

Set nullable indicator.

getPrecision
  long getPrecision();

Gets the precision.

setPrecision
  setPrecision(long precision);

Sets the precision.

getScale
  long getScale();

Gets the scale.

setScale
  setScale(long scale);

Sets the scale.

getMax
  long getMax();

Gets the max.

setMax
  setMax(long max);

Sets the max.

getMin
  long getMin();

Gets the minimum.

setMin
  setMin(long Min);

Sets the minimum.

getStringType
  long getStringType();

Gets the string type.

setStringType
  setStringType(long stringType);

Sets the string type.

isUpdatable
  BOOL isUpdatable();

Returns TRUE if updatable.

setUpdatable
  setUpdatable(BOOL updatable);

Sets updatable indicator.

isQueryable
  BOOL isQueryable();

Returns TRUE if queryable.

setQueryable
  setQueryable(BOOL queryable);

Sets queryable indicator.

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.