if (checkReturnValue(lockObject)) {
// To here
return false;
} else {
executor.comment("Lock Database");
int rowsUpdated = executor.update(new LockExDatabaseChangeLogStatement());
if (rowsUpdated > 1) {
throw new LockException("Did not update change log lock correctly");
}
if (rowsUpdated == 0) {