|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Data that has Associations (Joins) with it. For example, a Row or RowCollection can have associated data. Creation date: (4/9/2002 9:29:48 AM)
Method Summary | |
IAssociatedData |
getAssociatedData(String pLib,
String pTableName)
Deprecated. Return data that is associated with this data. |
Row |
getAssociatedRow(String pLib,
String pTableName)
Deprecated. Get A Row Associated With This Row |
RowCollection |
getAssociatedRows(String pLib,
String pTableName)
Deprecated. Get A Row Associated With This Row |
RowCollection |
getAssociations()
Deprecated. Return a RowCollection of FieldDescriptorRows for this Table that have a Associations defined for them. |
boolean |
isARow()
Deprecated. Return a boolean indicating if this object is a Row |
boolean |
isARowCollection()
Deprecated. Return a boolean indicating if this object is a RowCollection |
Method Detail |
public IAssociatedData getAssociatedData(String pLib, String pTableName) throws CMException
CMException
public Row getAssociatedRow(String pLib, String pTableName) throws CMException
CMException
public RowCollection getAssociatedRows(String pLib, String pTableName) throws CMException
CMException
public RowCollection getAssociations() throws CMException
CMException
public boolean isARow()
public boolean isARowCollection()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |