MDB_Common::createSequence()
MDB_Common::createSequence() -- create a new sequence
概要
integer createSequence
(string $seq_name, integer $start)
パラメータ
- string
$seq_name
name of the new sequence to
create
- integer
$start
starting value of the sequence
例外・エラー
表 33-1PEAR_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
|
注意
この関数は、スタティックにコールする
ことはできません。