616. Class

616.1. Zend\Db\TableGateway\Feature\SequenceFeature

616.1.1. Methods

616.1.1.1. __construct

__construct()

@param null $sequence

616.1.1.2. preInsert

preInsert()

616.1.1.3. postInsert

postInsert()

616.1.1.4. nextSequenceId

nextSequenceId()

Generate a new value from the specified sequence in the database, and return it.

Return type:int

616.1.1.5. lastSequenceId

lastSequenceId()

Return the most recent value from the specified sequence in the database.

Return type:int

Project Versions

Table Of Contents

Previous topic

615. Class

Next topic

617. Function

This Page