com.ibm.dse.tools.workbench.base
Interface Errorable
- All Known Implementing Classes:
- InstancesTable
- public interface Errorable
This interface defines the behavior of any table with a related errors table
getErrorsTable
public Table getErrorsTable()
- This method returns the related errors table
- Returns:
- com.ibm.dse.tools.workbench.base.AbstractTable
getErrorsTableName
public java.lang.String getErrorsTableName()
- This method returns the related errors table name
- Returns:
- java.lang.String
getInErrorColumn
public int getInErrorColumn()
- This method returns the column identifier for the InError field
- Returns:
- int The InError column identifier