* @return the number of rows changed. It is 1, if successful, 0 otherwise.
* @see com.acelet.s.chore.Chore
* @see com.acelet.s.chore.ChoreConstants
*/
public static int insertChore(Connection connection, Chore chore) throws Exception {
return new ChoreProcess(connection).insertChore(chore);
}