ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\MetaData\Copyright\Database\NullWrapper Class Reference
+ Inheritance diagram for ILIAS\MetaData\Copyright\Database\NullWrapper:
+ Collaboration diagram for ILIAS\MetaData\Copyright\Database\NullWrapper:

Public Member Functions

 nextID (string $table)
 
 query (string $query)
 
 manipulate (string $query)
 
 update (string $table, array $values, array $where)
 
 insert (string $table, array $values)
 
 quoteInteger (int $integer)
 

Detailed Description

Definition at line 23 of file NullWrapper.php.

Member Function Documentation

◆ insert()

ILIAS\MetaData\Copyright\Database\NullWrapper::insert ( string  $table,
array  $values 
)

Implements ILIAS\MetaData\Copyright\Database\WrapperInterface.

Definition at line 46 of file NullWrapper.php.

46  : void
47  {
48  }

◆ manipulate()

ILIAS\MetaData\Copyright\Database\NullWrapper::manipulate ( string  $query)

Implements ILIAS\MetaData\Copyright\Database\WrapperInterface.

Definition at line 38 of file NullWrapper.php.

38  : void
39  {
40  }

◆ nextID()

ILIAS\MetaData\Copyright\Database\NullWrapper::nextID ( string  $table)

Implements ILIAS\MetaData\Copyright\Database\WrapperInterface.

Definition at line 25 of file NullWrapper.php.

25  : int
26  {
27  return 0;
28  }

◆ query()

ILIAS\MetaData\Copyright\Database\NullWrapper::query ( string  $query)
Returns
array[]

Implements ILIAS\MetaData\Copyright\Database\WrapperInterface.

Definition at line 33 of file NullWrapper.php.

References ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from().

33  : \Generator
34  {
35  yield from [];
36  }
+ Here is the call graph for this function:

◆ quoteInteger()

ILIAS\MetaData\Copyright\Database\NullWrapper::quoteInteger ( int  $integer)

Implements ILIAS\MetaData\Copyright\Database\WrapperInterface.

Definition at line 50 of file NullWrapper.php.

50  : string
51  {
52  return '';
53  }

◆ update()

ILIAS\MetaData\Copyright\Database\NullWrapper::update ( string  $table,
array  $values,
array  $where 
)

Implements ILIAS\MetaData\Copyright\Database\WrapperInterface.

Definition at line 42 of file NullWrapper.php.

42  : void
43  {
44  }

The documentation for this class was generated from the following file: