Uses of Interface
org.eclipse.datatools.sqltools.sql.reference.ITable

Packages that use ITable
org.eclipse.datatools.sqltools.sql.reference   
 

Uses of ITable in org.eclipse.datatools.sqltools.sql.reference
 

Methods in org.eclipse.datatools.sqltools.sql.reference that return ITable
 ITable IColumn.getTable()
          Return the owner table.
 

Methods in org.eclipse.datatools.sqltools.sql.reference with parameters of type ITable
 void IColumn.setTable(ITable table)
          Set the owner table.