コード例 #1
0
ファイル: Statement.php プロジェクト: nextframework/next
 /**
  * Retrieve an array of error Information
  *
  * @return array Extended error Information
  */
 public function errorInfo()
 {
     return $this->adapter->errorInfo();
 }