Uses of Interface
com.sas.table.TableInterface

Packages that use TableInterface
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 TableInterface in com.sas.storage.jdbc
 

Classes in com.sas.storage.jdbc that implement TableInterface
 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 TableInterface in com.sas.table
 

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.