Uses of Class
jdbcadmin.core.data.Schema

Packages that use Schema
jdbcadmin.core.data Value Objects (VO) package. 
jdbcadmin.core.tools Tools package. 
 

Uses of Schema in jdbcadmin.core.data
 

Methods in jdbcadmin.core.data that return Schema
 Schema Table.getSchema()
           
 

Constructors in jdbcadmin.core.data with parameters of type Schema
Table(java.lang.String aNom, Schema aSchema)
          Constructor
 

Uses of Schema in jdbcadmin.core.tools
 

Methods in jdbcadmin.core.tools with parameters of type Schema
 java.util.SortedMap JdbcInspector.getFullTables(Schema aSchema)
          Retrieves fully filled tables (with columns and primary key)
Key of the map : table names
Tables are sorted by their name
 java.util.SortedMap JdbcInspector.getNakedTables(Schema aSchema)
          Retrieves the naked tables, without their columns Tables are sorted by their name
 Table JdbcInspector.getFullTable(Schema aSchema, java.lang.String aTableName)
          Retrieve a filled table
 



Copyright © 2004-2005 Norsys. All Rights Reserved.