DB_common::commit() (Previous) (Next) DB_common::disconnect()

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

DB_common::createSequence()

DB_common::createSequence() -- Creates a new sequence

Leírás

See "Intro - Sequences"

Paraméterek

string $seq_name

name of the new sequence to create

To avoid problems with various database systems, sequence names should start with a letter and only contain letters, numbers and the underscore character.

Visszatérési érték

integer - DB_OK or a DB_Error object on failure

Megjegyzés

Ez a függvény nem hívható statikusan.

Figyelem

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::commit() (Previous) (Next) DB_common::disconnect()

Download Documentation Last updated: Sun, 01 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.