66 array(
'name' =>
'qpl_questions',
'sequence' =>
false),
67 array(
'name' =>
'tst_tests',
'sequence' =>
false),
68 array(
'name' =>
'tst_active',
'sequence' =>
false),
69 array(
'name' =>
'ass_log',
'sequence' =>
true)
79 array(
'name' =>
'tst_solutions',
'sequence' =>
true)
89 array(
'name' =>
'tst_test_result',
'sequence' =>
true)
104 $this->atom_query = $this->db->buildAtomQuery();
105 foreach ($tables as $table) {
106 $this->atom_query->addTableLock($table[
'name'])->lockSequence((
bool) $table[
'sequence']);
115 $this->atom_query = $this->db->buildAtomQuery();
117 $this->atom_query->addTableLock($table[
'name'])->lockSequence((
bool) $table[
'sequence']);
126 $this->atom_query = $this->db->buildAtomQuery();
127 foreach (array_merge(
131 $this->atom_query->addTableLock($table[
'name'])->lockSequence((
bool) $table[
'sequence']);
140 $this->atom_query = $this->db->buildAtomQuery();
141 $this->atom_query->addTableLock(
'tst_result_cache');
142 $this->atom_query->addTableLock(
'tst_test_result')->lockSequence(
true);
143 $this->atom_query->addTableLock(
'tst_solutions')->lockSequence(
true);
151 if ($this->atom_query) {
155 $this->atom_query->run();
160 $this->atom_query = null;
onBeforeExecutingUserSolutionAdoptOperation()
{}
getTablesUsedDuringAssessmentLog()
executeOperation(callable $operation)
{}
onBeforeExecutingUserQuestionResultUpdateOperation()
{}
onBeforeExecutingUserTestResultUpdateOperation()
{}
__construct(ilDBInterface $db)
setAssessmentLogEnabled($assessmentLogEnabled)
onBeforeExecutingUserSolutionUpdateOperation()
{}
getTablesUsedDuringSolutionUpdate()
getTablesUsedDuringResultUpdate()