Interface ilQueryUtilsInterface.
More...
|
| in (string $field, array $values, bool $negate=false, string $type="") |
|
| quote ($value, ?string $type=null) |
|
| concat (array $values, bool $allow_null=true) |
|
| locate (string $a_needle, string $a_string, int $a_start_pos=1) |
|
| free (ilPDOStatement $statement) |
|
| quoteIdentifier (string $identifier) |
|
| createTable (string $name, array $fields, array $options=[]) |
|
| like (string $column, string $type, string $value="?", bool $case_insensitive=true) |
|
| now () |
|
| lock (array $tables) |
|
| unlock () |
|
| createDatabase (string $name, string $charset="utf8", string $collation="") |
|
| groupConcat (string $a_field_name, string $a_seperator=",", ?string $a_order=null) |
|
| cast (string $a_field_name, $a_dest_type) |
|
◆ cast()
ilQueryUtilsInterface::cast |
( |
string |
$a_field_name, |
|
|
|
$a_dest_type |
|
) |
| |
◆ concat()
ilQueryUtilsInterface::concat |
( |
array |
$values, |
|
|
bool |
$allow_null = true |
|
) |
| |
◆ createDatabase()
ilQueryUtilsInterface::createDatabase |
( |
string |
$name, |
|
|
string |
$charset = "utf8" , |
|
|
string |
$collation = "" |
|
) |
| |
◆ createTable()
ilQueryUtilsInterface::createTable |
( |
string |
$name, |
|
|
array |
$fields, |
|
|
array |
$options = [] |
|
) |
| |
◆ free()
◆ groupConcat()
ilQueryUtilsInterface::groupConcat |
( |
string |
$a_field_name, |
|
|
string |
$a_seperator = "," , |
|
|
?string |
$a_order = null |
|
) |
| |
◆ in()
ilQueryUtilsInterface::in |
( |
string |
$field, |
|
|
array |
$values, |
|
|
bool |
$negate = false , |
|
|
string |
$type = "" |
|
) |
| |
◆ like()
ilQueryUtilsInterface::like |
( |
string |
$column, |
|
|
string |
$type, |
|
|
string |
$value = "?" , |
|
|
bool |
$case_insensitive = true |
|
) |
| |
◆ locate()
ilQueryUtilsInterface::locate |
( |
string |
$a_needle, |
|
|
string |
$a_string, |
|
|
int |
$a_start_pos = 1 |
|
) |
| |
◆ lock()
ilQueryUtilsInterface::lock |
( |
array |
$tables | ) |
|
◆ now()
ilQueryUtilsInterface::now |
( |
| ) |
|
◆ quote()
ilQueryUtilsInterface::quote |
( |
|
$value, |
|
|
?string |
$type = null |
|
) |
| |
◆ quoteIdentifier()
ilQueryUtilsInterface::quoteIdentifier |
( |
string |
$identifier | ) |
|
◆ unlock()
ilQueryUtilsInterface::unlock |
( |
| ) |
|
The documentation for this interface was generated from the following file: