java.lang .Object org.netbeans.modules.sql.framework.common.utils .PhysicalTable PhysicalTable public class PhysicalTable (Code) Class representing Physical table such that for any two instances t1 and t2 if
(t1.equals(t2)) then both instances represents the same physical table.
author: Girish Patilversion: $Revision$
getCatalog public String getCatalog()(Code) Returns the catalog.
getConnectionUrl public String getConnectionUrl()(Code) Returns the connectionUrl.
getDbName public String getDbName()(Code) Returns the dbName.
getPhysicalTable public static PhysicalTable getPhysicalTable(DBTable sqlTable)(Code) Creates new instance of PhysicalTable for given DBTable.
Parameters: sqlTable -
getPhysicalTableList public static List <PhysicalTable > getPhysicalTableList(List <DBTable > dbTableList)(Code) Returns list of PhysicalTable given given list of DBTable.
Parameters: sqlTable -
getSchema public String getSchema()(Code) Returns the schema.
hashCode public int hashCode()(Code)
setCatalog public void setCatalog(String catalog)(Code) Parameters: catalog - The catalog to set.
setConnectionUrl public void setConnectionUrl(String cUrl)(Code) Parameters: schema - The schema to set.
setDbName public void setDbName(String dbName)(Code) Parameters: dbName - The dbName to set.
setName public void setName(String name)(Code) Parameters: name - The name to set.
setSchema public void setSchema(String schema)(Code) Parameters: schema - The schema to set.