|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.dataengine.AbstractContext | +--planetj.database.SQLContext | +--planetj.database.AssociationContext
Allow specification of an Assocation between Rows. For example an EmployeeRow can be associated with a DepartmentRow Creation date: (4/16/2002 11:25:53 AM)
Field Summary |
Fields inherited from class planetj.dataengine.AbstractContext |
DEFAULT_TYPE, PARAM_ESCAPE_NUMBERED, PARAM_ESCAPE_TABLE, PARAM_ESCAPE_USAGE_ID, PARAM_ESCAPE_USER, PARAM_ESCAPE_USER_USAGE_ID, PARAM_NUMBERED, PARAM_TABLE, PARAM_USAGE_ID, PARAM_USER, PARAM_USER_USAGE_ID |
Constructor Summary | |
AssociationContext()
Deprecated. AssociationContext constructor comment. |
|
AssociationContext(String pSystemAlias)
Deprecated. AssociationContext constructor comment. |
Method Summary | |
String |
getAssociatedLibraryName()
Deprecated. Return the Library (Schema) name for this association. |
String |
getAssociatedTableName()
Deprecated. Return the Table (Schema) name for this association. |
AssociationContext |
setAssociatedLibraryName(String newAssociatedLibraryName)
Deprecated. Sets the Library (Schema) name for this association. |
AssociationContext |
setAssociatedTableName(String newAssociatedTableName)
Deprecated. Sets the Table name for this association. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AssociationContext()
public AssociationContext(String pSystemAlias)
pSystemAlias
- java.lang.StringMethod Detail |
public String getAssociatedLibraryName()
public String getAssociatedTableName()
public AssociationContext setAssociatedLibraryName(String newAssociatedLibraryName)
public AssociationContext setAssociatedTableName(String newAssociatedTableName)
newAssociatedTableName
- java.lang.String
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |