Returns true if the table contains a column with the given columnName.
columnName
bool containsColumnNamed(String columnName) { return findColumnNamed(columnName) != null; }