setTable method

void setTable(
  1. MariaDbTable value
)

Implementation

void setTable(MariaDbTable value) => this[value.name] = value;