Exemplo n.º 1
0
 /**
  * 得到最近一次操作错误的信息
  * @param[in] handle $handle, 操作数据库的句柄
  * @return FALSE表示执行失败, 否则返回 'errorno: errormessage'
  */
 public function getLastError()
 {
     assert($this->_handle);
     return DBMysqlNamespace::getLastError($this->_handle);
 }