MDB_Common::dropSequence()

MDB_Common::dropSequence() -- deletes a sequence

Áttekintés

require_once 'MDB.php';

integer dropSequence (string $seqName)

Leírás

See "Introduction - Sequences"

Paraméterek

string $seqName

name of the sequence to delete

Visszatérési érték

Lehetséges hibaértékek

Táblázat 35-1. Lehetséges PEAR_Error visszatérési értékek

Error codeError messageReasonSolution
every error code  Database specific error Check the name of the sequence. If correct, probably a bug in the sequence implementation.

Megjegyzés

Ez a függvény nem hívható statikusan.

Lásd

MDB_Common::createSequence() , MDB_Common::nextId()