|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Interface ilQueryUtilsInterface. More...
Inheritance diagram for ilQueryUtilsInterface:
Collaboration diagram for ilQueryUtilsInterface:Public Member Functions | |
| in ($field, $values, $negate=false, $type="") | |
| quote ($value, $type=null) | |
| concat (array $values, $allow_null=true) | |
| locate ($a_needle, $a_string, $a_start_pos=1) | |
| free (ilPDOStatement $statement) | |
| quoteIdentifier ($identifier) | |
| createTable ($name, $fields, $options=array()) | |
| like ($column, $type, $value="?", $case_insensitive=true) | |
| now () | |
| lock (array $tables) | |
| unlock () | |
| createDatabase ($a_name, $a_charset="utf8", $a_collation="") | |
| groupConcat ($a_field_name, $a_seperator=",", $a_order=null) | |
| cast ($a_field_name, $a_dest_type) | |
Interface ilQueryUtilsInterface.
Definition at line 8 of file interface.ilQueryUtils.php.
| ilQueryUtilsInterface::cast | ( | $a_field_name, | |
| $a_dest_type | |||
| ) |
| string | $a_field_name | |
| mixed | $a_dest_type |
Implemented in ilMySQLQueryUtils, ilPostgresQueryUtils, and ilQueryUtils.
| ilQueryUtilsInterface::concat | ( | array | $values, |
$allow_null = true |
|||
| ) |
| array | $values | |
| bool | $allow_null |
Implemented in ilMySQLQueryUtils, ilPostgresQueryUtils, and ilQueryUtils.
| ilQueryUtilsInterface::createDatabase | ( | $a_name, | |
$a_charset = "utf8", |
|||
$a_collation = "" |
|||
| ) |
| $a_name | ||
| string | $a_charset | |
| string | $a_collation |
Implemented in ilMySQLQueryUtils, ilPostgresQueryUtils, and ilQueryUtils.
| ilQueryUtilsInterface::createTable | ( | $name, | |
| $fields, | |||
$options = array() |
|||
| ) |
| $name | ||
| $fields | ||
| array | $options |
Implemented in ilMySQLQueryUtils, ilPostgresQueryUtils, and ilQueryUtils.
| ilQueryUtilsInterface::free | ( | ilPDOStatement | $statement | ) |
| \ilPDOStatement | $statement |
Implemented in ilMySQLQueryUtils, ilPostgresQueryUtils, and ilQueryUtils.
| ilQueryUtilsInterface::groupConcat | ( | $a_field_name, | |
$a_seperator = ",", |
|||
$a_order = null |
|||
| ) |
| string | $a_field_name | |
| string | $a_seperator | |
| string | $a_order |
Implemented in ilMySQLQueryUtils, ilPostgresQueryUtils, and ilQueryUtils.
| ilQueryUtilsInterface::in | ( | $field, | |
| $values, | |||
$negate = false, |
|||
$type = "" |
|||
| ) |
| string | $field | |
| string[] | $values | |
| bool | $negate | |
| string | $type |
Implemented in ilMySQLQueryUtils, ilPostgresQueryUtils, and ilQueryUtils.
| ilQueryUtilsInterface::like | ( | $column, | |
| $type, | |||
$value = "?", |
|||
$case_insensitive = true |
|||
| ) |
| $column | ||
| $type | ||
| string | $value | |
| bool | $case_insensitive |
Implemented in ilMySQLQueryUtils, ilPostgresQueryUtils, and ilQueryUtils.
| ilQueryUtilsInterface::locate | ( | $a_needle, | |
| $a_string, | |||
$a_start_pos = 1 |
|||
| ) |
| $a_needle | ||
| $a_string | ||
| int | $a_start_pos |
Implemented in ilMySQLQueryUtils, ilPostgresQueryUtils, and ilQueryUtils.
| ilQueryUtilsInterface::lock | ( | array | $tables | ) |
| array | $tables |
Implemented in ilMySQLQueryUtils, ilPostgresQueryUtils, and ilQueryUtils.
| ilQueryUtilsInterface::now | ( | ) |
Implemented in ilMySQLQueryUtils, ilPostgresQueryUtils, and ilQueryUtils.
| ilQueryUtilsInterface::quote | ( | $value, | |
$type = null |
|||
| ) |
| mixed | $value | |
| null | $type |
Implemented in ilMySQLQueryUtils, ilPostgresQueryUtils, and ilQueryUtils.
| ilQueryUtilsInterface::quoteIdentifier | ( | $identifier | ) |
| $identifier |
Implemented in ilMySQLQueryUtils, ilPostgresQueryUtils, and ilQueryUtils.
| ilQueryUtilsInterface::unlock | ( | ) |
Implemented in ilMySQLQueryUtils, ilPostgresQueryUtils, and ilQueryUtils.