Interface LiveCopyTable
-
- All Known Implementing Classes:
LiveCopiesTable
public interface LiveCopyTable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
columnsSize()
Map<String,String>
getColumns()
String
getPath()
List<LiveCopiesRow>
getRows()
Map<String,String>
getTableAttrbs()
boolean
hasChildren()
boolean
tableExist()
-