DB_common::dropSequence()
Wyjątki
Tabela 35-1. Możliwe wartości PEAR_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. |
Uwagi
Ta funkcja nie może być wywołana statycznie.
| Ostrzeżenie |
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. |
Przykład
Przykład 35-1. Using dropSequence()
|
| Poprzedni | Spis treści | Następny |
| DB_common::disconnect() | Początek rozdziału | DB_common::escapeSimple() |