171172173174175176177
return new ExecuteProcedureFixture(environment, statement, code); } public Fixture insert(String tableName) { DBEnvironment environment = workingEnvironment(); return new InsertFixture(environment, tableName); }