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