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

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 WrapperInterface.php.

Member Function Documentation

◆ insert()

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

◆ manipulate()

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

◆ nextID()

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

◆ query()

ILIAS\MetaData\Copyright\Database\WrapperInterface::query ( string  $query)

◆ quoteInteger()

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

◆ update()

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

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