|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--erkka.Reference
Title:
Description: Reference is allways owned by table. It knows whice attribute owns it in own table and then the table and its attribute, whice line is connected to.
Copyright: Copyright (c) 2002
Company: University of Jyväskylä
Constructor Summary | |
Reference()
constructor creates new Reference |
Method Summary | |
void |
findInformation(java.lang.String line)
find all information about references |
java.lang.String |
getCascade()
|
java.lang.String |
getTableTarget2()
|
java.lang.String |
getTarget1Attribute()
|
java.lang.String |
getTarget2Attribute()
|
void |
setAttributes(java.lang.String attributeM,
java.lang.String tableName,
java.lang.String attribute1)
Set line between tables |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Reference()
Method Detail |
public java.lang.String getTarget1Attribute()
public java.lang.String getTableTarget2()
public java.lang.String getTarget2Attribute()
public java.lang.String getCascade()
public void setAttributes(java.lang.String attributeM, java.lang.String tableName, java.lang.String attribute1)
attributeM
- StringtableName
- Stringattribute1
- Stringpublic void findInformation(java.lang.String line)
line
- begins with foreignkeys name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |