ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Interface ilQueryUtilsInterface. More...
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 ilPostgresQueryUtils, ilMySQLQueryUtils, and ilQueryUtils.
ilQueryUtilsInterface::concat | ( | array | $values, |
$allow_null = true |
|||
) |
array | $values | |
bool | $allow_null |
Implemented in ilPostgresQueryUtils, ilMySQLQueryUtils, and ilQueryUtils.
ilQueryUtilsInterface::createDatabase | ( | $a_name, | |
$a_charset = "utf8" , |
|||
$a_collation = "" |
|||
) |
$a_name | ||
string | $a_charset | |
string | $a_collation |
Implemented in ilPostgresQueryUtils, ilMySQLQueryUtils, and ilQueryUtils.
ilQueryUtilsInterface::createTable | ( | $name, | |
$fields, | |||
$options = array() |
|||
) |
$name | ||
$fields | ||
array | $options |
Implemented in ilMySQLQueryUtils, ilQueryUtils, and ilPostgresQueryUtils.
ilQueryUtilsInterface::free | ( | ilPDOStatement | $statement | ) |
\ilPDOStatement | $statement |
Implemented in ilPostgresQueryUtils, ilMySQLQueryUtils, and ilQueryUtils.
ilQueryUtilsInterface::groupConcat | ( | $a_field_name, | |
$a_seperator = "," , |
|||
$a_order = null |
|||
) |
string | $a_field_name | |
string | $a_seperator | |
string | $a_order |
Implemented in ilPostgresQueryUtils, ilMySQLQueryUtils, and ilQueryUtils.
ilQueryUtilsInterface::in | ( | $field, | |
$values, | |||
$negate = false , |
|||
$type = "" |
|||
) |
string | $field | |
string[] | $values | |
bool | $negate | |
string | $type |
Implemented in ilPostgresQueryUtils, ilQueryUtils, and ilMySQLQueryUtils.
ilQueryUtilsInterface::like | ( | $column, | |
$type, | |||
$value = "?" , |
|||
$case_insensitive = true |
|||
) |
$column | ||
$type | ||
string | $value | |
bool | $case_insensitive |
Implemented in ilPostgresQueryUtils, ilMySQLQueryUtils, and ilQueryUtils.
ilQueryUtilsInterface::locate | ( | $a_needle, | |
$a_string, | |||
$a_start_pos = 1 |
|||
) |
$a_needle | ||
$a_string | ||
int | $a_start_pos |
Implemented in ilPostgresQueryUtils, ilMySQLQueryUtils, and ilQueryUtils.
ilQueryUtilsInterface::lock | ( | array | $tables | ) |
array | $tables |
Implemented in ilPostgresQueryUtils, ilMySQLQueryUtils, and ilQueryUtils.
ilQueryUtilsInterface::now | ( | ) |
Implemented in ilPostgresQueryUtils, ilMySQLQueryUtils, and ilQueryUtils.
ilQueryUtilsInterface::quote | ( | $value, | |
$type = null |
|||
) |
mixed | $value | |
null | $type |
Implemented in ilPostgresQueryUtils, ilMySQLQueryUtils, and ilQueryUtils.
ilQueryUtilsInterface::quoteIdentifier | ( | $identifier | ) |
$identifier |
Implemented in ilPostgresQueryUtils, ilMySQLQueryUtils, and ilQueryUtils.
ilQueryUtilsInterface::unlock | ( | ) |
Implemented in ilPostgresQueryUtils, ilMySQLQueryUtils, and ilQueryUtils.