Interface ITable
-
- All Known Implementing Classes:
TableImpl
public interface ITable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IColumn[]
getColumns()
String
getInstance()
String
getName()
-