MDB_Common::dropSequence()

MDB_Common::dropSequence() -- deletes a sequence

概要

require_once 'MDB.php';

integer dropSequence (string $seqName)

説明

See "Introduction - Sequences"

パラメータ

string $seqName

name of the sequence to delete

返り値

例外・エラー

表 33-1PEAR_Error の値

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

注意

この関数は、スタティックにコールする ことはできません。

参照

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