SPT RWT Application API

Uses of Class
com.sptci.rwt.SchemaMetaData

Packages that use SchemaMetaData
com.sptci.rwt A database abstraction API for analysing and interacting with relational databases using JDBC. 
com.sptci.rwt.webui.model Contains custom classes to display details of the MetaData classes in the detail area. 
com.sptci.rwt.webui.tree Contains custom classes to represent the MetaData sub-classes in a Tree
 

Uses of SchemaMetaData in com.sptci.rwt
 

Fields in com.sptci.rwt declared as SchemaMetaData
(package private) static SchemaMetaData SchemaAnalyserTest.metadata
           
 

Fields in com.sptci.rwt with type parameters of type SchemaMetaData
private  Collection<SchemaMetaData> DBMSMetaData.schemas
          Collection of schemas available in the database.
private  Collection<SchemaMetaData> CatalogueMetaData.schemas
          The collection of schema objects that belong to this catalogue.
 

Methods in com.sptci.rwt that return types with arguments of type SchemaMetaData
 Collection<SchemaMetaData> SchemaAnalyser.analyse(MetaData... parameters)
          Returns a collection of SchemaMetaData objects that contain the basic information pertaining to the schemas in the database.
 Collection<SchemaMetaData> DBMSMetaData.getSchemas()
          Returns DBMSMetaData.schemas.
 Collection<SchemaMetaData> CatalogueMetaData.getSchemas()
          Returns CatalogueMetaData.schemas.
 

Methods in com.sptci.rwt with parameters of type SchemaMetaData
protected  void CatalogueMetaData.addSchema(SchemaMetaData schema)
          Add the specified schema to CatalogueMetaData.schemas.
 

Method parameters in com.sptci.rwt with type arguments of type SchemaMetaData
protected  void DBMSMetaData.setSchemas(Collection<SchemaMetaData> schemas)
          Set DBMSMetaData.schemas.
protected  void CatalogueMetaData.setSchemas(Collection<SchemaMetaData> schemas)
          Set CatalogueMetaData.schemas.
 

Uses of SchemaMetaData in com.sptci.rwt.webui.model
 

Fields in com.sptci.rwt.webui.model declared as SchemaMetaData
private  SchemaMetaData SchemaView.metaData
          The meta data object whose details are to be displayed.
 

Constructors in com.sptci.rwt.webui.model with parameters of type SchemaMetaData
SchemaView(SchemaMetaData metaData)
          Create a new instance of the view using the specified model object.
 

Uses of SchemaMetaData in com.sptci.rwt.webui.tree
 

Constructors in com.sptci.rwt.webui.tree with parameters of type SchemaMetaData
SchemaNode(SchemaMetaData metadata)
          Create a new tree node using the specified metadata object.
 


SPT RWT Application API