setTableCharset method

void setTableCharset(
  1. String value
)

Implementation

void setTableCharset(String value) {
  tableCharset = value;
}