| 接口 | 说明 |
|---|---|
| TableDataWrapper |
将TableData包装下 用以区分模板数据集、服务器数据集、存储过程数据集
定义了操作TableData的一些要用的方法:tabledata的名字、图标、产生的列名集合、预览数据集等
注意现在存储过程StoreProcedure本质上不是TableData
!!
|
| 类 | 说明 |
|---|---|
| AbstractTableDataWrapper | |
| ServerTableDataWrapper | |
| StoreProcedureDataWrapper |
StoreProcedureDataWrappe :存储过程的一个返回数据集,不是它本身。 |
| StoreProcedureNameWrapper |
StoreProcedureDataWrappe :存储过程的一个返回数据集,不是它本身。 |
| TableDataFactory |
根据TableData取对应的一些属性
|
| TemplateTableDataWrapper |