Uses of Class
net.sf.dewdrop.sqlml.Table

Packages that use Table
net.sf.dewdrop.sqlml   
net.sf.dewdrop.xml   
 

Uses of Table in net.sf.dewdrop.sqlml
 

Methods in net.sf.dewdrop.sqlml that return Table
 Table Schema.getTable(String tableName)
          Returns the table with a name of tableName.
 

Uses of Table in net.sf.dewdrop.xml
 

Constructors in net.sf.dewdrop.xml with parameters of type Table
OrphanedFKRef(Table localTable, ForeignKey fk, int line, int column)