isMysql<T extends SqlType> static method

bool isMysql<T extends SqlType>()

Implementation

static bool isMysql<T extends SqlType>() {
  return db<T>() == DBType.mysql;
}