DB_common::disconnect() (Previous) (Next) DB_common::escapeSimple()

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

DB_common::dropSequence()

DB_common::dropSequence() -- Deletes a sequence

Beschrijving

See "Intro - Sequences"

Parameter

string $seqName

name of the sequence to delete

Return waarde

integer - DB_OK or a DB_Error object on failure

Note

Deze functie kan niet statisch worden aangeroepen.

Waarschuwing

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.

DB_common::disconnect() (Previous) (Next) DB_common::escapeSimple()

Download Documentation Last updated: Mon, 02 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.