new TableSpaceOption().accept(adapter);
new MySqlPartitionByHash ().accept(adapter);
new MySqlPartitionByRange ().accept(adapter);
new MySqlPartitioningDef ().accept(adapter);
new LessThanValues ().accept(adapter);
new InValues ().accept(adapter);
new MySqlPartitionByList ().accept(adapter);
}