PEAR、DBからMDB2への移行

ぼちぼちちゃんと考えた方がいいかな。。。
pearのDBとMDB2の違い
DB-2-MDB2
DBの要素一覧
MDB2の要素一覧

気になったメソッド
MDB2_Driver_Manager_Common::alterTable()
MDB2_Driver_Manager_Common::createTable()
MDB2_Extended::getBeforeID()
MDB2_Driver_Function_Common::random()
MDB2_Driver_Common::replace()

ってか、replaceがあるとは。

The REPLACE type of query does not make part of the SQL standards. Since practically only MySQL and SQLite implement it natively, this type of query isemulated through this method for other DBMS using standard types of queries inside a transaction to assure the atomicity of the operation.