ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
Class ilMySQLQueryUtils. More...
Public Member Functions | ||||
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 $field_name, string $seperator=",", ?string $order=null) | ||||
cast (string $a_field_name, $a_dest_type) | ||||
| ||||
![]() | ||||
__construct (protected \ilDBInterface $db_instance) | ||||
ilMySQLQueryUtils constructor. 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) | ||||
| ||||
Class ilMySQLQueryUtils.
Definition at line 25 of file class.ilMySQLQueryUtils.php.
ilMySQLQueryUtils::cast | ( | string | $a_field_name, |
$a_dest_type | |||
) |
mixed | $a_dest_type |
Implements ilQueryUtilsInterface.
Definition at line 275 of file class.ilMySQLQueryUtils.php.
ilMySQLQueryUtils::concat | ( | array | $values, |
bool | $allow_null = true |
||
) |
ilMySQLQueryUtils::createDatabase | ( | string | $name, |
string | $charset = "utf8" , |
||
string | $collation = "" |
||
) |
Implements ilQueryUtilsInterface.
Definition at line 252 of file class.ilMySQLQueryUtils.php.
ilMySQLQueryUtils::createTable | ( | string | $name, |
array | $fields, | ||
array | $options = [] |
||
) |
Implements ilQueryUtilsInterface.
Definition at line 120 of file class.ilMySQLQueryUtils.php.
ilMySQLQueryUtils::free | ( | ilPDOStatement | $statement | ) |
Implements ilQueryUtilsInterface.
Definition at line 105 of file class.ilMySQLQueryUtils.php.
References ilPDOStatement\closeCursor().
ilMySQLQueryUtils::groupConcat | ( | string | $field_name, |
string | $seperator = "," , |
||
?string | $order = null |
||
) |
Implements ilQueryUtilsInterface.
Definition at line 261 of file class.ilMySQLQueryUtils.php.
ilMySQLQueryUtils::in | ( | string | $field, |
array | $values, | ||
bool | $negate = false , |
||
string | $type = "" |
||
) |
string[] | $values |
Implements ilQueryUtilsInterface.
Definition at line 30 of file class.ilMySQLQueryUtils.php.
References quote().
ilMySQLQueryUtils::like | ( | string | $column, |
string | $type, | ||
string | $value = "?" , |
||
bool | $case_insensitive = true |
||
) |
Implements ilQueryUtilsInterface.
Definition at line 179 of file class.ilMySQLQueryUtils.php.
References quote(), ilDBConstants\T_CLOB, and ilDBConstants\T_TEXT.
ilMySQLQueryUtils::locate | ( | string | $a_needle, |
string | $a_string, | ||
int | $a_start_pos = 1 |
||
) |
Implements ilQueryUtilsInterface.
Definition at line 92 of file class.ilMySQLQueryUtils.php.
ilMySQLQueryUtils::lock | ( | array | $tables | ) |
Implements ilQueryUtilsInterface.
Definition at line 211 of file class.ilMySQLQueryUtils.php.
References ilDBConstants\LOCK_READ, ilDBConstants\LOCK_WRITE, and null.
ilMySQLQueryUtils::now | ( | ) |
Implements ilQueryUtilsInterface.
Definition at line 206 of file class.ilMySQLQueryUtils.php.
ilMySQLQueryUtils::quote | ( | $value, | |
?string | $type = null |
||
) |
mixed | $value |
Implements ilQueryUtilsInterface.
Definition at line 56 of file class.ilMySQLQueryUtils.php.
Referenced by createTable(), groupConcat(), in(), and like().
ilMySQLQueryUtils::quoteIdentifier | ( | string | $identifier | ) |
Implements ilQueryUtilsInterface.
Definition at line 112 of file class.ilMySQLQueryUtils.php.
ilMySQLQueryUtils::unlock | ( | ) |
Implements ilQueryUtilsInterface.
Definition at line 247 of file class.ilMySQLQueryUtils.php.