ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Class ilQueryUtils. More...
Public Member Functions | ||||
__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 ilQueryUtils.
Definition at line 24 of file class.ilQueryUtils.php.
ilQueryUtils::__construct | ( | protected \ilDBInterface | $db_instance | ) |
ilMySQLQueryUtils constructor.
Definition at line 29 of file class.ilQueryUtils.php.
References cast(), concat(), createDatabase(), createTable(), free(), groupConcat(), in(), like(), locate(), lock(), now(), null, quote(), quoteIdentifier(), and unlock().
|
abstract |
mixed | $a_dest_type |
Implements ilQueryUtilsInterface.
Referenced by __construct().
|
abstract |
Implements ilQueryUtilsInterface.
Referenced by __construct().
|
abstract |
Implements ilQueryUtilsInterface.
Referenced by __construct().
|
abstract |
Implements ilQueryUtilsInterface.
Referenced by __construct().
|
abstract |
Implements ilQueryUtilsInterface.
Referenced by __construct().
|
abstract |
Implements ilQueryUtilsInterface.
Referenced by __construct().
|
abstract |
string[] | $values |
Implements ilQueryUtilsInterface.
Referenced by __construct().
|
abstract |
Implements ilQueryUtilsInterface.
Referenced by __construct().
|
abstract |
Implements ilQueryUtilsInterface.
Referenced by __construct().
|
abstract |
Implements ilQueryUtilsInterface.
Referenced by __construct().
|
abstract |
Implements ilQueryUtilsInterface.
Referenced by __construct().
|
abstract |
mixed | $value |
Implements ilQueryUtilsInterface.
Referenced by __construct().
|
abstract |
Implements ilQueryUtilsInterface.
Referenced by __construct().
|
abstract |
Implements ilQueryUtilsInterface.
Referenced by __construct().