Uses of Interface
com.sas.table.StaticRowTemplateTableInterface

Packages that use StaticRowTemplateTableInterface
com.sas.storage.jdbc Classes for Java Database Connectivity. 
com.sas.table A set of interfaces for accessing two-dimensional data, and a set of classes for viewing and manipulating that data in tabular form. 
 

Uses of StaticRowTemplateTableInterface in com.sas.storage.jdbc
 

Classes in com.sas.storage.jdbc that implement StaticRowTemplateTableInterface
 class JDBCToDataTableAdapter
          The JDBCToDataTableAdapter allows JDBC data sources to be displayed in any viewer that requires a model of type com.sas.table.DataTableInterface, such as the com.sas.table.TableView.
 

Uses of StaticRowTemplateTableInterface in com.sas.table
 

Subinterfaces of StaticRowTemplateTableInterface in com.sas.table
 interface DataTableInterface
           DataTableInterface defines an interface to a database DataTableInterface defines methods for setting and retrieving formatted or unformatted data from a database.
 interface RowTemplateTableInterface
          Defines an interface for modifying row template tables.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.