Uses of Class
org.tranql.sql.Table

Packages that use Table
org.tranql.ddl   
org.tranql.sql   
 

Uses of Table in org.tranql.ddl
 

Methods in org.tranql.ddl that return Table
 Table References.getTable()
           
 

Constructors in org.tranql.ddl with parameters of type Table
References(Table table)
           
 

Uses of Table in org.tranql.sql
 

Methods in org.tranql.sql that return Table
 Table SQLSchema.getTable(java.lang.String tableName)
           
 

Methods in org.tranql.sql with parameters of type Table
 void SQLSchema.addTable(Table table)
           
 

Constructors in org.tranql.sql with parameters of type Table
EndTable(java.lang.String name, Table table, boolean isSingle, boolean isCascadeDelete, JoinTable joinTable, boolean isVirtual, boolean isOnPKSide)
           
JoinTable(Table mtmTable, Association.JoinDefinition leftDefinition, Association.JoinDefinition rightDefinition)
           
 



Copyright © -2006 The Codehaus. All Rights Reserved.