DB_common::dropSequence()

DB_common::dropSequence()

DB_common::dropSequence() -- Deletes a sequence

Description

See "Intro - Sequences"

Parameter

string $seqName

name of the sequence to delete

Return value

integer - DB_OK or a DB_Error object on failure

Note

This function can not be called statically.

Warning

When using PEAR DB's sequence methods, we strongly advise using these methods for all procedures, including the creation of the sequences. Do not use PEAR DB's methods to access sequences that were created directly in the DBMS. See the warning on the "Intro - Sequences" page complete information.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.