Uses of Class
org.biomage.tools.generate_er.Table

Packages that use Table
org.biomage.tools.generate_er   
 

Uses of Table in org.biomage.tools.generate_er
 

Methods in org.biomage.tools.generate_er that return Table
protected  Table CreateMageER.createLinkingTable(CreateFile createFile, java.lang.String oriType)
          Description: create a linking table
 

Methods in org.biomage.tools.generate_er with parameters of type Table
protected  void CreateMageER.ManyToOne(Table table, AssociationColumn column, CreateFile createFile, CreateFile.AssociationAttrInformation attr, java.io.FileWriter w)
          Description: create an association column for one to one relationship
protected  void CreateMageER.OneToMany(Table table, AssociationColumn column, CreateFile createFile, CreateFile.AssociationAttrInformation attr)
          Description: create an association column for one to one relationship
protected  void CreateMageER.OneToOne(Table table, AssociationColumn column, CreateFile createFile, CreateFile.AssociationAttrInformation attr)
          Description: create an association column for one to one relationship
 void CreateMageER.writeAbstractInfo(CreateFile createFile, Table table)
          Description: set the if the the class (table) is abstract
 void CreateMageER.writeAssociationInfo(CreateFile createFile, Table table, java.io.FileWriter w)
          Description: set an association's name, scope, and data type.
 void CreateMageER.writeAttrInfo(CreateFile createFile, Table table)
          Description: set an attribute's name, scope, and data type.
 void CreateMageER.writeBaseClassName(CreateFile createFile, Table table)
          Description: set the base class name for the class
protected  void CreateMageER.WriteOneTable(Table table, java.io.FileWriter f3)
          Description: write one table to the output file
 void CreateMageER.writeTableName(CreateFile createFile, Table table)
          Description: set the table name and create primary key column and set the primary key into the table