ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
◀ ilDoc Overview
WrapperInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Vocabularies\Controlled\Database
;
22
23
interface
WrapperInterface
24
{
25
public
function
nextID
(
string
$table):
int
;
26
27
public
function
insert
(
string
$table, array $values): void;
28
29
public
function
update
(
string
$table, array $values, array $where): void;
30
34
public
function
query
(
string
$query): \Generator;
35
36
public
function
manipulate
(
string
$query): void;
37
38
public
function
quoteAsInteger
(
string
$value): string;
39
40
public
function
quoteAsString
(
string
$value): string;
41
42
public
function
in
(
string
$field,
string
...$values): string;
43
}
ILIAS\MetaData\Vocabularies\Controlled\Database\WrapperInterface\quoteAsInteger
quoteAsInteger(string $value)
ILIAS\MetaData\Vocabularies\Controlled\Database\WrapperInterface\update
update(string $table, array $values, array $where)
ILIAS\MetaData\Vocabularies\Controlled\Database
Definition:
NullWrapper.php:21
ILIAS\MetaData\Vocabularies\Controlled\Database\WrapperInterface\query
query(string $query)
ILIAS\MetaData\Vocabularies\Controlled\Database\WrapperInterface\nextID
nextID(string $table)
ILIAS\MetaData\Vocabularies\Controlled\Database\WrapperInterface\in
in(string $field, string ... $values)
ILIAS\MetaData\Vocabularies\Controlled\Database\WrapperInterface
Definition:
WrapperInterface.php:23
ILIAS\MetaData\Vocabularies\Controlled\Database\WrapperInterface\insert
insert(string $table, array $values)
ILIAS\MetaData\Vocabularies\Controlled\Database\WrapperInterface\quoteAsString
quoteAsString(string $value)
ILIAS\MetaData\Vocabularies\Controlled\Database\WrapperInterface\manipulate
manipulate(string $query)
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
MetaData
classes
Vocabularies
Controlled
Database
WrapperInterface.php
Generated on Tue Sep 2 2025 23:03:28 for ILIAS by
1.8.13 (using
Doxyfile
)