Uses of Interface
org.eclipse.datatools.sqltools.data.internal.core.editor.ITableData

Packages that use ITableData
org.eclipse.datatools.sqltools.data.internal.core.editor   
org.eclipse.datatools.sqltools.data.internal.ui.editor   
 

Uses of ITableData in org.eclipse.datatools.sqltools.data.internal.core.editor
 

Subinterfaces of ITableData in org.eclipse.datatools.sqltools.data.internal.core.editor
 interface ITableData2
           
 

Classes in org.eclipse.datatools.sqltools.data.internal.core.editor that implement ITableData
 class TableDataImpl
          Implementation of the ISqlTableData based on JDBC 1.0 API (should work with any driver).
 

Methods in org.eclipse.datatools.sqltools.data.internal.core.editor that return ITableData
 ITableData IRowData.getTable()
           
 ITableData RowDataImpl.getTable()
           
 

Uses of ITableData in org.eclipse.datatools.sqltools.data.internal.ui.editor
 

Methods in org.eclipse.datatools.sqltools.data.internal.ui.editor that return ITableData
 ITableData TableDataEditor.getTableData()
           
 ITableData ITableDataEditor.getTableData()