|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use StaticColumnLabelInterface | |
|---|---|
| com.sas.models | Interfaces and classes for models which may be displayed in various viewers. |
| 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 StaticColumnLabelInterface in com.sas.models |
|---|
| Classes in com.sas.models that implement StaticColumnLabelInterface | |
|---|---|
class |
IMDBTable
|
class |
SimpleTable
SimpleTable manages any two-dimensional data where all the columns are of uniform type. |
| Uses of StaticColumnLabelInterface in com.sas.storage.jdbc |
|---|
| Classes in com.sas.storage.jdbc that implement StaticColumnLabelInterface | |
|---|---|
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 StaticColumnLabelInterface in com.sas.table |
|---|
| Subinterfaces of StaticColumnLabelInterface in com.sas.table | |
|---|---|
interface |
ColumnLabelInterface
Defines an interface for modifying a table's column labels. |
interface |
DataTableInterface
DataTableInterface defines an interface to a database DataTableInterface defines methods for setting and retrieving formatted or unformatted data from a database. |
| Methods in com.sas.table with parameters of type StaticColumnLabelInterface | |
|---|---|
static java.lang.Object[] |
StaticTableInterfaceSupport.getColumnLabels(StaticColumnLabelInterface table,
int startIndex,
int count)
Calls table.getColumnLabel(colIndex) count times. |
|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||