176177178179180181182
return new InsertFixture(environment, tableName); } public Fixture update(String tableName) { DBEnvironment environment = workingEnvironment(); return new UpdateFixture(environment, tableName); }