setTableName method

void setTableName(
  1. String tableName
)

Implementation

void setTableName(String tableName) {
  _tableName = tableName;
}