コード例 #1
0
ファイル: db.php プロジェクト: farukuzun/core-1
 /**
  * Fetch the SQLSTATE associated with the last database operation.
  *
  * @return integer The last error code.
  */
 public function errorCode()
 {
     return $this->connection->errorCode();
 }