|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use DataTableInterface | |
|---|---|
| com.sas.models | Interfaces and classes for models which may be displayed in various viewers. |
| com.sas.storage.jdbc | Classes for Java Database Connectivity. |
| Uses of DataTableInterface in com.sas.models |
|---|
| Classes in com.sas.models that implement DataTableInterface | |
|---|---|
class |
IMDBTable
|
| Methods in com.sas.models with parameters of type DataTableInterface | |
|---|---|
protected int |
SimpleTable.calculateTotalColumns(DataTableInterface dti)
Calculate the total number of columns in the data table |
protected int |
SimpleTable.calculateTotalRows(DataTableInterface dti)
Calculate the total number of rows in the data table |
void |
SimpleTable.populate(DataTableInterface dti)
Populate a SimpleTable using an existing table. |
protected void |
SimpleTable.populate(DataTableInterface dti,
boolean defineColumns)
Populate a SimpleTable using an existing table |
void |
SimpleTable.populate(DataTableInterface dti,
boolean defineColumns,
int startRow,
int endRow,
int startCol,
int endCol)
Populate a SimpleTable using an existing table with the specified row and column parameters |
void |
SimpleTable.populate(DataTableInterface dti,
int startCol,
int endCol)
Populate a SimpleTable using an existing table with the specified column parameters |
| Constructors in com.sas.models with parameters of type DataTableInterface | |
|---|---|
SimpleTable(DataTableInterface table)
Construct a SimpleTable using an existing table |
|
SimpleTable(DataTableInterface table,
java.util.Comparator[] comparators)
Construct a sortable SimpleTable using an existing table. |
|
SimpleTable(DataTableInterface table,
int startRow,
int endRow,
int startCol,
int endCol)
Construct a SimpleTable using an existing table with the specified rows and columns |
|
SimpleTable(DataTableInterface table,
int startRowIndex,
int endRowIndex,
int startCol,
int endCol,
java.util.Comparator[] comparators)
Construct a sortable SimpleTable using an existing table with the specified rows and columns |
|
| Uses of DataTableInterface in com.sas.storage.jdbc |
|---|
| Classes in com.sas.storage.jdbc that implement DataTableInterface | |
|---|---|
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. |
|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||