|
| Metadata |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use DataTable | |
|---|---|
| com.sas.metadata.remote | Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. |
| Uses of DataTable in com.sas.metadata.remote |
|---|
| Methods in com.sas.metadata.remote that return DataTable | |
|---|---|
DataTable |
Role.getRoleObject()
Gets the DataTable for RoleObject |
DataTable |
UniqueKey.getTable()
Gets the DataTable for Table |
DataTable |
ForeignKey.getTable()
Gets the DataTable for Table |
DataTable |
Column.getTable()
Gets the DataTable for Table |
| Methods in com.sas.metadata.remote with parameters of type DataTable | |
|---|---|
void |
Role.setRoleObject(DataTable inObject)
Sets the RoleObjects list 0th element to be inObject. |
void |
UniqueKey.setTable(DataTable inObject)
Sets the Tables list 0th element to be inObject. |
void |
ForeignKey.setTable(DataTable inObject)
Sets the Tables list 0th element to be inObject. |
void |
Column.setTable(DataTable inObject)
Sets the Tables list 0th element to be inObject. |
|
| Metadata |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||