MDB_Common::dropSequence()
MDB_Common::dropSequence() -- deletes a sequence
概要
integer dropSequence
(string $seqName)
パラメータ
- string
$seqName
name of the sequence to
delete
例外・エラー
表 33-1PEAR_Error の値
| Error code | Error message | Reason | Solution |
|---|
| every error code | |
Database specific error
|
Check the name of the sequence. If correct, probably a bug in the
sequence implementation.
|
注意
この関数は、スタティックにコールする
ことはできません。