ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
interface.ilQueryUtils.php
Go to the documentation of this file.
1<?php
2
9{
10
18 public function in($field, $values, $negate = false, $type = "");
19
20
26 public function quote($value, $type = null);
27
28
34 public function concat(array $values, $allow_null = true);
35
36
43 public function locate($a_needle, $a_string, $a_start_pos = 1);
44
45
50 public function free(ilPDOStatement $statement);
51
52
57 public function quoteIdentifier($identifier);
58
59
67 public function createTable($name, $fields, $options = array());
68
69
78 public function like($column, $type, $value = "?", $case_insensitive = true);
79
80
84 public function now();
85
86
91 public function lock(array $tables);
92
93
97 public function unlock();
98
99
106 public function createDatabase($a_name, $a_charset = "utf8", $a_collation = "");
107
108
116 public function groupConcat($a_field_name, $a_seperator = ",", $a_order = null);
117
118
124 public function cast($a_field_name, $a_dest_type);
125}
An exception for terminatinating execution or to throw for unit testing.
Class ilPDOStatement is a Wrapper Class for PDOStatement.
Interface ilQueryUtilsInterface.
quote($value, $type=null)
concat(array $values, $allow_null=true)
groupConcat($a_field_name, $a_seperator=",", $a_order=null)
lock(array $tables)
createDatabase($a_name, $a_charset="utf8", $a_collation="")
free(ilPDOStatement $statement)
createTable($name, $fields, $options=array())
cast($a_field_name, $a_dest_type)
like($column, $type, $value="?", $case_insensitive=true)
locate($a_needle, $a_string, $a_start_pos=1)
in($field, $values, $negate=false, $type="")
quoteIdentifier($identifier)
$type
$values