Package adams.db
Interface TableInterface
-
- All Known Implementing Classes:
AbstractIndexedTable,AbstractTable,AbstractWrapper,BulkInsertTable,LogF,LogT,LogT,LogT,LogT,LogT,LogT,LogT,ReportTableByDBID,ReportTableByID,SQL,SQL,SQLF
public interface TableInterfaceAncestor for table interfaces.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTableName()Get name of table.
-
-
-
Method Detail
-
getTableName
String getTableName()
Get name of table.- Returns:
- table name
-
-