예제 #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();
 }