Returns true if the database contains a table with the given tableName.
tableName
bool containsTableNamed(String tableName) { return (findTableNamed(tableName) != null); }