3 declare(strict_types=1);
31 public function in(
string $field, array $values,
bool $negate =
false,
string $type =
""): string;
37 public function quote($value, ?
string $type = null): string;
40 public function concat(array $values,
bool $allow_null =
true): string;
43 public function locate(
string $a_needle,
string $a_string,
int $a_start_pos = 1): string;
55 public function createTable(
string $name, array $fields, array $options = []): string;
61 public function like(
string $column,
string $type,
string $value =
"?",
bool $case_insensitive =
true): string;
64 public function now(): string;
67 public function lock(array $tables): string;
70 public function unlock(): string;
73 public function createDatabase(
string $name,
string $charset =
"utf8",
string $collation =
""): string;
76 public function groupConcat(
string $a_field_name,
string $a_seperator =
",",
string $a_order = null): string;
82 public function cast(
string $a_field_name, $a_dest_type): string;
groupConcat(string $a_field_name, string $a_seperator=",", string $a_order=null)
quote($value, ?string $type=null)
Class ilPDOStatement is a Wrapper Class for PDOStatement.
cast(string $a_field_name, $a_dest_type)
createDatabase(string $name, string $charset="utf8", string $collation="")
concat(array $values, bool $allow_null=true)
createTable(string $name, array $fields, array $options=[])
in(string $field, array $values, bool $negate=false, string $type="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
free(ilPDOStatement $statement)
like(string $column, string $type, string $value="?", bool $case_insensitive=true)
quoteIdentifier(string $identifier)
locate(string $a_needle, string $a_string, int $a_start_pos=1)