Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16470 программистов и 1771 робот. Сейчас ищут 898 программистов ...
MDB_Common::dropSequence()
Вернуться к: MDB
MDB_Common::dropSequence()
MDB_Common::dropSequence() – deletes a sequence
Synopsis
require_once 'MDB.php';
integer dropSequence ( string $seqName )
Parameter
- string $seqName
-
name of the sequence to delete
Throws
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. |
Note
This function can not be called statically.
Вернуться к: MDB