setTableComment method

void setTableComment(
  1. String value
)

Implementation

void setTableComment(String value) {
  _tableComment = value;
}