name of the sequence
when TRUE the sequence is automatic created, if it not exists.
Таблица 22-1. Возможные значения PEAR_Error
| Error code | Error message | Reason | Solution |
|---|---|---|---|
| DB_ERROR_NOT_CAPABLE | DB backend not capable | Function is not supported by the database backend | Switch to another database system, if you really need this feature. |
| DB_ERROR_NOT_LOCKED | not locked | Locking of sequence table fails | Database specific, check documentation of your database, |
| DB_ERROR_NOSUCHTABLE | no such table | Sequence table was not found | Try to create a new sequence or if you are sure, a sequence was already create, check database integrity |
Пример 22-1. Using nextId()
|
| Пред. | Начало | След. |
| DB_common::limitQuery() | Уровень выше | DB_common::prepare() |
HIVE: All information for read only. Please respect copyright! |