ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Public Member Functions | |
__construct (\ilDBInterface $db) | |
nextID (string $table) | |
query (string $query) | |
manipulate (string $query) | |
update (string $table, array $values, array $where) | |
insert (string $table, array $values) | |
quoteInteger (int $integer) | |
Protected Attributes | |
ilDBInterface | $db |
Definition at line 23 of file Wrapper.php.
ILIAS\MetaData\Copyright\Database\Wrapper::__construct | ( | \ilDBInterface | $db | ) |
Definition at line 27 of file Wrapper.php.
References ILIAS\MetaData\Copyright\Database\Wrapper\$db.
ILIAS\MetaData\Copyright\Database\Wrapper::insert | ( | string | $table, |
array | $values | ||
) |
Implements ILIAS\MetaData\Copyright\Database\WrapperInterface.
Definition at line 60 of file Wrapper.php.
ILIAS\MetaData\Copyright\Database\Wrapper::manipulate | ( | string | $query | ) |
Implements ILIAS\MetaData\Copyright\Database\WrapperInterface.
Definition at line 46 of file Wrapper.php.
ILIAS\MetaData\Copyright\Database\Wrapper::nextID | ( | string | $table | ) |
Implements ILIAS\MetaData\Copyright\Database\WrapperInterface.
Definition at line 32 of file Wrapper.php.
ILIAS\MetaData\Copyright\Database\Wrapper::query | ( | string | $query | ) |
Implements ILIAS\MetaData\Copyright\Database\WrapperInterface.
Definition at line 37 of file Wrapper.php.
ILIAS\MetaData\Copyright\Database\Wrapper::quoteInteger | ( | int | $integer | ) |
Implements ILIAS\MetaData\Copyright\Database\WrapperInterface.
Definition at line 68 of file Wrapper.php.
References ilDBConstants\T_INTEGER.
ILIAS\MetaData\Copyright\Database\Wrapper::update | ( | string | $table, |
array | $values, | ||
array | $where | ||
) |
Implements ILIAS\MetaData\Copyright\Database\WrapperInterface.
Definition at line 51 of file Wrapper.php.
|
protected |
Definition at line 25 of file Wrapper.php.
Referenced by ILIAS\MetaData\Copyright\Database\Wrapper\__construct().