tableName method

String tableName()

if it is sqlite the table name or if it is hive the box name or objectdb the name

Implementation

String tableName() {
  throw UnimplementedError();
}