Uses of Class
net.sourceforge.sql2java.Table

Packages that use Table
net.sourceforge.sql2java   
 

Uses of Table in net.sourceforge.sql2java
 

Fields in net.sourceforge.sql2java declared as Table
 Table CodeWriter.table
           
 

Methods in net.sourceforge.sql2java that return Table
 Table[] Table.getForeignTables()
           
 Table[] Table.getImportedTables()
           
 Table[] Table.getLinkedTables()
           
 Table[] Table.getManyToManyTables()
           
 Table Table.getRelationTable(Table targetTable)
           
 Table[] Database.getRelationTable(Table table)
          Return an array of tables having foreign key pointing to the passed table.
 Table Index.getTable()
           
 Table Column.getTable()
           
 Table CodeWriter.getTable()
          public accessor for table
 Table Database.getTable(java.lang.String name)
           
 Table CodeWriter.getTable(java.lang.String tableName)
          Public db.getTable()
 Table[] Database.getTables()
           
 Table[] Table.linkedTables(Database pDatabase, Table pTable)
          Return, beside the passed table, the tables this table points to.
 

Methods in net.sourceforge.sql2java with parameters of type Table
 boolean CodeWriter.checkTable(Table newTable)
           
static java.lang.String StringUtilities.convertClass(Table table, java.lang.String type)
           
 Column Table.getForeignKeyFor(Table pTable)
          Return the imported key pointing to the passed table.
 Table Table.getRelationTable(Table targetTable)
           
 Table[] Database.getRelationTable(Table table)
          Return an array of tables having foreign key pointing to the passed table.
 Table[] Table.linkedTables(Database pDatabase, Table pTable)
          Return, beside the passed table, the tables this table points to.
 boolean Table.relationConnectsTo(Table otherTable)
          Tells whether if one of this table's columns (imported key) points to one of the otherTable's pk.
 void Index.setTable(Table table)
           
 

Constructors in net.sourceforge.sql2java with parameters of type Table
Index(java.lang.String name, Table table)
           
Index(java.lang.String name, Table table, java.util.Map columns)
           
 



Copyright © 2002-2007 . All Rights Reserved.