ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
interface.ilDBStatement.php
Go to the documentation of this file.
1<?php
2
9interface ilDBStatement
10{
11
16 public function fetchRow($fetch_mode);
17
18
23 public function fetch($fetch_mode = ilDBConstants::FETCHMODE_ASSOC);
24
25
29 public function rowCount();
30
31
35 public function numRows();
36
37
41 public function fetchObject();
42
43
47 public function fetchAssoc();
48
49
54 public function execute($a_data = null);
55}
An exception for terminatinating execution or to throw for unit testing.
Interface ilDBStatement.
execute($a_data=null)
fetchRow($fetch_mode)
fetch($fetch_mode=ilDBConstants::FETCHMODE_ASSOC)