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

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

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

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

Constructors in org.eclipse.datatools.sqltools.data.internal.core.editor with parameters of type ITableData2
RowDataImpl(ITableData2 table, int state, java.lang.Object[] data)