options = parseOptions();
if (options == null)
parseColumn(schema, command, tableName, cfName);
} while (readIfMore());
}
CreateColumnFamily cf = new CreateColumnFamily(session, cfName, options);
command.addCreateColumnFamily(cf);
}
} else {
parseColumn(schema, command, tableName, null);
}