The class eZ\Publish\Core\Persiste...trine\ConnectionHandler has been deprecated with message: Since 6.13, please use Doctrine DBAL instead (@ezpublish.persistence.connection) it provides richer and more powerful DB abstraction which is also easier to use.
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be
removed from the class and what other constant to use instead.
Loading history...
12
{
13
/**
14
* Get auto increment value.
15
*
16
* Returns the value used for autoincrement tables. Usually this will just
17
* be null. In case for sequence based RDBMS this method can return a
18
* proper value for the given column.
19
*
20
* @param string $table
21
* @param string $column
22
*
23
* @return mixed
24
*/
25
public function getAutoIncrementValue($table, $column)
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.