Uses of Interface
com.sas.services.information.metadata.RelationalSchemaInterface

Packages that use RelationalSchemaInterface
com.sas.services.information.metadata Information Service metadata. 
 

Uses of RelationalSchemaInterface in com.sas.services.information.metadata
 

Methods in com.sas.services.information.metadata that return RelationalSchemaInterface
 RelationalSchemaInterface DataTableInterface.getSchema()
          Get the schema object that this table belongs to.
 

Methods in com.sas.services.information.metadata with parameters of type RelationalSchemaInterface
 void DatabaseCatalogInterface.addSchema(RelationalSchemaInterface schema)
           
 void DatabaseCatalogInterface.removeSchema(RelationalSchemaInterface schema)
           
 void DataTableInterface.setSchema(RelationalSchemaInterface schema)
          Set the schema object this table belongs to.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.